mybuddy/babybuddy
billybonks 232cde19ee feat: use field set on some forms
Create choices template to have all multi choice experience be the same
as radio select choices.

Moved notes and tags into advanced template in order to reduce the
amount of fields in a form for users. Given that these two fields are
usually a catch all for anything that is not in the core data model. it
is not garunteed that users will use them.

If a user does decide to use the fields we will store that selection in
localstorage so that they dont have to open it every time.

I put the javascript into the page section, as i seem to have had issues
with javascript blocks overriding each other.
2024-02-27 20:11:41 -08:00
..
fixtures lint: lint all js and sjon files with prettier 2024-02-07 19:46:51 -08:00
formats Format!! 2023-03-25 14:39:45 -07:00
management Improve fake data for height percentile reports 2023-12-25 06:48:33 -08:00
migrations Move cache table creation to a migration 2023-07-25 17:40:01 -07:00
settings Add LOGGING override option for production troubleshooting 2024-02-05 21:02:44 -08:00
static_src feat: use field set on some forms 2024-02-27 20:11:41 -08:00
templates feat: use field set on some forms 2024-02-27 20:11:41 -08:00
templatetags Refactor read only group creation as post migrate operation 2023-02-11 10:31:14 -08:00
tests Update to Django 5.x (#746) 2024-01-13 20:22:08 -08:00
__init__.py Create v2.2.1 release 2024-01-27 19:43:07 -08:00
admin.py Replace references to Django core `User` model with `get_user_model` 2023-02-10 06:14:37 -08:00
apps.py Remove hardcorded `master` branch reference 2023-10-21 14:02:07 -07:00
forms.py Use django-dbsettings package for site settings 2023-04-15 13:59:44 -07:00
middleware.py Update to Django 5.x (#746) 2024-01-13 20:22:08 -08:00
mixins.py Format code with black 2022-02-09 16:00:30 -08:00
models.py Update to Django 5.x (#746) 2024-01-13 20:22:08 -08:00
site_settings.py Enforce min and max nap start parameters 2023-06-04 17:39:08 -07:00
urls.py Use django-dbsettings package for site settings 2023-04-15 13:59:44 -07:00
views.py Add documentation to UserAddDevice render function 2023-07-05 14:32:26 -07:00
widgets.py Use django-dbsettings package for site settings 2023-04-15 13:59:44 -07:00
wsgi.py Check for and load environment variables from a `.env` file. 2017-11-30 22:54:50 -05:00