Done
Details
Assignee
Craig McNallyCraig McNallyReporter
Craig McNallyCraig McNallyTester Assignee
Craig McNallyCraig McNallyPriority
P3Story Points
2Sprint
NoneDevelopment Team
EBSCO - FSEFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Craig McNally
Craig McNallyReporter
Craig McNally
Craig McNallyTester Assignee
Craig McNally
Craig McNallyPriority
Story Points
2
Sprint
None
Development Team
EBSCO - FSE
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created May 22, 2019 at 2:29 AM
Updated June 28, 2019 at 7:21 PM
Resolved June 28, 2019 at 7:21 PM
Overview:
Define and implement the memberships API
use new interfrace:
acquisitions-units-storage
See API Listing for endpoint details.
Schema:
|| property || type || default || required || description ||
| id | String | | | UUID |
| userId | String | | required | the UUID of the user to associate with this acquisitions unit |
| acquisitionsUnitId | String | | required | the acq unit this user is a member of |
should include metadata
add indexes (generic "index") for both userId and acquisitionsUnitId fields
foreign key on acquisitionsUnitId
Additional background can be found on the wiki
Acceptance Criteria:
ModuleDescriptor, RAML are updated
Schema and examples are created
Unit tests are updated