-
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(home): afficher les questions en attente de réponse sur la page d'accueil #830
Merged
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
hellodeloo
reviewed
Nov 22, 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.
J'ai pushé un petit commit d'ajustements UI mais sinon c'est ok pour moi
vincentporte
force-pushed
the
811-home-show-unanswered-topics
branch
2 times, most recently
from
November 25, 2024 11:11
bc4cc21
to
87ef390
Compare
vincentporte
force-pushed
the
811-home-show-unanswered-topics
branch
3 times, most recently
from
November 25, 2024 14:14
22fda4e
to
f03f7e4
Compare
lacommunaute/templates/forum_conversation/topic_simple_list.html
Outdated
Show resolved
Hide resolved
Co-authored-by: François Freitag <mail@franek.fr>
vincentporte
force-pushed
the
811-home-show-unanswered-topics
branch
from
December 2, 2024 09:28
1e38077
to
864ffd8
Compare
vincentporte
pushed a commit
that referenced
this pull request
Dec 16, 2024
🤖 I have created a release *beep* *boop* --- ## [2.19.0](v2.18.0...v2.19.0) (2024-12-16) ### Features * amélioration bouton pro_connect ([#847](#847)) ([09397af](09397af)) * harmonisation des liens de connexion ([#844](#844)) ([fb50472](fb50472)) * **home:** afficher les questions en attente de réponse sur la page d'accueil ([#830](#830)) ([300a7bd](300a7bd)) * mise à jour de la politique de confidentialité ([#845](#845)) ([fa5d0d4](fa5d0d4)) * **notification:** informer les abonnés des nouvelles questions dans un forum ([#835](#835)) ([432fec2](432fec2)) * POC, autoconnection les emplois vers la commu via Pro Connect ([#851](#851)) ([56e3163](56e3163)) * renommage des upvotes ([#842](#842)) ([4491d8d](4491d8d)) ### Bug Fixes * hydratation du parametre `next` dans l'url proconnect:authorize ([#850](#850)) ([3486f6e](3486f6e)) * **stats:** desactivation de la collecte des stats automatique ([#859](#859)) ([5bf3aea](5bf3aea)) --- 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
🎸 Valoriser les questions en attente de réponse dès la page d'acceuil, et permettre d'y répondre directement
🎸 Allègement de l'affichage, les questions en attente ne peuvent pas avoir de réponse certifiée. Les
attachments
et les sondages sont volontairement non affichés.Type de changement
🎢 Nouvelle fonctionnalité (changement non cassant qui ajoute une fonctionnalité).
🎨 changement d'UI
Points d'attention
🦺 ajout de la méthode
unanswered
dansTopicQueryset
🦺 duplication et simplification du gabarit
topic_list
entopic_simple_list
🦺 enrichissement du contexte de
HomeView
🦺 pas de pagination, seules les 4 plus récentes questions sont affichées. La section est cachée si aucune question n'est en attente
Captures d'écran (optionnel)
page d'accueil avec questions en attente
page d'accueil sans question en attente