Done
Details
Assignee
Khalilah GambrellKhalilah GambrellReporter
Khalilah GambrellKhalilah GambrellLabels
Priority
P3Story Points
5Sprint
NoneDevelopment Team
SpitfireFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Khalilah Gambrell
Khalilah GambrellReporter
Khalilah Gambrell
Khalilah GambrellLabels
Priority
Story Points
5
Sprint
None
Development Team
Spitfire
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 25, 2020 at 8:00 PM
Updated April 5, 2020 at 8:06 PM
Resolved March 16, 2020 at 5:14 PM
As a FOLIO Systems Librarian
I want to control who at the library has the ability to CRUD custom fields
So that the data integrity of our FOLIO system is maintained.
Requirement : Create the following UI permissions
Settings (Users) : Can create, edit, view, and delete custom fields
Settings (Users) : Can create, edit, and view custom fields
Settings (Users) : Can view custom fields
Acceptance criteria
Given I have been assigned the permission [Settings (Users) : Can create, edit, view, and delete custom fields]
When I go to Settings > Users
Then I should see the Custom Fields list
AND I should be able to create/edit/view/delete a custom field(s)
Given I have been assigned the permission [Settings (Users) : Can create, edit, and view custom fields]
When I go to Settings > Users
Then I should see the Custom Fields list
AND I should be able to a create/edit/view a custom field(s)
AND I should not be able to delete a custom field(s)
Given I have been assigned the permission [Settings (Users) : Can view custom fields ]
When I go to Settings > Users
Then I should see the Custom Fields list
AND I should only be able to view a custom field(s)
AND I should not be able to create/edit/delete a custom field(s)
Given I have not been assigned any of these permissions [Settings (Users) : Can view custom fields], [Settings (Users) : Can create, edit, and view custom fields], [Settings (Users) : Can create, edit, view, and delete custom fields]
When I go to Settings > Users
Then I should not see a Custom field option AND the Custom Fields list
AND I should not be able to create/edit/view/delete a custom field(s)