tamara-bain / cmput410-project

Apache License 2.0
0 stars 1 forks source link

Add Delete Post Functionality #57

Closed Roshack closed 9 years ago

Roshack commented 9 years ago

We need to include the ability to delete one's own posts, as per the user story below:

dylanlan commented 9 years ago

API call is done I think, just need to call it from a button /api/delete/{POST_UUID}

mkarpoff commented 9 years ago

Done and the UI handles it nicely