MentorsWithoutBorders / mwb-partners-admin

Web app for MWB partners
0 stars 0 forks source link

Mentor details - update and retrieve project #103

Open edmondpr opened 5 months ago

edmondpr commented 5 months ago

Design: https://www.figma.com/file/DgrKZX9mS13Zgf7k5pZ1WT/Partner-web-app?type=design&node-id=727-148&t=LPfyjEb31x9adSCp-4

When selecting a project for a course, a PATCH call to the /api/v1/partners/{partner_id}/mentors/{mentor_id}/project will be made in order to save this information.

The project will be retrieved by making a GET call to the same endpoint.