seanmisra / a4

Dog Data: 4th project for CSCI E-15 at Harvard Extension - Spring '17 semester 🐕
http://a4.mizranca.com
0 stars 0 forks source link

aliases table? #26

Closed seanmisra closed 7 years ago

seanmisra commented 7 years ago

I don't think this is necessary, for the scope of this app, since I don't anticipate there being more than 3 aliases per breed. The overhead to create the one-to-many relationship would be too much for the benefit provided.

However, if the app ever got to the point where each dog had 5+ aliases, then it would be useful, to alleviate the burden on the dogs table.

Still, something to think about.

seanmisra commented 7 years ago

Agreed, not worth it for this scope