Bootsreservierungen #185

Closed
opened 2024-01-23 09:47:18 +01:00 by philipp · 0 comments
Owner
  • EVERYONE can create boat_reservation
  • (board has to approve reservation)
  • Under "Am Wasser" -> show all reservations
  • Warning if boat is selected on reserved day

Covered use cases

  • wanderfahrt -> multiple days
  • trip with "friends"
  • single trip

boat_reservation

  • id
  • boat_id
  • start_date
  • end_date
  • time_desc (string; e.g. 'ab 14 Uhr', 'ganztags', '3 Tage', ...)
  • usage (string, 'Wanderfahrt Bodensee', 'Ausgemachte Ausfahrt', ...)
  • applicant_user_id (who reserved it?)
  • Option<confirmed_by_user_id> DEFAULT NULL
- EVERYONE can create boat_reservation - (board has to approve reservation) - Under "Am Wasser" -> show all reservations - Warning if boat is selected on reserved day # Covered use cases - wanderfahrt -> multiple days - trip with "friends" - single trip boat_reservation ============= - id - boat_id - start_date - end_date - time_desc (string; e.g. 'ab 14 Uhr', 'ganztags', '3 Tage', ...) - usage (string, 'Wanderfahrt Bodensee', 'Ausgemachte Ausfahrt', ...) - applicant_user_id (who reserved it?) - Option<confirmed_by_user_id> DEFAULT NULL
philipp changed title from Scheckbuch to Bootsreservierungen 2024-01-23 09:47:34 +01:00
philipp added the
feature
label 2024-01-23 09:52:08 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Ruderverein-Donau-Linz/rowt#185
No description provided.