-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Recently @embeddedt found out that we are sending the poll result message to students as well.
The product owner aka Prof Dan has decided to use these messages to display the vote results to students as well.
This feature request is to implement the same graph like vote results that profs see on the student side as well
Describe the solution you'd like
The students should only see the live vote results when the prof clicks a "show result" button.
- Add a new API that emits a message to student sockets that they can start showing the vote
- Add a button on the prof sides that calls the above API
- Display the graph of results once this new message is received. You can possibly refactor and use the same code that we use for prof's view to display the graph
Additional context
Lets discuss here and finalize the subtasks that need to be done and we will then assign the sub tasks.
Deadline
We need this to be done by end of December
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request