-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Proposal: Add quantity field to Inventory items #61
Comments
Alternative UX:
Still need to think about existing packs/inventories. Presumably we will default inventory quantity to 1, so will it be annoying if all pack items suddenyl complain you don't have enough stuff? |
This also only makes sense for items which would be grouped in sets. Like you would never set |
Thinking about this, it probably only makes sense to show this in Pack edit mode. Packs can be public and therefore sharable, and other people either will be confused by what it means, or may not care about the state of your Inventory quantities. |
On one hand, I get it. But it would potentially conflict with other feature requests. I had an idea to add usage stats to inventory items - mileage, # of liters filtered, # of nights used, etc... If you have a group of things - tent stakes - what if you own 12 but only pack 6? Which get assigned the usage? What if you own 4 filters, but only use 1 per trip? Maybe I'm overthinking this, but throwing it out there. |
From user request in Slack.
This is currently just a proposal and may get voted down. Discussion is ongoing, please comment and edit as you like.
Adding a Quantity field on Inventory items would let users keep track of how much they have of each piece of gear.
This has the potential to be at odds with the equivalent Quantity field in Packs. A way to make the two integrate would be to change the way users currently set Quantity on Pack items: instead of allowing users to set any number, they can set the Quantity based on that which they have in their Inventory (defaults to all?).
Potential problems / Things to think about:
Would we have to do some sort of migration, and set the current Quantity from each Pack item as the Quantity on the corresponding Inventory item?nope there are more than 1 packs :pThe text was updated successfully, but these errors were encountered: