Skip to content

Persist changes to User Groups in the database #392

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

Closed
katyasoup opened this issue Feb 24, 2025 — with Linear · 1 comment · Fixed by #445
Closed

Persist changes to User Groups in the database #392

katyasoup opened this issue Feb 24, 2025 — with Linear · 1 comment · Fixed by #445
Assignees

Comments

Copy link
Collaborator

Description:

QUE-129 covered the UI for Admin-only view, including displaying group, member, and query data pulled from the database - but it did not include persisting any changes made to the database. This ticket covers insert/update functionality for both Admin and Super Admin views.

Acceptance Criteria:

The following actions should persist in the database:

As an ADMIN I can:

  • Add or remove queries assigned to a given User Group

As a SUPER ADMIN I can:

  • Add or remove queries assigned to a given User Group
  • Add or remove members from a given User Group
  • Create a new User Group (?)
  • Delete an existing User Group (?)

Note: creating/deleting User Groups will need design input; this work can be broken out into a separate ticket if needed but it should be fairly trivial to include a prototype here

@katyasoup katyasoup self-assigned this Feb 24, 2025
Copy link

linear bot commented Feb 24, 2025

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

Successfully merging a pull request may close this issue.

1 participant