Skip to content

[Page] [FE+BE] Individual Members Page + Members Data Config #43

@jessieh9

Description

@jessieh9

Our current Members page looks like this
Image

  1. 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)
  2. Use the database to get members from the tables (no more hardcoded data)
  3. 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)
    Image
    - If the user is not admin, if they click on their own page, show this summary
    Image
    - 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.
    Image

Figma Link: https://www.figma.com/team_invite/redeem/m7USct7pyXUSdm1R6BbS9B

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions