Closed gumityolcu closed 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.
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.