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

Support the idea of a queue owner #502

Open
jonespm opened this issue Jun 4, 2024 · 0 comments
Open

Support the idea of a queue owner #502

jonespm opened this issue Jun 4, 2024 · 0 comments

Comments

@jonespm
Copy link
Member

jonespm commented Jun 4, 2024

When reviewing the tables, we found that ROHQ doesn't have the concept of a queue owner, every host appears to have the same level of permissions. I'm not sure how important this is but it's something that should be discussed.

This poses 2 potential issues I can think of:

  1. Any host could delete a queue that they are added to. Queue recovery is possible but I believe it requires support to handle. I don't know how often this happens.
  2. When exporting queue details (new feature) every host is given the information for every other host. Since we don't know who is the "owner", who would be the person who should have access to information on all other hosts, it's shared between everyone. I don't know how important this is.

Adding a column to capture the "owner" or "creator" would resolve this issue going forward though I don't know how this would be assigned for past queues.

We'd likely have to have some consideration for passing over the ownership to someone else if someone leaves the university. I'm not sure how that would work. Maybe just in the admin UI would be enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant