Vinyl collection management system

  1. A short description. Note that the client is not having a technical background.

    Vinyl Collection Management App tailored to meet the needs of vinyl enthusiasts and collectors. Users can add vinyl records to their collection by inputting information such as album title, artist, release year, genre and the date aquired, the app will also support image uploads for cover art. Users can easily add, edit and delete records from their collection. The app will support offline access, enabling users to manage their collections even without an internet connection.

  2. Domain details. Present the details of the entities that will be persisted. Each field should have a description.

    Entity: Record

    Attributes:

    1. title: description of the vinyl record's title or name
    2. artist: name of the artist or band that created the record
    3. release year: the year when the vinyl record was released
    4. genre: the music genre or category to which the record belongs
    5. date acquired: the date when the user added the record to their collection
    6. cover: an image of the record's cover for visual reference
  3. CRUD. Present the details of each crud operation. - create. - read. - update. - delete.

    create:

    read:

    update:

    delete:

  4. Persistence details, what crud operations are persisted on the local db and on the server.

    create:

    read:

    update:

    delete:

  5. Details on what is happening when the device is offline.

    when offline:

    create:

    update:

    delete:

    when online:

  6. App mockup. Eg. using figma.com or sketch.com or something equivalent. The screenshots should be attached to the assignment.

Create

Create

Read/View

Read/View

Update & Delete

Update & Delete