12 Commits

Author SHA1 Message Date
d800ecfed7 The calculation of how many harvest shares are expected in total. 2026-02-21 22:54:59 +01:00
bfb8e43c34 Disabling the progress status bar if more biddings are placed than expected. (Easy way to indicate a problem in the GUI). 2026-02-17 09:05:45 +01:00
1e64dda701 Migrated old visualization of the bidding round statuses with donut charts from the legacy BeetRound project. 2026-02-16 18:48:05 +01:00
f8201ead71 Added a placeholder for the configuration of the monthly financial need. 2026-02-16 11:46:01 +01:00
f200fff99e Added a second bound property (nExpectedBiddings) & cleaned up the code a little. 2026-02-16 09:24:58 +01:00
dac9ac46f2 Added a ModelSummary class to make the overview over the model content accessible via QProperty system & a SummaryWidget to show this information. Only property rowCount as a proof of concept. Other properties will follow. 2026-02-15 16:36:13 +01:00
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. 2026-02-14 10:17:31 +01:00
cfd3031cf9 Bidding round control communicating with the server. 2026-02-13 20:24:48 +01:00
ba4f95eb2d Added two minor refactoring todos. 2026-02-13 17:56:05 +01:00
a4d2815947 Added an "Event" tab with a BiddingRoundControl class in it. No connections of signals and slots yet. 2026-02-13 16:12:03 +01:00
f148ef9cba Not displaying 0 values for int and double columns in table view, but still using a SpinBox delegate when editing. 2026-02-10 11:52:35 +01:00
572f0f266e Added ComboBoxDelegate class and using it as delegate for type columns in table view. 2026-02-08 10:34:47 +01:00