patients-io / frameinventory

0 stars 0 forks source link

Improve Scanning UI/UX #6

Open michael-martin-al opened 6 years ago

michael-martin-al commented 6 years ago

The scan page should list out every frame scanned with the ability to remove the scan in a case of accidentally scanning twice.

michael-martin-al commented 6 years ago

Last night I added a Postgres trigger on the inventory_count table. When the manual_qty field is incremented, the trigger inserts a new row into the scan_log table automatically. Next step, display the scan log in the Scan UI and provide a way to remove/undo a scan action.