Projet

Général

Profil

Development #52000

rsa13: suite et fin

Ajouté par Benjamin Dauvergne il y a environ 3 ans. Mis à jour il y a environ 3 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Version cible:
-
Début:
12 mars 2021
Echéance:
% réalisé:

0%

Temps estimé:
Patch proposed:
Oui
Planning:
Non

Description

Reste des endpoints (voir [bouches-du-rhone-cd13:Spec Beta]).

  • /api/platform/{platform_id}/referent/ - PUT - Suppression logique d'un référent par son email
  • /api/platform/{platform_id}/beneficiaire/csv/ - GET - export CSV de la liste des bénéficiaires
  • /api/platform/{platform_id}/beneficiaire/{id}/telephone/.* - GET/POST - gestion des numéros de téléphone
  • /api/platform/{platform_id}/beneficiaire/{id}/email/.* - GET/POST - gestion des adresses de courriel
  • /api/platform/{platform_id}/beneficiaire/{beneficiaire_id}/action/{action_id}/ - PUT - modification/clôture action
  • /api/platform/{platform_id}/beneficiaire/{beneficiaire_id}/affectation/{affectation_id}/ - PUT - modification de l'affectation en cours
  • /api/platform/{platform_id}/beneficiaire/{beneficiaire_id}/reaffectation/ - POST - cloture de l'affectation en cours et creation d'une nouvelle affectation

Fichiers

0008-rsa13-add-update-telephone-comment-endpoint-52000.patch (3,62 ko) 0008-rsa13-add-update-telephone-comment-endpoint-52000.patch Benjamin Dauvergne, 12 mars 2021 18:55
0004-api-add-support-for-description-of-delete-endpoints-.patch (1,57 ko) 0004-api-add-support-for-description-of-delete-endpoints-.patch Benjamin Dauvergne, 12 mars 2021 18:55
0002-rsa13-fix-example-pattern-of-the-referent-endpoint-5.patch (979 octets) 0002-rsa13-fix-example-pattern-of-the-referent-endpoint-5.patch Benjamin Dauvergne, 12 mars 2021 18:55
0006-rsa13-add-endpoint-to-get-beneficiaries-as-CSV-52000.patch (4,35 ko) 0006-rsa13-add-endpoint-to-get-beneficiaries-as-CSV-52000.patch Benjamin Dauvergne, 12 mars 2021 18:55
0003-rsa13-fix-example_pattern-of-beneficiary-list-endpoi.patch (952 octets) 0003-rsa13-fix-example_pattern-of-beneficiary-list-endpoi.patch Benjamin Dauvergne, 12 mars 2021 18:55
0001-rsa13-make-schema-optional-in-response_schema-52000.patch (1,13 ko) 0001-rsa13-make-schema-optional-in-response_schema-52000.patch Benjamin Dauvergne, 12 mars 2021 18:55
0010-rsa13-add-update-support-for-actions-and-affectation.patch (8,07 ko) 0010-rsa13-add-update-support-for-actions-and-affectation.patch Benjamin Dauvergne, 12 mars 2021 18:55
0007-rsa13-add-beneficiary-s-telephone-endpoint-52000.patch (2,85 ko) 0007-rsa13-add-beneficiary-s-telephone-endpoint-52000.patch Benjamin Dauvergne, 12 mars 2021 18:55
0009-rsa13-add-email-endpoints-52000.patch (5,09 ko) 0009-rsa13-add-email-endpoints-52000.patch Benjamin Dauvergne, 12 mars 2021 18:55
0005-rsa13-add-endpoint-to-update-a-referent-52000.patch (3,48 ko) 0005-rsa13-add-endpoint-to-update-a-referent-52000.patch Benjamin Dauvergne, 12 mars 2021 18:55

Révisions associées

Révision de3b245e (diff)
Ajouté par Benjamin Dauvergne il y a environ 3 ans

rsa13: make schema optional in response_schema() (#52000)

Révision b08a8ac9 (diff)
Ajouté par Benjamin Dauvergne il y a environ 3 ans

rsa13: fix example pattern of the referent endpoint (#52000)

Révision 4ac6454f (diff)
Ajouté par Benjamin Dauvergne il y a environ 3 ans

rsa13: fix example_pattern of beneficiary list endpoint (#52000)

Révision 10fc4942 (diff)
Ajouté par Benjamin Dauvergne il y a environ 3 ans

api: add support for description of delete endpoints (#52000)

Révision 626f4a80 (diff)
Ajouté par Benjamin Dauvergne il y a environ 3 ans

rsa13: add missing endpoints (#52000)

Historique

#1

Mis à jour par Benjamin Dauvergne il y a environ 3 ans

  • Assigné à mis à Benjamin Dauvergne
#2

Mis à jour par Benjamin Dauvergne il y a environ 3 ans

C'est testé à la main, le truc ne fait que passe plat, les tests n'ont pas grand intérêt dans ce cas.

#3

Mis à jour par Serghei Mihai (congés, retour 15/05) il y a environ 3 ans

  • Statut changé de Solution proposée à Solution validée
#4

Mis à jour par Benjamin Dauvergne il y a environ 3 ans

  • Statut changé de Solution validée à Résolu (à déployer)
commit a43089dcda304d8e90c608d7b8ef733b85703b2e
Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Date:   Thu Mar 11 23:00:51 2021 +0100

    rsa13: add missing endpoints (#52000)

commit ca0fad57a1ae1e3e6c3c447e84b5c51125e581bb
Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Date:   Fri Mar 12 14:08:49 2021 +0100

    api: add support for description of delete endpoints (#52000)

commit e25018a8f7bbbd4bbf99e8432d740596d8d99cc3
Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Date:   Fri Mar 12 18:16:59 2021 +0100

    rsa13: fix example_pattern of beneficiary list endpoint (#52000)

commit 3554b578646c8fe91e70bfc5dd69e3558e0336d3
Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Date:   Fri Mar 12 12:53:54 2021 +0100

    rsa13: fix example pattern of the referent endpoint (#52000)

commit 6e37ddcedf0d4c72e14b7279db7f635ffbbcb45a
Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Date:   Thu Mar 11 22:59:35 2021 +0100

    rsa13: make schema optional in response_schema() (#52000)
#5

Mis à jour par Frédéric Péters il y a environ 3 ans

  • Statut changé de Résolu (à déployer) à Solution déployée

Formats disponibles : Atom PDF