FEATURE: Voting system
See original GitHub issueVoting System
Ever since 30 seconds of code we wanted to add some kind of voting. Obviously that move would require us to have some sort of server. I would like to implement this server so we can voting feature here on 30 seconds of interviews. @atomiks suggested that instead of numbers being displayed we should have it as:
1️⃣ I was asked this question before
: for new employees
2️⃣ I asked this question before
: for employers
@Chalarangelo , @atomiks and I struggled to come up with the idea that would sync everything together so we are looking for opinions of others.
❓ The main problem is how to sync everything together so when somebody PR’s new question, that some question goes into the database on the server while server maintains upvotes of other questions?
@skatcat31 and @flxwu do you have any ideas that would work in this case? I am willing to make and host the server. 😄
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top GitHub Comments
seriously the three best courses I ever took were problem solving, discrete structures, and a few design courses(grouping them because I’m not sure which helped most…) but sadly the biggest thing I learned was from the school of hard knocks:
Design to your failures!
Voting systems exist in so many websites and projects, I suspect we are overthinking part of this.