teambtcmap / btcmap-ios

iOS application for BTC Map
https://btcmap.org
GNU Affero General Public License v3.0
14 stars 3 forks source link

Filter out deleted elements #36

Closed salvatoto closed 1 year ago

salvatoto commented 1 year ago

All endoints have a deleted_at field. Looks like the only place we're currently filtering deleted elements is before placing annotations on the map.

Add logic to filter out deleted_at objects to all api calls, probably right after json parsing would be a good point to do that.

CoachThys commented 1 year ago

Can be closed, done in c706888