Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Łukasz Lewczyński
Łukasz Lewczyński(Deactivated)Reporter
Chongsun Ahn
Chongsun AhnStory Points
3
Original estimate
1d
Time tracking
4h 30m logged3h 30m remaining
Components
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created January 14, 2017 at 12:30 AM
Updated January 31, 2017 at 4:31 PM
Resolved January 31, 2017 at 10:03 AM
There should be an Order Fulfillment type Right that a User may be assigned via a Role that allows them to Manage (View, Create, Edit) Proof of Deliveries (PODs).
Acceptance:
there is a new ORDER_FULFILLMENT type of right named PODS_MANAGE in Reference Data
the endpoints of Fulfillment Service that GET, PUT, POST & DELETE should require the right PODS_MANAGE, otherwise a 403 should be returned for:
/api/proofOfDeliveries (and sub-resources)
RAML is updated
Check to ensure clients of updated endpoints don't break - raise an issue to the larger group if it does.