bounswe / bounswe2018group9

Actopus - an activity social octopus
14 stars 6 forks source link

Multimedia Endpoints and Data Model Finalization #359

Closed gumityolcu closed 5 years ago

gumityolcu commented 5 years ago

Thanks to @nazmicancalik for his work on CommentsSchema which was essentially the work needed to solve the multimedia data model issue.

I integrated what he did to media objects and it seems to work fine.

=========== UPDATE ============

I have worked further on medias and as of now:

media: { avatar: MediaSchema, cover: MediaSchema }

GET /api/users/:id/avatar DELETE /api/users/:id/cover

etc.