• Joined on 2024-05-28
bent pushed to develop at bent/BeetRound 2026-02-19 10:16:51 +01:00
f34e1521c4 Merge branch 'feature/onlineUserAccounts' into develop
7d31ac8806 When receiving online user credentials insert them into the model.
faf01d6e15 Online account can now be created from the EditItemDialog. The response isn't processed properly yet.
7a8859843e Added onlineID and accessUrl widgets to the edit item dialog layout. No functionality yet.
f1a436ead0 Added ShareType changes to the conditions to emit nExpectedBiddingsChanged.
Compare 5 commits »
bent pushed to develop at bent/BeetRoundServer 2026-02-19 09:56:23 +01:00
55c128e25e Login per email token. With logout of previous account if already logged in.
02b473bbf1 Added a Accounts.delete_user(id) function.
e0b244bd4e When adding a user via API creating a session token and sending it with the response.
6c41f69723 Creating user via API give correct responses if the user already exists or the mail address is malformed.
601e08220d Using drop down menus for depot wishes in bidding form. (Using old depot entries for now.)
Compare 5 commits »
bent pushed to develop at bent/BeetRound 2026-02-17 10:13:44 +01:00
25bfc196a1 Counting "bezahlt" & "teils/teils" share type explicitly for expected biddings, instead of the absence of values (emptiness, "erarbeitet").
bfb8e43c34 Disabling the progress status bar if more biddings are placed than expected. (Easy way to indicate a problem in the GUI).
Compare 2 commits »
bent pushed to develop at bent/BeetRound 2026-02-17 08:20:09 +01:00
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.
Compare 7 commits »
bent pushed to develop at bent/BeetRoundServer 2026-02-15 09:42:42 +01:00
1a4a05ff18 Only showing the current bidding to the user.
f6d5f8d2ca Translated "new bidding" form.
dbaa6d136a Using German error string for "can't be blank" changeset error.
b7ca842cc3 Hiding the bidding round input field.
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.
Compare 6 commits »
bent pushed to develop at bent/BeetRound 2026-02-15 09:42:37 +01:00
b28a35280c Merge branch 'feature/biddingRoundControl' into develop
5afdbd6dd9 Cosmetic source code refactoring.
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.
Compare 9 commits »
bent pushed to develop at bent/BeetRoundServer 2026-02-14 10:04:21 +01:00
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".
Compare 7 commits »
bent created branch main in bent/BeetRound 2026-02-11 16:52:27 +01:00
bent pushed to main at bent/BeetRound 2026-02-11 16:52:27 +01:00
bent created branch develop in bent/BeetRound 2026-02-11 16:51:58 +01:00
bent pushed to develop at bent/BeetRound 2026-02-11 16:51:58 +01:00
f148ef9cba Not displaying 0 values for int and double columns in table view, but still using a SpinBox delegate when editing.
bdc8075324 Added support of optional header names when importing CSV file.
e157d4399d NewItemDialog content is now reset after accept() & using a default value of 1 for share amount.
572f0f266e Added ComboBoxDelegate class and using it as delegate for type columns in table view.
40a0815501 Added data(FullNameRole) implementation and minor refactoring.
Compare 10 commits »
bent created branch main in bent/BeetRoundServer 2026-02-11 16:50:45 +01:00
bent pushed to main at bent/BeetRoundServer 2026-02-11 16:50:45 +01:00
bent created branch develop in bent/BeetRoundServer 2026-02-11 16:50:26 +01:00
bent pushed to develop at bent/BeetRoundServer 2026-02-11 16:50:26 +01:00
c994ea171e Redirecting to "/biddings" route after login.
15c02deb7a Adjusted header of the live view pages to BeetRound.
97cc49975a Added live routes for biddings.
2bec68b9ed After "mix phx.gen.live Biddings Bidding biddings bidding_round:integer amount:integer depot_wish_one:string depot_wish_two:string".
7ad08fa91d Disabling the debug errors to show the real ones even in dev envi.
Compare 10 commits »
bent created repository bent/BeetRoundServer 2026-02-11 16:49:01 +01:00
bent opened issue bent/GenericQtClient#21 2026-02-06 09:16:46 +01:00
Move .env file (with installer deploy information) into folder outside of git working-copy to avoid accidential commit of sensitive data
bent created repository bent/BeetRound 2026-02-04 18:40:35 +01:00
bent pushed tag 0.3.0 to bent/GenericQtClient 2026-02-04 11:56:06 +01:00
bent pushed to main at bent/GenericQtClient 2026-02-04 11:55:55 +01:00
19591e7155 Merge branch 'release/0.3.0'
7874079146 Hotfix (Core): Using the correct member variable for the model tester of the proxy model in Release compilation.
560af98ba5 Updated changelog.
daa2d1a347 Bumped versions to 0.3.0 (umbrella project, core and UI).
f35f511e7b Basic JSON-RESTful client with configurable server URL.
Compare 8 commits »