ClemBot
ClemBot copied to clipboard
Tags should be able to be owned by a role
Anyone who has that role will be allowed to edit/delete the tag. Same semantics as current user ownership, just a role
It would be nice to give multiple users and multiple roles ownership of the same tag
Would this be a good issue for me to learn about and start messing with SQL?
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.
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?