OregonStateUniversity / osu-fsf

OSU Faculty Staff Fitness
https://osu-fsf.vercel.app
MIT License
2 stars 1 forks source link

Reusable Team View (Mobile) #94

Closed remingtr closed 3 months ago

remingtr commented 5 months ago

Background

The reusable team view is a component that allows users to view a team's information and navigate to the team's page. This page is navigatable by clicking on a team card from the team list view. The team view will display the team's name, members, and total steps.

Requirements

Implementation

The team view is implemented as a React component that takes in a team object as a prop. The team object contains the team's name, members, and total steps. The team view component renders the team's name, members, and total steps in a card format. The team view component also includes a link to the team's page, which is navigatable by clicking on the team card.

Assumptions

Tasks

chungyu1108 commented 3 months ago

done