Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update checkout kiosk to refresh views of inventory and user information on change #76

Open
4 tasks
git-wil opened this issue Oct 20, 2024 · 0 comments
Open
4 tasks
Labels
3 A lower priority issue backend A backend feature request
Milestone

Comments

@git-wil
Copy link
Contributor

git-wil commented Oct 20, 2024

Goal

When items are checked out or users are certified, we should update appropriate sections of the viewport to reflect the changes. Namely, this would involve resubmitting the inventory search to show an updated quantity checked out, and resubmitting the user search to show new certifications, respectively.

Subtasks

  • On checkout, call submitInventorySearch with the same input to update the view of quantity checked out
  • On adding a certification, render user info again to show the updated certification
  • Additionally, this could be extended to the main page to recall submitInventorySearch any time the inventory page is opened
    • This will avoid the bug where stewards who logged in, submitted a search, then logged out without doing another search keeps the steward-only view of inventory items until a new search is submitted.
@git-wil git-wil added 3 A lower priority issue backend A backend feature request labels Oct 20, 2024
@git-wil git-wil assigned git-wil and unassigned git-wil Oct 20, 2024
@git-wil git-wil added this to the v3 milestone Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 A lower priority issue backend A backend feature request
Projects
None yet
Development

No branches or pull requests

1 participant