-
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
[RECHERCHE] suggerer de poser la question si les résultats ne conviennent pas #504
[RECHERCHE] suggerer de poser la question si les résultats ne conviennent pas #504
Conversation
5a74380
to
67b8abf
Compare
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.
Autrement, ça m’a l’air bien :)
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.
Un petit commit pour :
- un ajustement ui niveau alignement vertical
- une petite correction semantique coté html
Sinon, LGTM
3ca21ad
to
e7c5009
Compare
6001dac
to
ea4915c
Compare
|
||
def extra_context(self): | ||
extra = super().extra_context() | ||
extra["forum"] = Forum.objects.filter(kind=ForumKind.PUBLIC_FORUM, lft=1, level=0).first() |
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.
Heuu... Ça prend un forum public au pif ?
SELECT COUNT(*) FROM forum_forum WHERE lft=1 AND level=0 AND kind='PUBLIC_FORUM';
count
-------
10
(1 row)
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.
non, ca prend le premier avec le level 0
. Les forums et leur arborescence sont ordonnées dans l'admin via mptt
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.
Mais tu as peut-être des propositions pour identifier LE forum par défaut pour l'espace d'échanges ?
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.
Par son slug ?
ea4915c
to
9c76aad
Compare
Description
🎸 Ajouter le bouton "poser la question" sur la page de résultat
🎸 Suppression du formulaire embarqué Tally en bas de page
🎸 Correction de l'espacement entre les
radiobutton
du formulaire🦺 Ajout de
forum
en contexte de la vueFacetedSearchView
pour hydrater le retournement de l'hyperlientopic:create
🦺 Ajout de 2 snapshots dans
test_search_indexes.test_extra_context
: formulaire avant recherche, recherche sans résultat.🦺 Installation de
beautifulsoup4
,sirupy
ethtml5lib
pour gérer les snapshots et parser le contenu html de la balisemain
🦺 AJout de la méthode
parse_response_to_soup
et de son test : reprise des emplois, PR#3525Type de changement
🎢 Nouvelle fonctionnalité (changement non cassant qui ajoute une fonctionnalité).
Captures d'écran
Positionnement des radiobuttons
Version sans résultat
Version avec résultat