Making improvements

This commit is contained in:
Brian McGonagill 2026-02-04 17:05:47 -06:00
parent 78e0e82449
commit dd7e4a4933
11 changed files with 349 additions and 52 deletions

View file

@ -1,12 +1,36 @@
# This is a template to get started.
# Open Health
The template includes
- Registration
- Login / Authentication with username / password
- First person to register is the System Admin role and has full control over the installation.
- Initial roles are
- systemadmin
- tenantadmin (admin over a single tenant)
- user (non administrative role)
Workout Routines
- Routine Name
- Exercise Type
- Aerobic
- Strength
- Flexibility
- Endurance
- Exercise Measure
- Distance
- Weight
- Time
- Rate
- Exercise Units
- Distance
- Miles
- Kilometers
- Meters
- Yards
- Feet
- Weight
- KG
- LBS
- Time
- Hours
- Minutes
- Seconds
- Milliseconds
- Rate
- Miles per Hour
- Kilometers per Hour
- Beats Per Minute
- Steps per Minute
- Instructions
There are a few things built in already, like placeholders for the Site Name, App Name, etc, but the rest is a blank slate.