Meeting Minutes February 10, 2014 - mgrah043/sequence_database_barcode_scanner GitHub Wiki
Agenda
Discuss progress of the real web service and any new changes that were made.
Notes
The real web service supports a mock state where changes are persisted but no database is required.
The JSON string returned now consists of "meta" and "payload" attributes where the actual data requested is located in the payload.
There is a debug mode which can be toggled by navigating to the URL specified in the "meta" attribute. The debug mode displays full URL's within the "payload" attribute.
The web service uses a WADL file.
It returns a 404 error if the requested data does not exist.
The web service wiki page will be updated to contain a list of valid IDs for testing purposes.
It currently does not support auto-fill for move or bulk move functions.
A new bulk move URL will be added which will eliminate the need for multiple POST calls when completing a bulk move. This improves efficiency and scalability.
The get contents screen should be displayed after a successful move or bulk move.