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
Classes in bookings are missing class tags and coreq bugfix.
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:
teacher edit class view and normal class view. need to add in class tags which will display the type of class it is. teacher should be able to change the type of class as shown in HIFI
teacher edit class view, for the performance change. there should be an option to make it so that there are no performances linked at all. This could then call a DELETE request on the corequisite table for the specific class id and event id that it previously had
Notes
Acceptance Criteria
resolves bugs without introducing new unexpected behaviors
matches hifi styling (you can ignore coloring components for now but try to fix alignment/position of items)
Resources
The text was updated successfully, but these errors were encountered:
Description
Classes in bookings are missing class tags and coreq bugfix.
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:
student:
teacher:
admin:
Instructions
Notes
Acceptance Criteria
Resources
The text was updated successfully, but these errors were encountered: