Add entities for containers, boxes, and shelves of some sort to track item locations #977
Replies: 2 comments 2 replies
-
This will be resolved by the #678 PR Also Locations can have parents, you can always just treat a container as a location Something like Basement -> Shelf Rack 1 -> Shelf 2 -> Container 3 is possible via locations, or even item parent, child relationships. |
Beta Was this translation helpful? Give feedback.
-
I started using Homebox, because I had about 20 of those 27gal Home Depot totes filled with tools and various items, and I literally had to open every single one to find what I was looking for. I currently use parent-child relationship. I created 20 items for containers, and then use those as parents for the items stored inside. I also leverage the automatic asset ids to name the containers. For example: I even had other boxes that went inside those containers, and created dedicated parent items for those, for example: So a hammer could be inside: It's been working great so far (about 1000 items in), but I did notice some weirdness especially when moving a container from one location to another. The child items would still show as being present in old location. That despite enabling Another issue was that the full path to the child item is not shown. For the previous example, you will see something like this: The only solution for now is clicking on the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the problem you are trying to solve with this feature?
Currently, Homebox allows users to track items, but there is no way to assign items to specific physical storage units such as containers, boxes, or shelves. This makes it difficult to know where each item is stored, especially for users who have many items organized in physical spaces.
What is the solution you are proposing?
I propose adding new entity types to Homebox:
This would allow users to create these units and assign items to them. Users could then easily see which items are stored in which unit and query where a specific item is located.
Features could include:
What alternatives have you considered?
Some alternatives and related ideas:
Additional context
No response
Contributions
Beta Was this translation helpful? Give feedback.
All reactions