2023-03-25 14:33:22 +01:00
2023-03-25 14:33:22 +01:00
2023-03-25 14:33:22 +01:00
2023-02-08 16:25:06 +01:00
2023-03-04 11:40:43 +01:00
2023-03-23 11:22:20 +01:00
2023-03-04 11:20:12 +01:00
2023-03-25 13:40:24 +01:00
2023-02-09 12:16:04 +01:00
2023-02-09 12:16:04 +01:00
2023-03-14 14:00:53 +01:00
2023-03-04 11:52:11 +01:00
2023-03-04 11:52:11 +01:00

Edge case

  • Trip in the morning on usi rowing day
  • after N people (/ cox) -> red highlighted -> queue

Fancy

  • Every cox can define which boats they use
  • Link for specific trip
  • Basic auth (with e.g. ekrv) to prevent spam bots? (Or on first login there are 2 input fields: name + e.g. name of "strom")

DB

  • users
    • id: i32
    • name: String
    • pw: Option
    • is_cox: bool
    • is_admin: bool
  • day
    • day: chrono::NaiveDate
    • planned_amount_cox: i32
    • planned_starting_time: Option
    • open_registration: bool
  • trip
    • day: String
    • user_id: i32
    • cox_id: Option
    • begin: Option
    • created: chrono::DateTime
Description
Ruderassistent des Rudervereins Donau Linz
Readme 9.5 MiB
Languages
Rust 44.8%
TypeScript 43.3%
Svelte 5.3%
SCSS 4.2%
JavaScript 1.9%
Other 0.3%