ajgreenman / free_beta

Mobile application for tracking Rock Climbing progress
0 stars 0 forks source link

Add soft delete #7

Closed ajgreenman closed 2 years ago

ajgreenman commented 2 years ago

Allow route setters to delete routes, but actually just flag a route with an isDeleted flag, then hide those values from all the lists. That way if needed, you can flip the flag and get the data back.

The delete button should go on edit route

ajgreenman commented 2 years ago

https://github.com/ajgreenman/free_beta/commit/6f69aa7b68ed3b9756a2b42c3e9145c7ead24286