You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
As a SUPER ADMIN I can:
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
The text was updated successfully, but these errors were encountered: