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

Add Inventory, borrowing system #80

Open
lislis opened this issue May 16, 2019 · 1 comment
Open

Add Inventory, borrowing system #80

lislis opened this issue May 16, 2019 · 1 comment

Comments

@lislis
Copy link
Member

lislis commented May 16, 2019

We need a list of all the stuff in the space that can be borrowed.
Each item has

InventoryItem
----
Unique id
Name 
Better description in case two items are similar
Defects or damages

Then we need to track who currently borrowed an item

InventoryBorrows
----
who(User)
what(InventoryItem)
borrowed_when(Date)
returned_when(Date)
something_broke/ notes

And then we should be able to tell if the InventoryItem has a current borrow open, aka is borrowed. Plus we have a history of who borrowed what and so forth

@lislis
Copy link
Member Author

lislis commented May 16, 2019

Plus we should generate QR codes with the UUID that we can label on the real world items.
And a link to an endpoint where the borrow can happen, only for logged in users

@lislis lislis added this to the 0.4.0 milestone May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant