Commit Graph

11 Commits

Author SHA1 Message Date
Brandon Presley 98991a3d02 Replace database import with CSV import 2023-11-29 16:57:19 +13:00
Brandon Presley af3fd69688 Convert noSound -> no_sound 2023-11-28 14:54:02 +13:00
Brandon Presley 4097a79205 Move migration logic in settings_page into databasse 2023-11-11 15:12:37 +13:00
Brandon Presley ea745c1cec Make CRUD work for Plans 2023-11-10 23:43:06 +13:00
Brandon Presley de926bce0e Move settings fields from camelCase to snake_case 2023-11-10 18:32:37 +13:00
Brandon Presley 0a7675797b Add basic database import button
Still need to make sure we move across sets -> gym_sets
since moor won't let me use sets as a table name.

Moor doesnt like me having a class called sets with a property
called sets.
2023-04-17 11:51:35 +12:00
Brandon Presley 0f7d938ad7 Add plans page + edit 2023-04-13 18:58:26 +12:00
Brandon Presley b1c7fc8882 Reduce logs and comments 2023-04-13 18:24:35 +12:00
Brandon Presley 3ff136f758 Get alarm working 2023-04-11 13:14:26 +12:00
Brandon Presley 4d3de751f3 Fix searching on home page 2023-04-11 11:41:10 +12:00
Brandon Presley d558a8f5ad Use moor as a ORM for the settings page 2023-04-09 14:39:41 +12:00