keananf / PhotoShareWebApp

Web-based client and RESTful server built with Jersey and Grizzly
2 stars 0 forks source link

Editing own photo descriptions #24

Open keananf opened 6 years ago

keananf commented 6 years ago

Server / client side components. This would also server as a mechanism to delete descriptions as well.

zlan18 commented 6 years ago

Should there be a separate server endpoint to delete your own descriptions in addition to editing them? And admin-only privileges to delete descriptions of all photos?

keananf commented 6 years ago

I don't think its necessary tbh. Wasn't the original idea that the editing API would also serve as a means for both removal / addition?

This is how album descriptions were handled, so regardless of what is chosen, they should correspond to one another.

zlan18 commented 6 years ago

Took about 45 minutes.