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 a new page for each category route #33

Closed
ayush-goyal opened this issue Oct 4, 2021 · 0 comments
Closed

Create a new page for each category route #33

ayush-goyal opened this issue Oct 4, 2021 · 0 comments
Assignees

Comments

@ayush-goyal
Copy link
Member

On the frontend, create a new dynamic route /category-group/[category group id] that will use React routers to get the category group. Then on this page, use ProjectCard.tsx to display each of the projects that are submitted for this route. You'll have to likely create a new backend route for project.ts that when passed in a category group, it'll send back all of the projects associated with this category group. This way, sponsors can have essentially their own status page, that'll show all of the projects for a project category.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants