-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
I suggest separating product details such as caffeine, alcohol, energy, sugar to be their own thing and not part of the essential product information itself. It's also kind of weird that caffeine and sugar have specific units based on grams while the unit for energy is part of the servers configuration.
I would like to have it separate because it is kind of arbitrary information and not really essential for the transactions themselves. I mean there is also these:
- halal : boolean
- kosher : boolean
- vegan : boolean
- vegetarian : boolean
- peanut : boolean
- milk : boolean
- gluten : boolean
- lactose : boolean
- lipids/fats : integer
- carbs : integer
- proteins : integer
- weight : integer
I am not really suggesting adding all these but just list them so you see where I'm coming from. I would also suggest these details being their own thing and not clearly defining which details are expected/allowed and which aren't.
Reactions are currently unavailable