-
Notifications
You must be signed in to change notification settings - Fork 0
Voting poll #49
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 poll #49
Conversation
|
Please do not forget to specify what task this pull request implements. |
|
And it looks like this pull request is mixed with #35. |
|
Very strange, migrations fail with |
Sorry guys, that was my error, forgot to add dependency on website migrations, since website migration have to be run first, before core, to transfer Project model from website to core.
|
Master does not have this fix. |
Not finished yet, should create tests and improve usability with JavaScript. Also max allowed total points should be assigned to user, then tracked and validated in form is_valid method.
And fill this field when vote form is saved.
Also fix pylint and html warnings.
Also add about page test.
|
Strange TravisCI error: failed to download https://github.com/twbs/bootstrap/releases/download/v3.3.1/bootstrap-3.3.1-dist.zip |
15 total voting points is now hardcoded, but VotingPoll should store this value.
|
The same issue with bootstrap downloading in #48 |
Version updated from 3.3.1 to 3.3.5, because Travis-CI started to raise 503 service unavailable error when trying to download 3.3.5 Bootstrap version.
Issues: #44 and #45