Details
-
Task
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
Description
In order to support work in UIU-104.
As discussed, to simplify managing consistency of proxy<->sponsor links the initial implementation should include a unidirectional link from the proxy user to the sponsor user:
{ ... "proxyFor": ["123-456-789", "234-567-890"] ... }
This will allows us to optimize the "check out as proxy" operation and allow to directly look-up sponsor for a given user on the user details pane. To retrieve all proxy users for a given sponsor user we will use search, e.g given sponsor user id "345-678-910":
/users/?query=proxyFor="345-678-910"
Adding a proxy user to a given sponsor user will mean adding sponsor user id to the proxyFor field in the proxy user record.
TestRail: Results
Attachments
Issue Links
- blocks
-
UICHKOUT-6 Check Out As Proxy v1
-
- Closed
-
-
UIU-104 Select User Proxy v1
-
- Closed
-
- relates to
-
UICHKOUT-6 Check Out As Proxy v1
-
- Closed
-
-
CIRCSTORE-20 register proxy user UUID when creating a loan
-
- Closed
-