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

feat: add new page to display challenge participants #249

Open
codewithvoid opened this issue Mar 8, 2023 · 3 comments
Open

feat: add new page to display challenge participants #249

codewithvoid opened this issue Mar 8, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@codewithvoid
Copy link
Owner

  • Add new directory for challenges in data/
  • Add new api to serve challenges
  • Add new page to view challenge (list of cohorts)
@codewithvoid codewithvoid added the enhancement New feature or request label Mar 8, 2023
@codewithvoid codewithvoid changed the title Add new page to display challenge participants feat: add new page to display challenge participants Mar 8, 2023
@NgatiaJeffers
Copy link
Contributor

Hey, @codewithvoid I would like to add this feature. Can you explain some more details?

@codewithvoid
Copy link
Owner Author

@NgatiaJeffers

We do a 7 day technical writing challenge where participant is suppose to submit a blog at the end of 7 days.
More Details

I was thinking if we can create a new page to show list of participants for each cohort.
Open to any feedback. Feel free to chime in.

@NgatiaJeffers
Copy link
Contributor

To add on the Cohort Participants Feat @codewithvoid

We can implement a "CohortRegistrationForm" component
that allows users to register participants for a cohort. This component will push the
participant data to our local JSON file, eliminating the need for manual input.

Next, we can add a new API endpoint to serve the cohort data for the challenges. This will allow us to access the participant data from our JSON file and render a list of participants with the required or suggested output.

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

No branches or pull requests

2 participants