mybuddy/core
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
..
migrations feat: Height percentiles report (#719) 2023-12-25 06:48:33 -08:00
static_src lint: lint all js and sjon files with prettier 2024-02-07 19:46:51 -08:00
templates feat: use field set on some forms 2024-02-27 20:11:41 -08:00
templatetags Correct exception catch for `timesince` 2023-10-21 14:02:07 -07:00
tests Set explicit bounds on some graphs 2024-01-27 19:42:12 -08:00
__init__.py Initial commit. 2017-08-11 14:32:02 -04:00
admin.py Add birth time support to Child model 2023-10-21 14:02:07 -07:00
apps.py Refactor read only group creation as post migrate operation 2023-02-11 10:31:14 -08:00
fields.py Correct error string 2024-01-20 06:13:53 -08:00
filters.py Change PumpingFilter to be TagFilter 2023-01-29 14:09:35 -08:00
forms.py feat: use field set on some forms 2024-02-27 20:11:41 -08:00
models.py feat: Height percentiles report (#719) 2023-12-25 06:48:33 -08:00
timeline.py Don't include duration on timeline entries with no duration 2023-10-20 19:56:48 -07:00
urls.py feat: create a trimmed form just for bottle feeding. 2024-01-28 06:03:41 -08:00
utils.py bugfix: dashboard shows ago when less then 1minute 2024-02-07 04:58:49 -08:00
views.py feat: create a trimmed form just for bottle feeding. 2024-01-28 06:03:41 -08:00
widgets.py feat: Add PillRadioSelect widget 2024-02-27 20:11:41 -08:00