Skip to content
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
merged 5 commits into from
Dec 2, 2024

Conversation

vincentporte
Copy link
Contributor

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 dans TopicQueryset
🦺 duplication et simplification du gabarit topic_list en topic_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

image

page d'accueil sans question en attente

image

@vincentporte vincentporte linked an issue Nov 21, 2024 that may be closed by this pull request
@vincentporte vincentporte marked this pull request as draft November 21, 2024 16:15
Copy link
Contributor

@hellodeloo hellodeloo left a 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 vincentporte force-pushed the 811-home-show-unanswered-topics branch 2 times, most recently from bc4cc21 to 87ef390 Compare November 25, 2024 11:11
@vincentporte vincentporte marked this pull request as ready for review November 25, 2024 11:11
@vincentporte vincentporte force-pushed the 811-home-show-unanswered-topics branch 3 times, most recently from 22fda4e to f03f7e4 Compare November 25, 2024 14:14
@vincentporte vincentporte force-pushed the 811-home-show-unanswered-topics branch from 1e38077 to 864ffd8 Compare December 2, 2024 09:28
@vincentporte vincentporte merged commit 300a7bd into master Dec 2, 2024
8 checks passed
@vincentporte vincentporte deleted the 811-home-show-unanswered-topics branch December 2, 2024 09:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[HOME] show unanswered topics
3 participants