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
Purpose
This ticket will be implementing the Manage Users page's front end work as well as actually displaying the database.
To Do
Move this ticket to the In Progress column
Get updated with the codebase (git checkout dev, git pull, create a new branch by git checkout -b [branchname] as per README, npm install to update your dependencies, npm run build, npm run dev)
link the dropdown in the navbar so that Manage Users option will lead to the page below
create and open manage-users/[[…manage-users]]
Then right click on [[…manage-users]] and create page.tsx
add in the navbar (no title will be highlighted since we're not on any of those pages), the title "Manage Users", and a dummy button "+ New User" that doesn't have any functionality when clicked, as well as the spreadsheet
ignore the red text, it's not actually a part of the design
write the API call to populate the users database, which is done through Clerk (in resources below)
pay attention to how we are not interested in ALL of the fields of a user instance, but only the ones that are in the design (in pictures below)
create a PR for this ticket
add yourselves as assignees and ADD JIYOON AS A REVIEWER TO YOUR PR🙏
DUE FEB 7
Purpose
This ticket will be implementing the Manage Users page's front end work as well as actually displaying the database.
To Do
Manage Users
option will lead to the page belowmanage-users/[[…manage-users]]
[[…manage-users]]
and createpage.tsx
Resources
Pictures
The text was updated successfully, but these errors were encountered: