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

Batch update items in inventory #50

Open
5 tasks
git-wil opened this issue Oct 3, 2024 · 0 comments
Open
5 tasks

Batch update items in inventory #50

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

Comments

@git-wil
Copy link
Contributor

git-wil commented Oct 3, 2024

Goal

It can be useful to apply a batch update to many items in inventory, like modifying quantity, location, etc. for a large group of items. It would be convenient to have a method to batch-update items using a query and a mod to update all items that follow from that query.

Should be completed after #28.

Subtasks

  • Define a discrete list of modifications that can be applied
  • Define a query language/system for querying items (may be just by text, may be more complex)
  • Create a popup/page/kiosk for inputting queries and batch updates
    • This should show a preview of the modifications before actually applying them
    • Would be nice to have an undo/backup feature, but may be difficult to implement
@git-wil git-wil added new feature 3 A lower priority issue frontend A frontend feature request backend A backend feature request labels Oct 3, 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 frontend A frontend feature request
Projects
None yet
Development

No branches or pull requests

1 participant