-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tags): ajouter une étiquette inexistante à un sujet #744
Merged
vincentporte
merged 5 commits into
master
from
726-forum-filtrer-les-forums-sur-les-tags
Aug 26, 2024
Merged
feat(tags): ajouter une étiquette inexistante à un sujet #744
vincentporte
merged 5 commits into
master
from
726-forum-filtrer-les-forums-sur-les-tags
Aug 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vincentporte
commented
Aug 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note to self
vincentporte
force-pushed
the
726-forum-filtrer-les-forums-sur-les-tags
branch
from
August 8, 2024 08:44
fa8de27
to
c57a79d
Compare
vincentporte
force-pushed
the
726-forum-filtrer-les-forums-sur-les-tags
branch
from
August 12, 2024 14:39
58745e2
to
73f4f55
Compare
vincentporte
force-pushed
the
726-forum-filtrer-les-forums-sur-les-tags
branch
from
August 12, 2024 14:43
73f4f55
to
d932b67
Compare
vincentporte
force-pushed
the
726-forum-filtrer-les-forums-sur-les-tags
branch
from
August 14, 2024 09:07
361fffc
to
87936b4
Compare
vincentporte
added a commit
that referenced
this pull request
Aug 26, 2024
## Description Lors de la création ou de la mise à jour d'un `Forum` : 🎸 Permettre de selectionner une ou plusieurs étiquettes 🎸 Permettre d'ajouter une ou plusieurs étiquettes inexistantes ## Type de changement 🎢 Nouvelle fonctionnalité (changement non cassant qui ajoute une fonctionnalité). ### Points d'attention 🦺 suite PR #744 ### Captures d'écran (optionnel) Création d'un forum ![image](https://github.com/user-attachments/assets/a2b1da0b-5c99-4476-8808-c5cb81c04e1a) Mise à jour d'un forum, avec plusieurs nouveaux tags séparés par des virgules ![image](https://github.com/user-attachments/assets/8f447d1d-fdaf-4234-bb1b-bc9e46a6f3f7) Résultat de la mise à jour ![image](https://github.com/user-attachments/assets/119e48fd-6962-4301-b774-64ec283bfc7a)
vincentporte
pushed a commit
that referenced
this pull request
Sep 9, 2024
🤖 I have created a release *beep* *boop* --- ## [2.13.0](v2.12.0...v2.13.0) (2024-09-05) ### Features * **event:** amélioration de l'admin ([#753](#753)) ([ca56d83](ca56d83)) * **forum:** retrait des communautés privées ([#768](#768)) ([1c120e3](1c120e3)) * **partner:** ajout des pages partenaires ([#757](#757)) ([33fd1c6](33fd1c6)) * **partner:** améliorations post déploiement ([#763](#763)) ([09a865f](09a865f)) * **partner:** lien avec les fiches pratiques ([#761](#761)) ([60bb2ee](60bb2ee)) * **partner:** referencer les fiches partenaires dans sitemap.xml ([#759](#759)) ([91bea96](91bea96)) * **tags:** afficher les filtres sur les tags ([#752](#752)) ([7a10488](7a10488)) * **tags:** afficher les Tags dans la liste des fiches pratiques d'une categorie ([#751](#751)) ([ed005b7](ed005b7)) * **tags:** ajouter des étiquettes à un forum ([#746](#746)) ([7f435bb](7f435bb)) * **tags:** ajouter une étiquette inexistante à un sujet ([#744](#744)) ([b82ea73](b82ea73)) * **tags:** filtrer les `forum` enfants à partir des tags ([#750](#750)) ([eb6683a](eb6683a)) ### Bug Fixes * **forum_conversation:** Résolution des erreurs de tests sur les contenus des messages ([#754](#754)) ([8e0f35d](8e0f35d)) * **partner:** mise en forme des logos de la vue en liste ([#764](#764)) ([7a84319](7a84319)) * **post:** simplification du sujet des `Post` ([#748](#748)) ([3c2a5a0](3c2a5a0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
🎸 Les formulaires de création et mise à jour de
Topic
doit permettre d'ajouter untag
qui n'existe pas encoreISSUE #726 partie 1
Type de changement
🎢 Nouvelle fonctionnalité (changement non cassant qui ajoute une fonctionnalité).
🎨 changement d'UI
Points d'attention
🦺 PR préparatoire à l'ajout de
tag
sur lesForum
🦺 UI fix : déplacer la case
verrouiller le sujet
en dehors du panneau "Etiquette"🦺 UI fix : mise à jour du format de la case à cocher
checkboxinput
dans le templatepartials/form_field
🎨 mise à jour class
tag
sur les tags en remplacement des badgesCaptures d'écran (optionnel)
Nouveau sujet
Mise à jour d'un sujet existant (case "Verrouiller le sujet")
Vue d'un tag sur un message au format
tag