Skip to content

Instantly share code, notes, and snippets.

@tonytan4ever
Last active March 4, 2020 00:31
Show Gist options
  • Save tonytan4ever/adaea913306869748156f51e3a5ba40a to your computer and use it in GitHub Desktop.
Save tonytan4ever/adaea913306869748156f51e3a5ba40a to your computer and use it in GitHub Desktop.
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