Commit Graph

97 Commits

Author SHA1 Message Date
philipp 7bc8293c65 add routes for different years
CI/CD Pipeline / test (push) Failing after 11m0s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped
2023-11-19 22:02:43 +01:00
philipp 53ed032c25 Merge branch 'staging' into 'log-2022'
# Conflicts:
#   src/model/logbook.rs
2023-11-18 11:22:50 +00:00
philipp f001aaf90f add routes for different years 2023-11-18 12:21:37 +01:00
philipp 5b4238da92 update tests to use current date 2023-11-16 15:35:52 +01:00
philipp a3c7461c2b don't allow to add entry which is not completed today 2023-11-14 23:09:33 +01:00
philipp f4a278030f fix 2023-11-10 16:55:57 +01:00
philipp 9331b2001d improve code with clippy 2023-11-02 22:19:13 +01:00
philipp e1a7bdae65 fix ci 2023-11-02 12:25:13 +01:00
philipp 56ae0ae429 fix 1x no cox stuff 2023-10-31 22:16:14 +01:00
philipp 2d7c86f323 aaaaah 2023-10-31 21:02:56 +01:00
philipp d9c7c218bc allow no cox in 1x; require them in >2x 2023-10-31 20:57:05 +01:00
philipp 2d520298e7 frontend for new db 2023-10-30 15:32:17 +01:00
philipp 1d7f95e522 finish backend tests of new db layout 2023-10-30 15:32:17 +01:00
philipp 09075989e3 first draft 2023-10-30 15:32:17 +01:00
philipp 1386ba05c2 log important events 2023-10-05 08:59:13 +02:00
philipp bb142a0969 clean code with clippy 2023-10-02 12:39:05 +02:00
philipp 02e1546f0e complete tests for logbook 2023-10-01 20:52:41 +02:00
philipp 6d0501d3b0 add tests 2023-10-01 20:52:41 +02:00
philipp 7500b90b22 fix ci 2023-10-01 20:52:41 +02:00
philipp 22db993767 remove unused variable 2023-10-01 20:52:41 +02:00
philipp e41aa9b4e7 fun with timezones 2023-10-01 20:52:41 +02:00
philipp 665cbe7aae remove debugging statement 2023-10-01 20:52:41 +02:00
philipp bf63313515 debug none 2023-10-01 20:52:41 +02:00
philipp 57e540f450 allow users to delete trips 2023-10-01 20:52:41 +02:00
philipp fd4d097d72 verify that arrivaldate > departuredate 2023-10-01 20:52:41 +02:00
philipp e849b6f5f9 error if same person selected as cox + rower 2023-10-01 20:52:41 +02:00
philipp 90155dbc0f fix ci 2023-10-01 20:52:41 +02:00
philipp 1f801b0436 add debug trait; switch to proper name of form field (rowerS) 2023-10-01 20:52:41 +02:00
philipp 8b0264d181 clean code with clippy 2023-10-01 20:52:41 +02:00
philipp fe4c0bebfc Staging 2023-09-05 21:03:18 +00:00
philipp 94a9d285be clean db 2023-08-05 16:27:51 +02:00
philipp 3730940aed add tests for tera/log.rs
Closes #34
2023-07-31 20:09:03 +02:00
philipp 47b534f8c3 create tests for model/logbook
Closes #31
2023-07-31 19:10:34 +02:00
philipp adb26f6b91 create tests for model/rower.rs, Closes #32 2023-07-31 16:59:15 +02:00
philipp 7e09c81d5e fix error on diff sqlite version 2023-07-30 22:17:47 +02:00
philipp f3590c1437 fix parsing of sqlite timestamp (arrival) 2023-07-30 20:50:28 +02:00
philipp dee228dce8 send departure as timestamp 2023-07-30 20:40:15 +02:00
philipp b5fd4018ff extract common functionality to functoin 2023-07-27 15:24:29 +02:00
philipp 0c906f2bda check if shipmaster is already on the water 2023-07-27 15:00:52 +02:00
philipp 48eb1b7dc2 clean ui for logbook 2023-07-26 12:56:19 +02:00
philipp e5f22ae070 more clippy :-) 2023-07-25 13:32:20 +02:00
philipp a7789af713 clean code with clippy 2023-07-25 13:22:11 +02:00
philipp 082fac9789 add stats 2023-07-24 20:56:46 +02:00
philipp c42cd2cd9c allow adding rowers to logbook 2023-07-24 13:01:39 +02:00
philipp c32c8bb643 move always_show to tripdetails 2023-07-23 19:45:48 +02:00
philipp 9fa70b1411 add functionality to finish logbook trips 2023-07-23 16:49:14 +02:00
philipp 1d4c5f356d add first draft of logbook 2023-07-23 12:17:57 +02:00