Version 0.9 Pre-production demo
Closed May 15, 2020
100% complete
Enough code is ready to demo to the client. This would be running on a laptop with no external code dependencies (except perhaps access to the bootstrap web site). Highlights:
Required tasks:
- Login required to view or change inventory data.
- Can scan QR codes and extract a box number.
- Checkin a box (number, product, expiration year, month, day).
- Move a bo…
Enough code is ready to demo to the client. This would be running on a laptop with no external code dependencies (except perhaps access to the bootstrap web site). Highlights:
Required tasks:
- Login required to view or change inventory data.
- Can scan QR codes and extract a box number.
- Checkin a box (number, product, expiration year, month, day).
- Move a box to a new location.
- Checkout or consume a box.
- Checkin/move/checkout recorded in Activity table
- Checkin/move/checkout a pallet of boxes with history recorded in Activity table.
- Dump the full Activity table to a local CSV file with column labels.
- No links that cause the Django debug error page to come up.
Tasks not required for demo:
- No Docker
- No cloud hosting
- No SSL/HTTPS
- No separate web server (Django web server OK)