Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions system #115

Open
rtman opened this issue Sep 27, 2020 · 1 comment
Open

Permissions system #115

rtman opened this issue Sep 27, 2020 · 1 comment

Comments

@rtman
Copy link
Owner

rtman commented Sep 27, 2020

Description

each creator account has a unique connection code (uuid).

Two ideas for now:

Connection

Label -> artist - one way, label can create artist releases + add artist as supporting artist, assign payout percentage
Artist <-> Artist - two way, artists can add each other as supporting artists

alt

Permissions system

Label -> Artist - one way, label can create artist releases + add artist as supporting artist
Artist1 -> Artist2 - one way, artist1 can add artist2 as supporting artist. Can assign

connections table
type: label | artist
connectionId: uuid
user1: uuid
user2: uuid

find({where: uuid1 === uuid || where uuid2 === uuid)

@rtman
Copy link
Owner Author

rtman commented Nov 22, 2020

Updated:

Allow artist and labels same permissions. Although artists cant request permissions of labels.

@rtman rtman changed the title Connections system Permissions system Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant