UoaWDCC / wdcc-website-v3

2024 Website Refresh
0 stars 0 forks source link

23 - Team #44

Open raymondyangdev opened 4 months ago

raymondyangdev commented 4 months ago

Context

This change is being made to ensure that all team members' contributions to the WDCC projects are properly credited on the project's details page.

Closes #23

What Changed?

  1. Created ProjectTeam component web/src/components/projects/ProjectTeam.tsx

How To Review

  1. Spin up strapi and web
  2. Navigate to the /projects to see the example usage of the ProjectTeam component.
  3. Verify that the component is displayed correctly and data is populated as expected.

Testing\

  1. Create a dummy team in Strapi
  2. Navigate to localhost:4321/projects and ensure data from Strapi is populated correctly
  3. Manually test responsiveness of component across different screen sizes.

Notes

An example usage of the ProjectTeam component has been added to our homepage to demonstrate its functionality. This can be moved once the Projects page has been implemented. Once Projects page is live, the component will need to be refactored to dynamically fetch and populate the team member data and images relevant to each project.

raymondyangdev commented 4 months ago

Screenshot 2024-07-10 at 2 07 39 PM