forked from Ruderverein-Donau-Linz/rowt
		
	
			
				
					
						
					
					3d2289763d848edeafa55647d03ccca9fc2eb106
				
			
			
		
	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
				
					Languages
				
				
								
								
									Rust
								
								45.3%
							
						
							
								
								
									TypeScript
								
								43.1%
							
						
							
								
								
									Svelte
								
								5.2%
							
						
							
								
								
									SCSS
								
								4.1%
							
						
							
								
								
									JavaScript
								
								1.8%
							
						
							
								
								
									Other
								
								0.3%