issues
search
drbenschmidt
/
dirtleague-discgolf
Disc golf web app for managing players, tournaments, and seasons.
MIT License
4
stars
0
forks
source link
feat(profiles): add players UI and mock out some ideas
#8
Closed
drbenschmidt
closed
3 years ago
drbenschmidt
commented
3 years ago
checklist
UX
[x] create player
[x] edit player
[x] delete player
[x] create alias
[x] edit alias
[x] delete alias
[x] UI moves to correct pages after form submission
Modeling
[x] Consistent names
[x] Consistent typing
[ ] Foreign Keys and cascading deletion? lol
[x] seeding with fake data?
[x] make sure tables can be created and used with scripts
Server
[x] make sure repositories are consistent
[x] route naming consistent
[x] use
withTryCatch
in routes
UI
[x] Break routes into multiple files
[x] Reuse components? Yeah maybe!
checklist
UX
Modeling
Server
withTryCatch
in routesUI