-
Notifications
You must be signed in to change notification settings - Fork 161
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
Permet d'écrire des billets ou articles avec une structure de tutoriel #6550
Permet d'écrire des billets ou articles avec une structure de tutoriel #6550
Conversation
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.
Le découpage que tu fais dans les fichiers zds/tutorialv2/urls/urls_opinions.py et zds/tutorialv2/urls/urls_articles.py est bien, mais par souci de cohérence, ce serait bien de le faire aussi dans zds/tutorialv2/urls/urls_tutorials.py.
8c1cd49
to
86b0dbf
Compare
J'ai fait les modifs. |
86b0dbf
to
0c65fce
Compare
0c65fce
to
98a722c
Compare
f7e8396
to
b11678f
Compare
b11678f
to
8152adf
Compare
8152adf
to
7e1d037
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.
Je n'ai pas testé, mais encore quelques petites remarques sur le code. Il faudrait aussi mettre à jour la documentation, par exemple ici.
467f3e6
to
aa38e15
Compare
a863fb6
to
f0faa76
Compare
Il faudrait aussi changer les fixtures pour générer des articles et billets avec les différentes structures qui sont maintenant possibles. A priori il suffit de modifier la condition de cette ligne :
|
f0faa76
to
64c8db9
Compare
C'est fait aussi. J'en ai profité pour refactoriser un tout petit peu. |
64c8db9
to
86d38e5
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.
Rapport de QA OK ✔️
La petite modification de commentaire et on fusionne.
if current_size == 1: # medium size tutorial | ||
for k in range(random.randint(1, nb_avg_extracts_in_content * 2)): | ||
ExtractFactory(container=container, title=fake.text(max_nb_chars=60), light=False) | ||
if size == 1: # medium size tutorial |
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.
if size == 1: # medium size tutorial | |
if size == 1: # medium size content |
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.
Fait.
Je continue à découper #6441.
Cette PR permet de créer des billets et articles avec des conteneurs imbriqués, comme pour les tutos. J'ajoute aussi les routes associées, histoire qu'on puisse effectivement lire tout ça. :D
Contrôle qualité
/contenus/
).