kevinharvey / jmad

The Jazz Musicianship Archive & Database
GNU General Public License v2.0
18 stars 7 forks source link

Add "MusicBrainz" base model with 'last_updated' field #2

Open kevinharvey opened 9 years ago

kevinharvey commented 9 years ago

We should save all fields for any entity that we pull from an outside resource (currently MusicBrainz). There's likely a ton of overlap and can be accomplished with a base model that these inherit from. Also include a 'last_updated' field that we can use keep MB-related assets updated.

With the new fields in place, update the MB API consumption logic to use them.