-
-
Notifications
You must be signed in to change notification settings - Fork 38.2k
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(curriculum): add voting system lab #57208
base: main
Are you sure you want to change the base?
Conversation
...um/challenges/english/25-front-end-development/lab-voting-system/673b567e3ba535dda140d278.md
Outdated
Show resolved
Hide resolved
...um/challenges/english/25-front-end-development/lab-voting-system/673b567e3ba535dda140d278.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a lot of fun @zairahira 🎉 I left comments on a few minor typos below. One other issue I has was that the tests were interfering with me testing and debugging my code:
They are overwriting the things I add. I think we need to try and fix this. Can we do some reassignment to not overwrite the users polls/votes?
One other thing you could add is some user stories and tests like I mentioned on the bank account lab to have users add to their poll and make votes. e.g.
"You should have at least three options in your poll."
"Your poll should have at least three votes."
Not necessary to add that, but I think it makes it better.
...um/challenges/english/25-front-end-development/lab-voting-system/673b567e3ba535dda140d278.md
Outdated
Show resolved
Hide resolved
...um/challenges/english/25-front-end-development/lab-voting-system/673b567e3ba535dda140d278.md
Outdated
Show resolved
Hide resolved
...um/challenges/english/25-front-end-development/lab-voting-system/673b567e3ba535dda140d278.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Tom <[email protected]>
Co-authored-by: Tom <[email protected]>
Checklist:
main
branch of freeCodeCamp.Closes freeCodeCamp/CurriculumExpansion#655