-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
As a person staffing the hardware checkout desk, I would like to be able to keep track of the serial numbers of high-value items checked out to users.
A new database table is likely required for this, as well as updating the item creation/edit pages for this. Special attention should be paid to the UX of adding/editing serial numbers en masse when modifying an item and when checking out/in items.
Acceptance criteria:
- On the item creation page, I can add (or generate!) a list of serial numbers
- On the item edit page, I can add/generate or modify en masse the list of serial numbers
- When checking an item out, it's easy to record the serial number of the item(s) checked out
- I can check an item in by its serial number
See Confluence for more specific details on database schema.