This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See http://git.chorem.org/pollen.git from edd65be optimize import new 2c020bc add group result, improve UI with group result The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 2c020bcaa7b8eb4e519ee2188d7fb99858cc4e37 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Mon Aug 18 17:03:09 2014 +0200 add group result, improve UI with group result Summary of changes: .../services/bean/GroupVoteCountingResultBean.java | 16 ++++- ...tBean.java => VoteCountingGroupResultBean.java} | 31 ++++++++- .../services/bean/VoteCountingResultBean.java | 11 +++ .../services/service/VoteCountingService.java | 3 +- pollen-ui-angular/src/main/webapp/i18n/fr.js | 6 ++ .../src/main/webapp/js/controllers/pollCtrl.js | 80 +++++++++++++++------- pollen-ui-angular/src/main/webapp/js/services.js | 4 ++ .../src/main/webapp/partials/poll-result.html | 42 +++++++++++- .../pollen/votecounting/model/GroupOfVoter.java | 1 + .../votecounting/model/VoteCountingResult.java | 10 +++ 10 files changed, 170 insertions(+), 34 deletions(-) copy pollen-services/src/main/java/org/chorem/pollen/services/bean/{VoteCountingResultBean.java => VoteCountingGroupResultBean.java} (70%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.