Skip to:
We need to create a new endpoint to track the associations between service points and users.
The structure of this data should look something like:
userId is a UUID corresponding to a user record.servicePointIds and defaultServicePointId should be foreign keys into the service-points table.
PR is open. https://github.com/folio-org/mod-inventory-storage/pull/133 Need to decide whether or not to wait for regression tests to be fixed before merge.
We need to create a new endpoint to track the associations between service points and users.
The structure of this data should look something like:
userId is a UUID corresponding to a user record.
servicePointIds and defaultServicePointId should be foreign keys into the service-points table.