This is an automated email from the git hooks/post-receive script. New change to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from bd632735 Merge branch 'feature/multi-ui' of gitlab.nuiton.org:chorem/pollen into feature/multi-ui new dc869a4f Can now create a multi question poll (still ugly and not perfect, but it works \o/ ). Still need: - Good navigation between question at creation going back and forth - Per question options - Summary (after saving) - First summary renaming (before saving) 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 dc869a4fa4abc190711920f8110c6c13bd303e1b Author: jcouteau <couteau@codelutin.com> Date: Sat Aug 17 08:03:39 2019 +0200 Can now create a multi question poll (still ugly and not perfect, but it works \o/ ). Still need: - Good navigation between question at creation going back and forth - Per question options - Summary (after saving) - First summary renaming (before saving) After that, need to vote multi-question Summary of changes: pollen-ui-riot-js/src/main/web/i18n/en.json | 6 + pollen-ui-riot-js/src/main/web/i18n/fr.json | 8 ++ pollen-ui-riot-js/src/main/web/js/PollForm.js | 34 ++++- pollen-ui-riot-js/src/main/web/js/PollService.js | 34 +++-- pollen-ui-riot-js/src/main/web/js/Question.js | 10 ++ .../src/main/web/tag/poll/Choices.tag.html | 23 +++- .../src/main/web/tag/poll/Description.tag.html | 4 + .../src/main/web/tag/poll/EditPoll.tag.html | 54 +++++++- .../src/main/web/tag/poll/EditQuestions.tag.html | 101 +++++++++++++++ .../src/main/web/tag/poll/SummaryMulti.tag.html | 144 +++++++++++++++++++++ .../src/main/web/tag/poll/SummaryQuestion.tag.html | 137 ++++++++++++++++++++ 11 files changed, 527 insertions(+), 28 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/js/Question.js create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/EditQuestions.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/SummaryMulti.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/SummaryQuestion.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.