issues
search
cafe-for-cats
/
mobile
client-side code for the project 📱
1
stars
0
forks
source link
Implement soft-deletes of pins
#41
Open
dgatto
opened
3 years ago
dgatto
commented
3 years ago
UI
A user can delete their pin on the info window.
API
Using the 'pins/' PATCH endpoint, set the 'showOnMap' flag to 'false'.
Set the image url to an empty string. This will signify that an image was at one point associated to the Pin, but no longer is.
dgatto
commented
3 years ago
Reevaulate implementation details with new schema changes.
UI
API