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
The FridgeInformation panel has a text input field where users can input a note about the fridge (whether they dropped something off, are stopping by to clean, or a general user of the fridge) that indicates some status (food that is inside, parts that are broken, parts that were just fixed). When a user hits the Submit button on this page after adding some text to the field, the Previous Posts section is populated with their input as well as a timestamp. The following features are to be added onto the functionality of this input field:
When a user hits the Submit button, alongside the current page having this information stored, get this information to the backend so that on a refresh, this information is still live on the app.
The text was updated successfully, but these errors were encountered:
The
FridgeInformation
panel has a text input field where users can input a note about the fridge (whether they dropped something off, are stopping by to clean, or a general user of the fridge) that indicates some status (food that is inside, parts that are broken, parts that were just fixed). When a user hits theSubmit
button on this page after adding some text to the field, thePrevious Posts
section is populated with their input as well as a timestamp. The following features are to be added onto the functionality of this input field:Submit
button, alongside the current page having this information stored, get this information to the backend so that on a refresh, this information is still live on the app.The text was updated successfully, but these errors were encountered: