Done
Details
Assignee
Craig McNallyCraig McNallyReporter
Craig McNallyCraig McNallyTester Assignee
Craig McNallyCraig McNallyPriority
P3Story Points
2Sprint
NoneDevelopment Team
ThunderjetFix 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
Thunderjet
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created May 22, 2019 at 2:23 AM
Updated June 20, 2019 at 8:16 PM
Resolved June 20, 2019 at 6:02 PM
Overview:
Define and implement the acquisitions-units API
new interfrace:
acquisitions-unit-storage
See API Listing for endpoint details.
Schema:
|| property || type || default || required || description ||
| id | String | | | UUID |
| name | String | | required | a name for this acquisitions unit |
| protectCreate | Boolean | true | | if true, only members can create records associated with this acq unit. |
| protectRead | Boolean | false | | if true, only members can read/view records associated with this acq unit. |
| protectUpdate | Boolean | true | | if true, only members can update records associated with this acq unit. |
| protectDelete | Boolean | true | | if true, only members can delete records associated with this acq unit. |
should include metadata
Additional background can be found on the wiki
Acceptance Criteria:
ModuleDescriptor, RAML are updated
Schema and examples are created
Unit tests are updated