Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
c38bacc387
Merge branch 'feature/modelSummary' into develop
546d6ea3ef
Added two skips in calculation of amount of expected biddings (depending on share type & share amount).
06e96916ed
Fixed a crash bug when the application is quit. Because of intertwining shared pointer and the Qt ownership of child objects the model and the model summary were tried to be destroyed two times.
1e64dda701
Migrated old visualization of the bidding round statuses with donut charts from the legacy BeetRound project.
f8201ead71
Added a placeholder for the configuration of the monthly financial need.
2519560b03
A new bidding can only placed in the new form if a bidding round is currently running. The bidding round is set automatically when opening the form.
29f913c532
Using the proper GetBiddingsOfHighestRound request on fetchCurrentBiddings again.
bb5e894557
Adding optional QVariant data argument to sendGetRequest to pass it to the server. Using hard coded sendGetRequest(GetBiddingsOfSpecificRound, 2) in fetchCurrentBiddings action to test this.
6e51aee3a5
Fetching current biddings from server menu. No extracting biddings from the response and merging into the model yet.
1c02f28d25
API can serve bidding_of_highest_round and biddings_of_round/:round_number route.
ebdb919245
Added routes for bidding round control.
6eea9d2fba
Added BiddingRoundServer "CurrentRoundServer" with a facade to control it. "Listing Biddings" page shows information which round is currently running.
04c79d341c
Added an unique constraint for the round_number of a bidding round to prevent multiple rounds with the same round number.
e01042130e
Changed the bidding round status field from "running" to "stopped".