diff --git a/.clever.json b/.clever.json deleted file mode 100644 --- a/.clever.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "apps": [ - { - "app_id": "app_8e221eea-cd74-401f-a42b-26d7ebb641cb", - "org_id": "orga_d02d9099-9664-47fd-8029-d90e36628e1d", - "deploy_url": "https://push-n2-par-clevercloud-customers.services.clever-cloud.com/app_8e221eea-cd74-401f-a42b-26d7ebb641cb.git", - "name": "gitlab-classrooms", - "alias": "gitlab-classrooms" - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog + +## 0.0.13 (2023-09-14) + +### Changed + +- 💄 : replace warning icon with info icon [5265abb] +- 💄 : add icons to good and bad answers [92ff945] +- 💄 : use stronger colors to yield a better contrast [ef886a8] +- ♻️ : update repository url [a130eaa] +- 🍱 : add smaller logo sizes [abd9af5] + +### Miscellaneous + +- 🔀 : merge branch 'feature/better-color-contrast-quiz-answers' into develop [086212f] +- 🔀 : merge tag '0.0.12' into develop [ee3ec13] + * 🔀 : merge tag '0.0.11' into develop (50d7db6) + * 🔀 : merge tag '0.0.8' into develop (143e879) +- 👷 : remove .clever.json file [e2ac737] +- 🔀 : merge branch 'main' into develop [ecb8b9c] + * 🔀 : merge branch 'main' into develop (527aa45) + + ## 0.0.12 (2023-09-13) diff --git a/mkdocs.yml b/mkdocs.yml --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,7 +4,7 @@ docs_dir: src/main/docs exclude_docs: | decisions/ -repo_url: https://gitlab.univ-lille.fr/julien.wittouck/gitlab-classrooms +repo_url: https://gitlab.univ-lille.fr/gitlab-classrooms/gitlab-classrooms theme: name: material diff --git a/pom.xml b/pom.xml --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ fr.univ-lille gitlab-classrooms - 0.0.12 + 0.0.13 gitlab-classrooms GitLab Classroom is a modest clone of GitHub Classroom, aimed at GitLab. diff --git a/src/main/docs/logo-96.png b/src/main/docs/logo-96.png new file mode 100644 --- /dev/null +++ b/src/main/docs/logo-96.png diff --git a/src/main/docs/logo-with-text-400.png b/src/main/docs/logo-with-text-400.png new file mode 100644 --- /dev/null +++ b/src/main/docs/logo-with-text-400.png diff --git a/src/main/resources/templates/error/4xx.html b/src/main/resources/templates/error/4xx.html --- a/src/main/resources/templates/error/4xx.html +++ b/src/main/resources/templates/error/4xx.html @@ -12,7 +12,7 @@
-

Error code

+

Error code

Error message
diff --git a/src/main/resources/templates/error/5xx.html b/src/main/resources/templates/error/5xx.html --- a/src/main/resources/templates/error/5xx.html +++ b/src/main/resources/templates/error/5xx.html @@ -12,7 +12,7 @@
-

Error code

+

Error code

Error message
diff --git a/src/main/resources/templates/quiz/edit.html b/src/main/resources/templates/quiz/edit.html --- a/src/main/resources/templates/quiz/edit.html +++ b/src/main/resources/templates/quiz/edit.html @@ -15,7 +15,7 @@
-

Success Message

+

Success Message

diff --git a/src/main/resources/templates/quiz/results.html b/src/main/resources/templates/quiz/results.html --- a/src/main/resources/templates/quiz/results.html +++ b/src/main/resources/templates/quiz/results.html @@ -21,25 +21,35 @@ class="text-3xl font-semibold leading-1 text-gray-900 mb-6"> Quiz name -
+
-
-

+

Vos réponses ont bien été enregistrées.

-

+

Vous avez obtenu un score de 5 / 10.

-

+

Les questions auxquelles vous avez répondu correctement sont surlignées en - vert, + + + + + vert + , les autres en - rouge. + + + + + rouge + .

@@ -51,12 +61,18 @@ th:each="question : ${quiz.questions}">
- - Question text + + + + + Question text - - Question text + + + + + Question text