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
We want code to be reusable and limit the repetition. Edit such that membersGrid can be used for both Project Members and Organization Members (Hint: Think about component props)
Use the database to get members from the tables (no more hardcoded data)
Link the individual pages
- Check if the user is admin using the database table column "user_type"
- If the user is admin, clicking on individual pages will show this for each member (PersonalSummary.jsx)
- If the user is not admin, if they click on their own page, show this summary
- If they click on other members page, create this new page to show it. All data for the member is available in the
database. Make the requests to database necessary.
Our current Members page looks like this
- Check if the user is admin using the database table column "user_type"
- If the user is admin, clicking on individual pages will show this for each member (PersonalSummary.jsx)
- If the user is not admin, if they click on their own page, show this summary
- If they click on other members page, create this new page to show it. All data for the member is available in the
database. Make the requests to database necessary.
Figma Link: https://www.figma.com/team_invite/redeem/m7USct7pyXUSdm1R6BbS9B
The text was updated successfully, but these errors were encountered: