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
This ticket will implement the ProfileView.tsx component which will be used to create a new user and edit the manage-users/page.tsx.
To Do
Move this ticket to the In Progress column
don't forget npm run build in addition to the usual commands
create a component called ProfileView (this will be used to edit, create, and view profiles) that includes the input fields (NOT title and buttons)
please pay attention the asterisks and the password visibility option!
you could make the mode a parameter so this component can have different settings for how editable some fields are based on the mode (edit/create/view)
import the component to the manage users page so it can be used (and is visible) when the new user button is clicked
this ticket will not be doing any back end work
cancel's functionality should be implemented (switching back to manage-users), don't worry about create
don't forget to ADD JIYOON AS A REVIEWER TO YOUR PR🙏
Move this ticket to the Ready for Review column
Pictures
The text was updated successfully, but these errors were encountered:
DUE FEB 14
Purpose
This ticket will implement the ProfileView.tsx component which will be used to create a new user and edit the
manage-users/page.tsx
.To Do
mode
a parameter so this component can have different settings for how editable some fields are based on the mode (edit/create/view)new user
button is clickedcancel
's functionality should be implemented (switching back to manage-users), don't worry aboutcreate
Pictures
The text was updated successfully, but these errors were encountered: