ff260cc1bb
Add entity and relations for user-tracks relationship
72bd08225f
Add users-to-tracks many-to-many association
272d1edb9a
TODO FIXUP: add cookie-secret to secrets list in server config
14bd4b48ca
Add login+sign_up routes and auth guard
62ba1420b9
Add support for rocket's "secret cookies"
60d7ce4664
Add user model
e25301655b
remove extra console.log call
7f2e12e913
Merge pull request 'Feature: Add Track Form' (#7) from scott/kalkutago:feature/add-track-form into main
eb14a39c33
finishing touches
6360f23209
Add event handlers for updates to tracks
678e95bba0
Add NewTrackView
7f2e12e913
Merge pull request 'Feature: Add Track Form' (#7) from scott/kalkutago:feature/add-track-form into main
eb14a39c33
finishing touches
6360f23209
Add event handlers for updates to tracks
678e95bba0
Add NewTrackView
c7cfa86be1
Add vue router
eb14a39c33
finishing touches
6360f23209
Add event handlers for updates to tracks
678e95bba0
Add NewTrackView
c7cfa86be1
Add vue router
55816a486a
Move state initialization from App.vue to main.ts
75d9bab34d
Merge pull request 'Fix bug where clearing ticks on one day would clear all ticks for the track on all days' (#14) from scott/kalkutago:fix/tick-deletion into main
bfe0537750
Fix bug where clearing ticks on one day would clear all ticks for the track on all days
75d9bab34d
Merge pull request 'Fix bug where clearing ticks on one day would clear all ticks for the track on all days' (#14) from scott/kalkutago:fix/tick-deletion into main
bfe0537750
Fix bug where clearing ticks on one day would clear all ticks for the track on all days
Fix bug where clearing ticks on one day would clear all ticks for the track on all days
Fix bug where clearing ticks on one day would clear all ticks for the track on all days
284d40c8b9
finishing touches
9fc85d9db0
Add event handlers for updates to tracks
646eb60dc9
Add NewTrackView
ea5e5325b5
Add vue router
6f5e23e022
Move state initialization from App.vue to main.ts