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

api(social): lister commentaires d'un bouquet #200

Closed
4 tasks
bonjourmauko opened this issue Nov 28, 2023 · 1 comment
Closed
4 tasks

api(social): lister commentaires d'un bouquet #200

bonjourmauko opened this issue Nov 28, 2023 · 1 comment
Labels
enhancement Améliorations et nouvelles fonctionnalités

Comments

@bonjourmauko
Copy link
Contributor

bonjourmauko commented Nov 28, 2023

Superseded by #113

Demande de fonctionnalité

Contexte

Je m'attends à pouvoir lister les discussions associées à un bouquet.

Solution

Implementer l'endpoint disponible sur data.gouv.fr :

curl -X 'GET' \
  'https://www.data.gouv.fr/api/1/discussions/?sort=-created&for=655f7132c474400ee6471fb3&page=1&page_size=20' \
  -H 'accept: application/json'

for est égal à topicId.

Définition de terminé

  • On peut lister les discussions associées à un topic

Critères d'acceptation

  • Une batterie des tests unitaires et d'intégration déployés automatiquement
  • Une documentation et des type hints à jour et testés automatiquement
  • Du linting et du formatage du code vérifiés automatiquement
@bonjourmauko bonjourmauko converted this from a draft issue Nov 28, 2023
@bonjourmauko bonjourmauko added this to the V1 : Découvrabilité par cas d’usage milestone Nov 28, 2023
@edelagnier edelagnier moved this from Todo to Ready for shipping in Ecosphères x Multi Nov 29, 2023
@edelagnier edelagnier moved this from Ready for shipping to In Progress in Ecosphères x Multi Nov 29, 2023
@bonjourmauko
Copy link
Contributor Author

Superseded by #113 (sera traité de bout en bout)

@github-project-automation github-project-automation bot moved this from In Progress to Shipped in Ecosphères x Multi Dec 6, 2023
@streino streino added enhancement Améliorations et nouvelles fonctionnalités and removed api labels Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Améliorations et nouvelles fonctionnalités
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants