1
edit
Changes
→Client
===Client ===
* polling button'''(done)'''
* combo box of existing titles in the room
** Combo titles are checked or unchecked for being published
** Clicking on unchecked opens stat window with post or modify
* Create Poll Instructions Window (Create Poll Dialog) '''(done)'''
* Post/Modify Window (for the combo box when poll is not published)
* Preview Poll Window (Saving, Publishing ,Edit, Cancel) '''(done)'''** appears when preview is clicked in Create Poll Instructions Window '''(done)'''
* Poll and all its details recordable
*Publish a poll
** Poll is saved into Redis and immediately retrieved from Redis to send to viewers ''' (done)'''
** a unique easy to type key corresponding to Poll title/room for web poll and save it in Redis
*** currently, poll keys key are <room ID>-<poll title> '''(done)'''
===Server===