Add access levels for songs #76

Closed
opened 2022-09-04 17:41:37 -04:00 by kdeng00 · 0 comments
kdeng00 commented 2022-09-04 17:41:37 -04:00 (Migrated from github.com)

As users upload songs, have it so there are access levels. These levels will determine whether if other users can access a user's songs.

Requirements

  • Access levels
    • Public - Any can access it (Read-only for user who has not uploaded)
    • Private - Only the user can access and modify it
  • Add to the Song model to have field for access levels
  • Add a lookup table that has all of the access levels
As users upload songs, have it so there are access levels. These levels will determine whether if other users can access a user's songs. ## Requirements * Access levels - Public - Any can access it (Read-only for user who has not uploaded) - Private - Only the user can access and modify it * Add to the Song model to have field for access levels * Add a lookup table that has all of the access levels
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/icarus#76