daedalus-developers / daedalus.codes

Home Page
https://daedalus.codes
9 stars 18 forks source link

Team Page Implementation with "View All Team" Button and Member Sections #98

Closed os-hi closed 6 months ago

os-hi commented 7 months ago

Team Page Implementation

Acceptance Criteria

Given all the users, everyone should be able to navigate to the Team page, view individual team members, and use the "View All Team" button to access the /deadalusteam page seamlessly.

Performance Criteria

The "Performance Criteria” establishes the system’s performance expectations.

Steps that need to be completed

Team Page Components

  1. "View All Team" Button

    • [x] Create a "View All Team" button on the Team page.
    • [x] Add a link to the /deadalusteam page.
    • [x] Verify that clicking the button redirects users to the /deadalusteam page.
  2. Individual Team Members Sections

    • [x] Display three sections for individual team members on the Team page.
    • [x] Each section should include:
      • [x] Photo of the team member.
      • [x] Name of the team member.
      • [x] Description of the team member.
      • [x] GitHub icon linked to the team member's GitHub profile.
      • [x] LinkedIn icon linked to the team member's LinkedIn profile.

Definition of Ready

The "Definition of Ready” means that stories must be immediately actionable.

Definition of Done

The "Definition of Done” is when it meets all the criteria and delivers the desired functionality, then it is considered 'done'.

Additional Notes:

erikachenchan commented 7 months ago

Any updates on this?