Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create component for a <DashboardListItem/> #220

Open
raustin9 opened this issue Apr 25, 2024 · 0 comments · May be fixed by #227
Open

Create component for a <DashboardListItem/> #220

raustin9 opened this issue Apr 25, 2024 · 0 comments · May be fixed by #227

Comments

@raustin9
Copy link
Contributor

raustin9 commented Apr 25, 2024

Description

Create a component that can display an applicant on the dashboard list. When clicked it should take you to the page for that project.

Technical Details

  • file should be components/DashboardListItem/index.tsx
  • use the name prop on the Project component as the "id" for the page
    • Use the Link component from Nextjs to go the the projects/[project_id] page. The id in this case would be the name component

The list item should take the following props:

  • project: DashboardListProject - The project we want to display

The component should display the following information:

  • The project name
  • A description of the project

Testing Steps

Simply put the component on a page, pass it some different props and ensure everything works as expected.
If you click on it and go to the correct page.

Dependencies

  • None
@raustin9 raustin9 added this to the ap-sprint3 milestone Apr 25, 2024
@wessoms wessoms linked a pull request Apr 30, 2024 that will close this issue
8 tasks
@wessoms wessoms linked a pull request Apr 30, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants