pandaxin8 / food-waste-game

Food waste sustainability awareness game built with Flutter
MIT License
1 stars 0 forks source link

Extend Ingredient Class for Seasonality and Sustainability Tags #48

Open pandaxin8 opened 4 months ago

pandaxin8 commented 4 months ago

Description: Add new fields to the Ingredient class to include seasonality (Spring, Summer, Autumn, Winter) and sustainability tags (Local, Low-Water, Low-Energy, Compostable).

Acceptance Criteria: The Ingredient class supports these new fields, and they can be used to filter or highlight ingredients in the game based on current objectives or challenges.