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
At the moment, all items and their corresponding numbers are hardcoded in menu.py (see USER_KEY_CONSUME_*).
We could use the /items GET call, to receive a list of all available items and generate the menu of "consumables" programmatically instead of hardcoding the numbers. Would make heiko more flexible if we add/remove items in the future (think "Pizza" for the CCCamp..).
The text was updated successfully, but these errors were encountered:
At the moment, all items and their corresponding numbers are hardcoded in menu.py (see USER_KEY_CONSUME_*).
We could use the /items GET call, to receive a list of all available items and generate the menu of "consumables" programmatically instead of hardcoding the numbers. Would make heiko more flexible if we add/remove items in the future (think "Pizza" for the CCCamp..).
The text was updated successfully, but these errors were encountered: