Skip to content

As a developer, I want to add playlists ids to the JSON file for saving the songs list in the playlists. #6

@yonatanKreiner

Description

@yonatanKreiner

User Story
The playlists need to be saved in the json file for later use of the app.
The playlists will be save in the format of a dictionary so that the keys are playlists name and values are the position in the playlist.
example:
[ { "id": "1234", "name": "test", "playlists": { "playlist1": 2 } }, { "id": "4567", "name": "test2", "playlists": { "playlist1": 1, "playlist2": 5 } } ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions