Port over from old api.
NOTES:
Not so sure GET /participants/:participant_id/delegations-given and GET /delegations will be needed as they're currently implemented there, it will depend on how the client will deal with current user's delegations. It might fetch them differently from old ember app. So better to hold off on them for now.
But both POST /delegations and DELETE /delegations/:id are 👍 to be implemented.
Port over from old api.
NOTES:
Not so sure
GET /participants/:participant_id/delegations-givenandGET /delegationswill be needed as they're currently implemented there, it will depend on how the client will deal with current user's delegations. It might fetch them differently from old ember app. So better to hold off on them for now.But both
POST /delegationsandDELETE /delegations/:idare 👍 to be implemented.