-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I am currently using Magic Home Inventory (https://play.google.com/store/apps/details?id=net.twisterrob.inventory&gl=US) on Android smartphone to keep track of items and locations at my apartment but the application does not integrate a shared access/multiple users approach so I am looking for something else.
One thing MHI is strong at is that you can have an item encapsulated in another item at will (https://www.twisterrob.net/project/inventory/#model). There is no concept of locations and this design works pretty well for my use case. As a consequence you can have things like CR2032 => Rear bicycle light => Bicycle => Garage.
I was trying to achieve the same with PyInventory but failed. Is there any chance to modify it in a way that would be very close to this design or I should look elsewhere?
Thank you.