1
0
Fork 0
forked from TWS/kalkutago
Commit graph

65 commits

Author SHA1 Message Date
D. Scott Boggs
bfffacabf6 Add logout button 2023-08-26 06:17:42 -04:00
D. Scott Boggs
290218eefe Restore logged-in state on page reload 2023-08-26 06:17:42 -04:00
D. Scott Boggs
ffc1c6806a Fix shell.nix 2023-08-26 06:17:42 -04:00
D. Scott Boggs
37426aaa52 WIP: Add busy indicators to login view 2023-08-26 06:17:42 -04:00
D. Scott Boggs
db72a6df17 Add busy-indicator to login/signup buttons 2023-08-26 06:17:42 -04:00
scott
3dbe2d2327 Merge pull request 'Backend feature: user auth' (#1) from backend/feature/user-auth into feature/user-auth
Reviewed-on: https://git.tams.tech/scott/kalkutago/pulls/1
2023-08-26 10:15:14 +00:00
D. Scott Boggs
f6fb736ff7 Add log-out route (necessary to delete secret cookie) 2023-08-26 06:09:04 -04:00
D. Scott Boggs
a8e4e5145b add tests 2023-08-26 06:09:04 -04:00
D. Scott Boggs
1c400e7ffa Remove no-longer-existing Rust feature default_free_fn 2023-08-26 06:09:04 -04:00
D. Scott Boggs
d7285a84bb Fix authenticated track insertion 2023-08-26 06:09:04 -04:00
D. Scott Boggs
205a3b165e Rename user -> users 2023-08-26 06:09:04 -04:00
D. Scott Boggs
f44f15d2b6 tracks are now relative to an authenticated user 2023-08-26 06:09:04 -04:00
D. Scott Boggs
46a9374571 Add entity and relations for user-tracks relationship 2023-08-26 06:09:04 -04:00
D. Scott Boggs
05bda8deb0 Add users-to-tracks many-to-many association 2023-08-26 06:09:04 -04:00
D. Scott Boggs
2485740291 Add login+sign_up routes and auth guard 2023-08-26 06:09:04 -04:00
D. Scott Boggs
792779a36d Add support for rocket's "secret cookies" 2023-08-26 06:09:04 -04:00
D. Scott Boggs
0a197db93f Add user model 2023-08-26 06:09:04 -04:00
D. Scott Boggs
a390f79a75 Add Login view 2023-06-27 05:59:46 -04:00
D. Scott Boggs
e25301655b remove extra console.log call 2023-06-25 15:28:21 -04:00
scott
7f2e12e913 Merge pull request 'Feature: Add Track Form' (#7) from scott/kalkutago:feature/add-track-form into main
Reviewed-on: https://git.tams.tech/TWS/kalkutago/pulls/7
2023-06-25 19:25:58 +00:00
D. Scott Boggs
eb14a39c33 finishing touches 2023-06-25 15:24:39 -04:00
D. Scott Boggs
6360f23209 Add event handlers for updates to tracks 2023-06-25 15:20:16 -04:00
D. Scott Boggs
678e95bba0 Add NewTrackView 2023-06-25 15:20:16 -04:00
D. Scott Boggs
c7cfa86be1 Add vue router 2023-06-25 15:20:16 -04:00
D. Scott Boggs
55816a486a Move state initialization from App.vue to main.ts 2023-06-25 15:20:16 -04:00
scott
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
Reviewed-on: https://git.tams.tech/TWS/kalkutago/pulls/14
2023-06-25 19:19:21 +00:00
D. Scott Boggs
bfe0537750 Fix bug where clearing ticks on one day would clear all ticks for the track on all days 2023-06-25 15:17:59 -04:00
scott
9b876511d9 Merge pull request 'Add updates for track changes' (#9) from scott/kalkutago:feature/add-track-events into main
Reviewed-on: https://git.tams.tech/TWS/kalkutago/pulls/9
2023-06-25 18:33:57 +00:00
D. Scott Boggs
7a1dee61c9 Add updates for track changes 2023-06-25 14:32:02 -04:00
D. Scott Boggs
b81485a3d5 Cleanly disconnect from the update stream if possible 2023-06-25 11:33:18 -04:00
D. Scott Boggs
9e16306c61 Remove a bit of cruft 2023-06-25 11:33:18 -04:00
D. Scott Boggs
741429630b Build custom image for client dev server 2023-06-25 11:33:18 -04:00
D. Scott Boggs
e84e9e6594 Add README 2023-06-25 11:30:45 -04:00
D. Scott Boggs
e33ce8b1a8 Fix updates 2023-06-20 08:54:03 -04:00
D. Scott Boggs
a60a4c4885 Whoops, didn't commit for a while. Added button toggling logic, doesn't work 2023-06-20 08:40:35 -04:00
D. Scott Boggs
da4f4ba151 Rename the project 2023-06-19 11:18:59 -04:00
D. Scott Boggs
c22241008e Add update subscription endpoint 2023-06-18 08:11:11 -04:00
D. Scott Boggs
3553743a9a use global state and add code for toggling task completeness 2023-06-17 13:20:34 -04:00
D. Scott Boggs
c85af82eb7 Add API method to easiliy tick a track now 2023-06-17 13:20:08 -04:00
D. Scott Boggs
e2efd6fe66 Fix typo 2023-06-17 13:19:27 -04:00
D. Scott Boggs
bdb09b33c6 fix style of button 2023-06-15 11:21:04 -04:00
D. Scott Boggs
4b6d90d3ce Add logging 2023-06-14 11:40:59 -04:00
D. Scott Boggs
441d3c28ec UI laid out and started 2023-06-14 11:40:59 -04:00
D. Scott Boggs
1438ab6d24 Add endpoint for getting ticks related to a track 2023-06-14 11:40:59 -04:00
D. Scott Boggs
76cb73bb03 Temporarily configure docker-compose for dev/debug 2023-06-14 11:40:59 -04:00
D. Scott Boggs
526990704b add route to import the database file 2023-06-13 12:26:39 -04:00
D. Scott Boggs
eff89e7100 Add unsafe_import route 2023-06-13 10:19:14 -04:00
D. Scott Boggs
804fb5862a Add persistence for the database 2023-06-13 10:18:20 -04:00
D. Scott Boggs
99bae90def Install bulma 2023-06-11 09:34:39 -04:00
D. Scott Boggs
412c86df33 Clean up junk left from initial app generation 2023-06-11 09:05:46 -04:00