Phase 1 - Basic Database Initialization, Currency & Time Formatting Decorators
No due date
33% complete
Skatetrax doesnt work with out a db, so lets make sure that if we're starting fresh with that. We also need to make sure we've got decorators for formatting currency for the US, formatting for the minutes/hours.
For database queries, things we care about are:
- Hour totals, with All/30 day options, coached and uncoached
- Currency equivalent of the above ite…
Skatetrax doesnt work with out a db, so lets make sure that if we're starting fresh with that. We also need to make sure we've got decorators for formatting currency for the US, formatting for the minutes/hours.
For database queries, things we care about are:
- Hour totals, with All/30 day options, coached and uncoached
- Currency equivalent of the above items, same options, associated costs
- Skate/blade/boot configuration
The current dashboard includes the first two items + maintenance clock, and a breakdown for all costs associated. We can close this milestone with we can access the same data.