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
Bug created by not elevating state of the modal high enough. Modify event functionality works, except we don't reload components correctly when a change is committed.
Look into moving the useStates into the parent level, so that all components from the main page, the card, and the different modals all have the correct values displayed.
There's also a few missing data values, make sure all values are present where expected.
READ ALL INSTRUCTIONS BEFORE STARTING
Note:
When working on the frontend, we want to work from making sure the site is responsive starting from a mobile device (this will make it easier when we modifying the styling for bigger screens)
When checking how the frontend looks on a mobile device through chrome's inspect element, be sure to select iPhone SE for test!!!
Heads up:
Feel free to utilize /client/src/components/playground/Playground.jsx to test out anything before putting it in their respective pages, or if there currently is no respective page
When prompted to log in, you can sign in with the account:
Bugfix: elevate useStates for the modal such that they maintained by the page; this should resolve the problem. Make sure you pass props through the components correctly.
Bugfix: there is a column in the events table for capacity, update the cards, forms, and modals for teacher view to reflect this change.
Notes
Discovery and Bookings have been combined for teacher view, check that all props have been passed through to the cards properly
Acceptance Criteria
Resolves all bugs without introducing new unintended behaviors.
Matches hi-fi (but you can ignore the colored components for now)
all missing columns have been added
modal and all relevant cards refresh when saving changes to an event
Description
Bug created by not elevating state of the modal high enough. Modify event functionality works, except we don't reload components correctly when a change is committed.
Look into moving the useStates into the parent level, so that all components from the main page, the card, and the different modals all have the correct values displayed.
There's also a few missing data values, make sure all values are present where expected.
READ ALL INSTRUCTIONS BEFORE STARTING
inspect element
, be sure to selectiPhone SE
for test!!!Feel free to utilize
/client/src/components/playground/Playground.jsx
to test out anything before putting it in their respective pages, or if there currently is no respective pageWhen prompted to log in, you can sign in with the account:
teacher:
admin:
Instructions
capacity
, update the cards, forms, and modals for teacher view to reflect this change.Notes
Acceptance Criteria
Resources
The text was updated successfully, but these errors were encountered: