Skip to content

Add Inventory, borrowing system #80

Description

@lislis

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions