codeforkansascity / tagging-tracker

3 stars 5 forks source link

Split Tags and Address into Separate Entities #18

Closed JakeLaCombe closed 6 years ago

JakeLaCombe commented 6 years ago

A user needs to be able to input multiple tags for a given address. The previous workflow did not have the capabilities of an Address entity, and instead just housed all that information on an individual tag. To allow for easy searching of tags for an address, the address needs to be it's own model with tags being a to many relationship on the address.