340
edits
Line 68: | Line 68: | ||
* multipilcities of released-by relation between audio file and audio group are wrong (switched) in diagram | * multipilcities of released-by relation between audio file and audio group are wrong (switched) in diagram | ||
* anime<->song relation with attributes (type: OP/ED, first-ep: eid) | * anime<->song relation with attributes (type: OP/ED, first-ep: eid) | ||
changes to diagram | |||
* rev3: | |||
** split ArtistOrBand into ArtistGroup and Artist | |||
** artist<->person relation now * to 1 (was * to 0..1) | |||
** song<->song "cover of" relation now 0..1 to * (was * to *) | |||
** merged FileSys.Data and MetaData, MetaData now only stores specific meta data which we're interested in, not all tag data stored in a file. | |||
** added relation User<->MetaData to keep track of who submitted what | |||
** dropped AudioGroup | |||
** dropped attributes from title entities |