Last active
March 4, 2020 00:31
-
-
Save tonytan4ever/adaea913306869748156f51e3a5ba40a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Requirements. | |
1. Video stream where two users can connect and others can watch | |
* How to implement user switch. (3, 4) | |
2. Question feed (manual upload) | |
* From django admin right now | |
3. Stream timer (adjustable or fixed) | |
* Adjustable from django admin | |
4. Voting system (5 votes per person during stream timer) | |
* With backend db implemented | |
5. Switch user based on score | |
6. Queue - you're position is x | |
* Need to implement a queue backend (db, or what else)? | |
7. Analytics – Site participation, time spent in queue, time spent before queue drop off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment