-
Notifications
You must be signed in to change notification settings - Fork 164
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
Nouvelle API pour gérer les contenus #4767
Closed
Closed
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
artragis
force-pushed
the
tutorial_api
branch
from
October 31, 2017 12:46
f5fef8a
to
c578b0a
Compare
motet-a
reviewed
Oct 31, 2017
artragis
force-pushed
the
tutorial_api
branch
2 times, most recently
from
October 31, 2017 13:20
2d369e4
to
98ea607
Compare
artragis
force-pushed
the
tutorial_api
branch
2 times, most recently
from
October 31, 2017 13:49
91802ad
to
2597467
Compare
artragis
changed the title
Nouvelle API pour gérer les contenus
[WIP]Nouvelle API pour gérer les contenus
Oct 31, 2017
motet-a
changed the title
[WIP]Nouvelle API pour gérer les contenus
[WIP] Nouvelle API pour gérer les contenus
Nov 3, 2017
motet-a
reviewed
Nov 4, 2017
motet-a
reviewed
Nov 4, 2017
motet-a
reviewed
Nov 4, 2017
artragis
force-pushed
the
tutorial_api
branch
from
November 7, 2017 13:07
2597467
to
3dc2155
Compare
artragis
force-pushed
the
tutorial_api
branch
2 times, most recently
from
November 13, 2017 13:03
6bdccda
to
c0ff68e
Compare
artragis
force-pushed
the
tutorial_api
branch
3 times, most recently
from
November 22, 2017 10:43
a86a193
to
fb721cf
Compare
artragis
force-pushed
the
tutorial_api
branch
2 times, most recently
from
September 5, 2018 16:10
15d8b99
to
648f50c
Compare
artragis
force-pushed
the
tutorial_api
branch
3 times, most recently
from
December 28, 2018 11:59
4aced15
to
5b50dca
Compare
Quelqu'un pour faire la QA svp? |
artragis
added
the
Bloquant
Ticket qui doit être traité avant la prochaine mise à jour
label
Aug 19, 2019
Je l'ai déployée sur la bêta mais j'ai 2 erreurs 500 sur
|
Cette API permet d'ajouter, trier, modifier des extraits et des espaces hiérarchiques. Elle est un préambule au travail de génération d'un nouvel éditeur de tutoriel sur le site.
En effet en corrigeant les problèmes des sérializers je me suis rendu compte que cela est nécessaire car ces derniers demandent à envoyer les pk des catégories pour créer/supprimer le contenu. Notons que le même problème se posera pour les licences mais semble pouvoir être corrigé rapidement.
Situphen
force-pushed
the
tutorial_api
branch
from
September 12, 2019 20:21
04adefa
to
10f2bdc
Compare
artragis
removed
the
Bloquant
Ticket qui doit être traité avant la prochaine mise à jour
label
Sep 2, 2020
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.
le but de cette PR est de créer une API pour gérer les tutos (pour l'instant, on ne joue pas pour l'affichage des publications).
Cela peut être vu comme le pendant backend de la nouvelle interface de rédaction qui est en cours de maquettage.
Je vais faire deux endpoints ou groupe de endpoints :
Ça serait bien que j'ai un petit descriptif de ce que je dois mettre dans ces endpoints pour correspondre aux besoins du frontend
QA
test_api.py
dites-le je les ajoute.