dd82f461be
feat: Add workout program management
master
Peter Stockings
2025-04-24 20:17:30 +10:00
e7d125d57b
Move workout tag logic into tags blueprint
Peter Stockings
2025-04-21 20:13:30 +10:00
c88d28b47c
Fix issue with newly added workout tags not being rendered
Peter Stockings
2025-04-20 17:05:32 +10:00
7aa7f9b8dc
Partial refactor of tags functionality
Peter Stockings
2025-04-19 21:10:34 +10:00
e947feb3e3
refactor(sql_explorer): Replace Plotly with SVG rendering for plots
Peter Stockings
2025-04-15 19:34:26 +10:00
51ec18c461
feat: Add dismissible exercise progress graph to workout page
Peter Stockings
2025-04-13 19:20:53 +10:00
3da0dc3b3d
Fix for regression where selecting exercise for a new set on an exercise that hasnt had an set recorded wouldnt diplay the name
Peter Stockings
2025-04-13 18:04:11 +10:00
2d67badd32
Remove comments from generated SQL queries
Peter Stockings
2025-04-05 21:51:56 +11:00
64dda01af6
Add on requests==2.26.0 to requirements.txt
Peter Stockings
2025-04-05 21:38:17 +11:00
ead73e8190
Add instructions on how to set Gemni model
Peter Stockings
2025-04-05 21:29:41 +11:00
bd8a3fcdb2
refactor: Use REST API for Gemini SQL generation
Peter Stockings
2025-04-05 21:17:56 +11:00
b875b49eca
feat: Refactor endpoint listing into blueprint
Peter Stockings
2025-03-31 23:15:24 +11:00
a8fe28339b
I have refactored the SQL Explorer functionality into its own blueprint (routes/sql_explorer.py) with a /sql URL prefix. This involved moving the relevant routes from app.py, registering the new blueprint, removing the old routes, updating url_for calls in the templates, and documenting the change in the changelog.
Peter Stockings
2025-03-31 23:00:54 +11:00
eaeb4ab2c8
feat: Refactor workout functionality into blueprint
Peter Stockings
2025-03-31 22:38:48 +11:00
78436b230b
feat: Refactor notes functionality into blueprint
Peter Stockings
2025-03-31 22:08:47 +11:00
6095e76f10
Here is a conventional commit message summarizing the refactoring work:
Peter Stockings
2025-03-30 22:20:48 +11:00
4a822ea2ba
Update python buildpack version to reflect archived state
Peter Stockings
2025-03-30 22:02:09 +11:00
39e91f2655
Add support to set degree of line of best fit for exercise progress graphs in custom view
Peter Stockings
2025-02-06 23:43:10 +11:00
116de33df3
Update load_user function
Peter Stockings
2025-02-02 17:45:54 +11:00
b0296be9a0
On SQL explorer page add a button to copy the create tables database schema
Peter Stockings
2025-02-01 23:50:09 +11:00
5be7438afc
Add in auth however there are no restrictions currently
Peter Stockings
2025-02-01 22:42:58 +11:00
fb0e1519e4
Include Plotly js lib
Peter Stockings
2025-02-01 21:26:52 +11:00
c1c4c4a960
Speed up sql plot generation
Peter Stockings
2025-02-01 21:06:21 +11:00
5fe003bcbf
Add loading icons to sql plot and add clear button to results container
Peter Stockings
2025-02-01 21:06:01 +11:00
8b02307397
Add plot functionality to unsaved sql query and use htmx
Peter Stockings
2025-02-01 20:26:54 +11:00
55149c5ea9
Switch stats from camel case to snake case
Peter Stockings
2025-02-01 19:48:56 +11:00
677d44320c
Fix for workout view showing sets out of order
Peter Stockings
2025-02-01 19:38:08 +11:00
07c2111b55
Remove unused functions from app.py
Peter Stockings
2025-01-27 14:54:31 +11:00
f70438e4e4
Refactor dashboard
Peter Stockings
2025-01-27 14:46:20 +11:00
a7592a29f6
Remove space in person id query param for tags
Peter Stockings
2025-01-27 13:14:55 +11:00
d2c03cb81b
Move person graphs down below title
Peter Stockings
2025-01-27 13:13:59 +11:00
2a5afe51b4
Add All tag to dashboard as well
Peter Stockings
2025-01-27 02:00:37 +11:00
1e625ba7a8
When on overview page add a static tag that selects everything, will have to refactor tags functionality soon
Peter Stockings
2025-01-27 01:57:36 +11:00
6319e488e1
Update page url after visiting page overview
Peter Stockings
2025-01-27 01:56:42 +11:00
2a614ae1c0
Fix view selector all->overview and make overview selected on overview page
Peter Stockings
2025-01-27 01:26:30 +11:00
6b741e50d0
Swtich from person list to new overview page
Peter Stockings
2025-01-27 01:17:23 +11:00
0ed0c20e93
Add person graphs endpoint for workouts per week & PRs per week, consumed via dashboard, person overview and notes
Peter Stockings
2025-01-27 01:00:50 +11:00
049af675cc
Remove unused duplicated stats logic for dashboard
Peter Stockings
2025-01-27 00:18:02 +11:00
5ed737ee94
Refactor stats endpoint so supports filtering people and make dashboard page utilise it
Peter Stockings
2025-01-27 00:07:27 +11:00
527395d704
Make stats refresh, and add filter support to stats endpoint
Peter Stockings
2025-01-26 23:01:39 +11:00
23de6ef1f7
Render stats to block in overview
Peter Stockings
2025-01-26 22:19:34 +11:00
17c010ff7f
Include total duration in new overview stats
Peter Stockings
2025-01-26 21:17:02 +11:00
d1057aa8ba
Add more stats
Peter Stockings
2025-01-26 21:10:22 +11:00
29f7dc1823
Revert "Revert "Add stats to new person overview page, just copied the logic so will need to refactor when the dashboard page is refactored as well""
Peter Stockings
2025-01-26 21:07:19 +11:00
c569793fd8
Revert "Add stats to new person overview page, just copied the logic so will need to refactor when the dashboard page is refactored as well"
Peter Stockings
2025-01-26 20:55:08 +11:00
4783ce6026
Add stats to new person overview page, just copied the logic so will need to refactor when the dashboard page is refactored as well
Peter Stockings
2025-01-26 20:39:20 +11:00
dc543c7b75
Show exercise count in stats
Peter Stockings
2025-01-26 20:31:39 +11:00
df3796b30e
Dont trigger 'updatedPeople' on person dashboard render anymore
Peter Stockings
2025-01-26 20:04:15 +11:00
cd6f3920f5
Add exercise progress graphs to new person overview page
Peter Stockings
2025-01-26 20:00:31 +11:00
2c8019ef7b
Bugfix: Attempting to update a set would fail due to including multiple elements for exercise_id, repetition, & weight
Peter Stockings
2025-01-26 18:47:45 +11:00
f932ea3c0c
Dashboard is failing in prod but works locally
Peter Stockings
2025-01-26 18:30:30 +11:00
b0fb8895df
Start refactoring person overview (list) page, currently is accessible through tags and workout exercise select. Doesnt have any stats or graphs
Peter Stockings
2025-01-26 18:21:44 +11:00
76b610c949
Minor refactor in attempt to speed up site
Peter Stockings
2025-01-25 00:16:32 +11:00
78f2ce2317
Fix bug introduced by last commit in which exercise progress graph wouldnt load upon selecting a exercise
Peter Stockings
2025-01-24 22:21:18 +11:00
5ffb08a994
Fix issue selecting a new exercise
Peter Stockings
2025-01-19 21:34:45 +11:00
da73d816d6
Add favicon
Peter Stockings
2024-12-18 23:34:44 +11:00
71bf4b640c
whoops update column heading order after moving methods to 2nd pos
Peter Stockings
2024-11-10 18:35:28 +11:00
5bdb586a2c
For endpoints page, remove faulty logic that attempted to persisted column view preferences and move Method column to 2nd pos
Peter Stockings
2024-11-10 18:31:44 +11:00
8b248bad17
Make endpoints column filter responsive
Peter Stockings
2024-11-10 18:15:33 +11:00
285175c29d
Update previous page link for workout navbar
Peter Stockings
2024-11-10 18:09:22 +11:00
5db18cbf18
Clear exercise select dropdown when clear search is clicked
Peter Stockings
2024-11-10 18:01:30 +11:00
16cd4e93e3
Change exercise select input from text to search so it adds a clear button on the right
Peter Stockings
2024-11-10 17:50:13 +11:00
2d6c738e3e
Max SQL query text box resize to query length
Peter Stockings
2024-11-09 23:18:57 +11:00
0b7b804d62
Fix issue where redirecting to endpoints page would only show table
Peter Stockings
2024-11-09 19:20:06 +11:00
120a94ff45
Add page to list all flask endpoints with filter
Peter Stockings
2024-11-09 19:07:55 +11:00
c7013e0eac
Add ability to plot saved queries using plotly, need to check performance in production, also need to improve generate_plot function
Peter Stockings
2024-11-09 16:49:08 +11:00
23def088bb
Add ability to save and edit queries, still need to add ability to edit queries
Peter Stockings
2024-11-08 23:09:19 +11:00
90cb1c1451
Add styling to sql query text area
Peter Stockings
2024-11-08 21:57:48 +11:00
3a07b9d97f
WIP: Render database schema using Mermaid.js
Peter Stockings
2024-11-06 22:48:51 +11:00
30ba59381c
Add confirmation prior to deleting workout
Peter Stockings
2024-11-05 16:52:41 +11:00
616b57e1db
Fix regression where selecting an exercise didnt populate reps/weight inputs with last set and resize progress graph on desktop
Peter Stockings
2024-11-05 15:04:06 +11:00
4fe9271555
Change 'No tags available' text to 'No tags' for workout tags
Peter Stockings
2024-11-05 15:02:54 +11:00
8bb33f23fc
Add mobile padding for navbar on workout page
Peter Stockings
2024-11-05 15:02:27 +11:00
05158d8f43
Fix issue where creating an empty workout would show a blank set 'None x None Kg'
Peter Stockings
2024-11-04 23:21:12 +11:00
5938c9468b
Fix error thrown when attempting to update exercise name
Peter Stockings
2024-11-04 23:14:56 +11:00
1f0742bbc0
Add breadcrumb navigation to workout page
Peter Stockings
2024-11-04 22:51:27 +11:00
6ebac69911
Show 'No tags applied' on workouts when...
Peter Stockings
2024-11-04 22:36:27 +11:00
b5493e627c
Fix tags, may have increased load on database while only using one query to fetch workout, topsets, and all tags
Peter Stockings
2024-11-04 22:33:08 +11:00
10326ccd7a
Switch from using workout modal and change to workout page, still need to cleanup modal logic and templates. Need to fix workout tag functionality
Peter Stockings
2024-11-04 22:02:06 +11:00
1a970d1d7b
Fix bug where updating exercise name would persist due to missing commit
Peter Stockings
2024-11-04 16:59:14 +11:00
64c3335c29
Prompt user for confirmation prior to deleting exercise
Peter Stockings
2024-11-04 16:55:31 +11:00
7d65f9b8e8
Add ability to add/delete exercises from dropdown
Peter Stockings
2024-11-04 16:46:22 +11:00
7d43965289
Add ability to edit exercise name from new dropdown, still WIP as I need to handle exercise selection and make it a component
Peter Stockings
2024-11-04 12:07:47 +11:00
e756607dc8
Add WIP of exercise live search, just testing speed in prod site
Peter Stockings
2024-11-03 09:45:48 +11:00
817a6016e2
Create seperate page view for workout (WIP)
Peter Stockings
2024-11-02 23:09:26 +11:00
1384eb007b
Add min/max filter filter for exercise sparkline graph
Peter Stockings
2024-07-29 21:27:30 +10:00
73c1e115bb
Fix bug where left join on person and workouts would return a row even when there wasnt an exercise and therefore crashing on person list view
Peter Stockings
2024-05-18 18:27:09 +10:00
910437010d
Add margin top to workout start date input
Peter Stockings
2024-04-11 18:42:14 +10:00
32a81df82a
Add fade in transition to work out start date, tags, & note
Peter Stockings
2024-04-11 18:40:21 +10:00
0fb330d6fa
Add css fade in transition for calendar next/prev changes
Peter Stockings
2024-04-11 18:22:40 +10:00
ed1b91f9b7
Fix flicker caused by custom js select component being loaded
Peter Stockings
2024-04-11 18:12:51 +10:00
0e5de89e81
Change sidebar link behaviour so it doesnt scroll to top of screen until content has loaded and add in loading spinner for person list in sidebar
Peter Stockings
2024-04-11 17:57:24 +10:00
497a96be60
Instead of retreiving list of users and workouts card on initial load which involves a second db call, use htmx onload callback
Peter Stockings
2024-04-11 17:43:16 +10:00
63d997a3f1
Refactor calendar (month and year view), switching to vertical slice arch. Also in progress of refactoring of stats so they are retreived after inital page load for performance sake
Peter Stockings
2024-04-11 13:45:38 +10:00
76789a4934
Fix for url not updating when browsing from person note view -> calendar view (Not proper fix, dont understand why it wasnt working. Need to look into this further)
Peter Stockings
2024-04-10 19:30:15 +10:00
353093809f
Load local .env file in dev mode (Will make same change to other projects)
Peter Stockings
2024-04-07 22:30:28 +10:00
ff422e9536
Refactor more functions in utils, trying to speed up site
Peter Stockings
2024-04-07 22:23:26 +10:00