tomi-casabona / climbify

App for keep track and improove your climbing skills.
https://climbify.vercel.app
1 stars 0 forks source link

Delete sector/school/location If a route is deleted #94

Closed opujade closed 1 day ago

opujade commented 2 months ago

If a route is deleted and sector has no routes, sector should be deleted. There shouldn't be sectors without routes.

Doing this we won't have to do a delete option for locations, schools and sectors.

opujade commented 2 months ago

IF SECTORS[SECTORINDEX].ROUTES.LENGTH === 0 DELETE SECTOR[SECTORINDEX]