Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voting System #13

Open
YogiBear52 opened this issue Mar 12, 2019 · 0 comments
Open

Voting System #13

YogiBear52 opened this issue Mar 12, 2019 · 0 comments
Assignees
Milestone

Comments

@YogiBear52
Copy link
Owner

YogiBear52 commented Mar 12, 2019

Voting:
Each user is allowed to vote only up to X times.
X - will be configurable in the server.
In case user has voted more then X, the user will not be enable to vote until NumOfVotes < X.

Voting will be enabled in 'Not Planned' and 'Planned' statues. After that, the user will be enable to vote for another feature.

Server -

  1. Return number of Maximum to vote.
  2. Return each Feature with Total Votes, and if user voted for it.
  3. Vote up/down
  • We need to implement basic Authentication before this story.
  • Don't forget to update LastTimeModified on DB when updating a row
  • Don't forget to add data to mongo seeder
@YogiBear52 YogiBear52 changed the title Server - Voting System Voting System Mar 26, 2019
@YogiBear52 YogiBear52 added this to the 1.0 milestone Mar 26, 2019
@YogiBear52 YogiBear52 reopened this Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants