Commit graph

9 commits

Author SHA1 Message Date
dece 0a1714f3ca Simple but well-ordered initial user listing 2023-10-01 22:46:37 +02:00
dece 2b1da5098b Add ImportReleasesCommand and a generation script
To import your local albums!
2023-10-01 15:17:46 +02:00
dece 0c17bbbc4c Add ReleaseMetadata entity
Why ReleaseMetadata and not simply Metadata you ask? Because I want to
be sure future entities may have their own type of metadata and not have
name conflicts.

Why not adding this data to Release? I don't know, I like small tables
for the main entities I guess, probably #DoesNotScale.
2023-10-01 15:17:06 +02:00
dece 3e86499e10 Add an owner to a release
NOT the artist·s but the user who own this release on this instance.
2023-10-01 13:28:47 +02:00
dece 4bc44971a2 Add user entity 2023-10-01 13:27:40 +02:00
dece 8364d1cd96 Add base entities: Release, Artist 2023-10-01 12:46:02 +02:00
dece 8ef2bbaa72 Adapt base files 2023-10-01 12:43:03 +02:00
dece e8f526e1e7 Add webapp packages 2023-10-01 12:30:38 +02:00
dece 3a370f2992 Add initial set of files 2023-10-01 12:30:29 +02:00