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?
Created ProjectTeam component web/src/components/projects/ProjectTeam.tsx
How To Review
Spin up strapi and web
Navigate to the /projects to see the example usage of the ProjectTeam component.
Verify that the component is displayed correctly and data is populated as expected.
Testing\
Create a dummy team in Strapi
Navigate to localhost:4321/projects and ensure data from Strapi is populated correctly
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.
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?
web/src/components/projects/ProjectTeam.tsx
How To Review
strapi
andweb
/projects
to see the example usage of theProjectTeam
component.Testing\
localhost:4321/projects
and ensure data from Strapi is populated correctlyNotes
An example usage of theProjectTeam
component has been added to our homepage to demonstrate its functionality.This can be moved once theProjects
page has been implemented.OnceProjects
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.