branch feature/april updated (c147482f -> a8c6753f)
This is an automated email from the git hooks/post-receive script. New change to branch feature/april in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from c147482f Add fixmes adds 9e1cf421 refs #221 - Vote associatif - PollBean contains questions and choices adds a8c6753f refs #221 - Vote associatif - API should be ok, still needs to test No new revisions were added by this update. Summary of changes: .../pollen/rest/api/beans/PollCreateBean.java | 11 - .../org/chorem/pollen/rest/api/v1/ChoiceApi.java | 63 ++---- .../org/chorem/pollen/rest/api/v1/CommentApi.java | 97 +++++++++ .../org/chorem/pollen/rest/api/v1/PollApi.java | 36 +--- .../org/chorem/pollen/rest/api/v1/ReportApi.java | 114 +++++++++++ .../org/chorem/pollen/rest/api/v1/VoteApi.java | 28 +-- .../chorem/pollen/rest/api/v1/VoteCountingApi.java | 4 +- .../pollen/services/service/ChoiceService.java | 20 +- .../pollen/services/service/CommentService.java | 223 ++++++++++++++++++++- .../services/service/NotificationService.java | 50 +++++ .../pollen/services/service/ReportService.java | 183 ++++++++++++++++- .../pollen/services/service/VoteService.java | 55 ++++- 12 files changed, 755 insertions(+), 129 deletions(-) create mode 100644 pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ReportApi.java -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm