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

[Improvement] - Batch Tabletop Circulation Network Requests #4321

Open
seanmhanson opened this issue Feb 11, 2024 · 0 comments
Open

[Improvement] - Batch Tabletop Circulation Network Requests #4321

seanmhanson opened this issue Feb 11, 2024 · 0 comments

Comments

@seanmhanson
Copy link

When working with the tabletop circulation app, it would be nice to be able to submit a set of check-ins and/or check-outs at one time, rather than one at a time, since network requests can be more expensive in the wilderness that is the tabletop building during high traffic. Two examples:

Checking Out

One attendee may want to check out a set of multiple games on their badge, and so it might make sense to enter all of these in one place (a modal, etc) and submit the network request at once, to save time

Checking In

Given a list of ids to check in, it might be useful to debounce the function that makes the network request so that if someone is typing in another id within a short period, it waits to see if it can combine the requests. Alternatively, there could be a UI change to allow lists of Ids with commas, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant