]>
git.ekhem.eu.org Git - gym.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jakub Czajka [Sun, 7 Jan 2024 12:20:42 +0000 (13:20 +0100)]
Simplify insertion of new elements.
Jakub Czajka [Sat, 6 Jan 2024 14:49:22 +0000 (15:49 +0100)]
Allow querying splits.
Jakub Czajka [Sat, 6 Jan 2024 14:48:54 +0000 (15:48 +0100)]
Show exercise category when recording a workout.
Jakub Czajka [Sat, 6 Jan 2024 14:03:55 +0000 (15:03 +0100)]
Allow creating new exercise categories and associating them with exercises.
Jakub Czajka [Sat, 6 Jan 2024 13:41:30 +0000 (14:41 +0100)]
Categorise exercises by the muscles they target.
Jakub Czajka [Mon, 25 Dec 2023 09:28:59 +0000 (10:28 +0100)]
Store records as references to workouts_exercises instead of copying values.
Jakub Czajka [Sun, 24 Dec 2023 18:41:50 +0000 (19:41 +0100)]
Add license file.
Jakub Czajka [Sat, 23 Dec 2023 22:19:56 +0000 (23:19 +0100)]
Add title.
Jakub Czajka [Sat, 23 Dec 2023 21:38:50 +0000 (22:38 +0100)]
Move common CSS styles into a separte file.
Jakub Czajka [Sat, 23 Dec 2023 21:36:27 +0000 (22:36 +0100)]
Replace @media with viewport.
Jakub Czajka [Sun, 17 Dec 2023 21:18:44 +0000 (22:18 +0100)]
Serve scripts for interacting with the database through nginx.
Jakub Czajka [Sun, 17 Dec 2023 21:08:10 +0000 (22:08 +0100)]
Add the main script for interacting with the gym database.
Jakub Czajka [Sun, 17 Dec 2023 21:07:14 +0000 (22:07 +0100)]
Add a script for recording a new workout.
Jakub Czajka [Sun, 17 Dec 2023 21:06:47 +0000 (22:06 +0100)]
Add a script for inserting exercise/gym/workout to the database.
Jakub Czajka [Sun, 17 Dec 2023 21:04:29 +0000 (22:04 +0100)]
Add files for creating and dropping the database.