[UXPROD-4191] Button to start fee/fine sync for a single patron record Created: 13/Apr/23 Updated: 30/Nov/23 |
|
| Status: | Open |
| Project: | UX Product |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | New Feature | Priority: | TBD |
| Reporter: | Thomas Trutt | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Attachments: |
|
| Development Team: | None |
| PO Rank: | 0 |
| Rank: Cornell (Full Sum 2021): | R3 |
| Description |
|
Current situation or problem: If a patrons fee/fine data becomes out of sync the automated block on their account is not removed. Currently staff must contact IT to have them kick off a re-sync process via an API call. In scope Adding a button to the user action menu allowing staff to start the sync process via the UI. Out of scope Changing the re-sync process. Use case(s) As a staff member I would like to kick off the fee/fine resync process from the UI;
POST /automated-patron-blocks/synchronization/job
body:
{
"scope": "user",
"userId": "{USER_ID}"
}
Once the process is completed, I would like to receive a confirmation message, and have the patron information refreshed. Questions
|