tohuwabohu-io / librefit

OpenSource calorie tracker using kotlin, quarkus, postgresql, SvelteKit and OpenAPI 3
https://libre.fit/
GNU General Public License v3.0
1 stars 0 forks source link

Add new category 'Treat' #99

Closed tohuwabohu-io closed 2 weeks ago

tohuwabohu-io commented 1 month ago

Is your feature request related to a problem? Please describe. I think another category for sweets etc. would be good to distinguish it from snacks that could be healthy.

Describe the solution you'd like I can select a 'Treat' category from the list.

Describe alternatives you've considered Maybe it could be provided as additional info in the (currently invisible) description field but that makes it hard to distinguish at first glance. That information would get lost in the chart data.

Additional context The 'Unset' category is not needed anymore, at least for manual input. It can stay for CSV import purpose. Maybe it's a good time to put the categories into a DB table instead of an enum.