You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a column in user for the handling of food_preferences and one for food_custom. "food_preferences" is a vector when setting and getting and "food_custom" is a String. "food_custom" is used for free text that you can describe whatever you want
The "food_preferences" should be stored as a Mapped[list[USER_FOOD_PREFERENCES]] where USER_FOOD_PREFERENCES needs to be implemented and should be implemented in types.py.
The text was updated successfully, but these errors were encountered:
Equasa
added
the
User
Anything that has to do specifically with a user is labeled using this label
label
Feb 19, 2024
Make a column in user for the handling of food_preferences and one for food_custom. "food_preferences" is a vector when setting and getting and "food_custom" is a String. "food_custom" is used for free text that you can describe whatever you want
The "food_preferences" should be stored as a Mapped[list[USER_FOOD_PREFERENCES]] where USER_FOOD_PREFERENCES needs to be implemented and should be implemented in types.py.
The text was updated successfully, but these errors were encountered: