carverauto / flutter

🚨 ChaseApp opensource mobile app - follow live police chases 🚔
https://chaseapp.tv
MIT License
3 stars 0 forks source link

Chase - add support for tags #129

Open mfreeman451 opened 2 years ago

mfreeman451 commented 2 years ago

I'd like to add support for tagging chases, I'll write up the data model in the wiki, should be pretty simple.

What gets more complicated is what happens next, in the future we'd like to open this app up for community moderators to use the app and make changes essentially. So moderators/administrators could have the ability to click a chase from the UI and modify/update it, assign new tags, etc.

I can think of a few more things we could do with the tags, such as triggering animations based on a tag when a user clicks into a chase to see the details, etc.