Meeting Minutes January 10, 2014 - mgrah043/sequence_database_barcode_scanner GitHub Wiki

Agenda

  • Demo Lookup function talking with the mock web service
  • Demo GUI for Get Contents
  • Review storyboards for Move and Bulk Move
  • Discuss deliverables for January

Notes

  • When displaying the container information, display the details on a single line and wrap the text to fit the screen.
  • When performing a move, display the container grid after scanning the container to allow users to tap to select a well row/column to insert into. Possibly highlight columns/rows in green to show where empty cells are.
  • On the container details screen (for Get Contents and Move), display the number of empty cells as a fraction of total cells (Available: 15/60).
  • A confirmation message should be displayed when performing a move or bulk move function but not when performing a lookup.
  • Display a warning message when performing a bulk move if the container is full or if the number of scanned items is greater than the number of available cells in the container.
  • Handle error cases such as loss of WiFi connection, error messages returned by web service, etc.
  • Never log out user. Don't save password (at least not as plaintext).
  • Document all error conditions on the wiki.
  • The new web service is under development (fork of current mock).