sef-global / scholarx-backend

This is the backend of the ScholarX
MIT License
11 stars 41 forks source link

Implement backend for admin profile image management #158

Open Madhawa97 opened 3 months ago

Madhawa97 commented 3 months ago

Description: Implement backend functionality to support admin in setting or changing profile images for mentors.

Tasks:

Acceptance Criteria:

Additional Information: Later:

Related Dependencies or References:

anjula-sack commented 1 month ago

@Disura-Randunu Would you like to work on this?

Disura-Randunu commented 1 month ago

@Disura-Randunu Would you like to work on this?

@anjula-sack sure. Will work on this

Disura-Randunu commented 1 month ago

@anjula-sack this was implmented as part of #169 We can use "PUT /api/mentor" and just provide only the image under "profile_image" property in form data to update the mentor profile image without other details.

Should I make a seperate endpoint just for updating the mentor profile image as well?