-
Type: Sub-task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.14
-
Fix Version/s: 0.14
-
Labels:None
adding voting controls to newTopic.jsp - Title (label, input), Items(label, ???), Type (two radiobuttons), Vote till (date picker)
adding Voting related fields and validation to TopicDto
adding createVoting(String title, String[] titles, Boolean isSingle, Date endingDate) method to VotingService VotingService
modifying Preview JS script to displaying Voting
adding unit-tests