edemo / PDEngine

voting engine using ADA authentication and condorcet method
Other
2 stars 12 forks source link

Universal preferential voting control server features:

This is the voting engine core.

You can find it in the big picture of things here: http://adadocs.demokracia.rulez.org/adadocs/edemo/master/KDEA/index.html#701bb9c7-9372-4759-bc67-51dc4355db49

The design documentation is here: http://adadocs.demokracia.rulez.org/PDEngine/edemo/master/index.html

For developers

!!! even the unit tests use hardware random generator (/dev/random). install the haveged package, otherwise tests will take ages!!!

Quality metrics gathered by sonar: https://sonarqube.com/dashboard?id=org.rulez.demokracia:PDEngine

The issues we plan to do in the actual week are moved to "in this sprint", and ordered according to priority.

The ones we are working on are in "Working". Those should have the one working with it assigned.

If you are ready with the issue, move it to "Review". Issue the pull request to edemo/develop. You can ask for a reviewer. Have the issue # in the merge title/a commit title, so merging will move the issue to done.

In the sprint demo we

When you code, please keep these in mind:

If you use Eclipse, you need the following installed: m2e-wtp - JAX-RS configurator for WTP m2e-wtp - Maven integration for WTP