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

Tags should be able to be owned by a role #615

Open
Jay-Madden opened this issue Feb 25, 2022 · 4 comments
Open

Tags should be able to be owned by a role #615

Jay-Madden opened this issue Feb 25, 2022 · 4 comments
Labels
ClemBot.Api Issue pertains to the ClemBot.Api codebase ClemBot.Bot Issue pertains to the ClemBot.Bot codebase enhancement New feature or request Medium Feature A feature that isnt necessarily large but will require several components .NET Pull requests that update .net code python Pull requests that update Python code

Comments

@Jay-Madden
Copy link
Member

Anyone who has that role will be allowed to edit/delete the tag. Same semantics as current user ownership, just a role

@Jay-Madden Jay-Madden added enhancement New feature or request Medium Feature A feature that isnt necessarily large but will require several components .NET Pull requests that update .net code ClemBot.Bot Issue pertains to the ClemBot.Bot codebase ClemBot.Api Issue pertains to the ClemBot.Api codebase python Pull requests that update Python code labels Feb 25, 2022
@Exper1mental
Copy link
Contributor

It would be nice to give multiple users and multiple roles ownership of the same tag

@Exper1mental
Copy link
Contributor

Would this be a good issue for me to learn about and start messing with SQL?

@jkriste
Copy link
Member

jkriste commented May 7, 2022

The API uses EF which does most of the SQL but there is a possibility that you could use raw SQL. I'd advise against it, though.

@jkriste
Copy link
Member

jkriste commented Feb 20, 2023

Anyone who has that role will be allowed to edit/delete the tag. Same semantics as current user ownership, just a role

Is there a specific use-case for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ClemBot.Api Issue pertains to the ClemBot.Api codebase ClemBot.Bot Issue pertains to the ClemBot.Bot codebase enhancement New feature or request Medium Feature A feature that isnt necessarily large but will require several components .NET Pull requests that update .net code python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

3 participants