Commit graph

48 commits

Author SHA1 Message Date
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
D. Scott Boggs 0b57f140cb Add static file server to rocket & SPA index redirect 2023-06-11 08:56:20 -04:00
D. Scott Boggs f794f5c974 Add client dir, move .git from server to parent dir 2023-06-11 07:03:06 -04:00
D. Scott Boggs b8b0e51046 Make .gitignore less picky about location 2023-06-11 06:59:15 -04:00
D. Scott Boggs ab9d0e1bde Add groups routes 2023-06-09 04:30:26 -04:00
D. Scott Boggs da9c60656c Add ticks routes 2023-06-09 04:30:14 -04:00
D. Scott Boggs 3203a3fd70 Add tracks routes 2023-06-08 07:49:46 -04:00
D. Scott Boggs d0635bc4c5 Set up rocket/API/webserver 2023-06-07 08:49:04 -04:00
D. Scott Boggs 625da9b7af generate entities 2023-06-07 08:48:44 -04:00
D. Scott Boggs 77669ffd9a create track2groups table 2023-06-07 08:32:15 -04:00
D. Scott Boggs f7e95ea0a8 integrate migrations 2023-06-06 12:46:35 -04:00
D. Scott Boggs c9c12a0ec7 Add track2groups table creation migration 2023-06-06 12:38:31 -04:00
D. Scott Boggs b8ffd5c0b5 Add groups table creation migration 2023-06-06 12:14:58 -04:00
D. Scott Boggs 3c4bac5256 Add tick table migration 2023-06-06 12:14:27 -04:00
D. Scott Boggs f326c45a41 Add migrator module and tracks table creation 2023-06-06 11:50:04 -04:00
D. Scott Boggs 75b57539d9 initial project setup 2023-06-06 10:27:02 -04:00