stockpile-co / api

The API for Stockpile, an app that manages stuff for organizations.
0 stars 1 forks source link

Resolve rental date conflicts #256

Closed AdamVig closed 7 years ago

AdamVig commented 7 years ago

Currently, the user can tell that a new rental conflicts with an existing rental for the same item, but cannot see any details about that rental.

The API should provide some form of help with resolving rental date conflicts.

AdamVig commented 7 years ago

Closed in favor of a UI solution: checking the item status for each item before allowing the user to rent.