Skip to content

Create a database to store answers from the questionnaire;

Tyler Sizse requested to merge issue_130_create_database into master

Closes #130 (closed). Closes #93 (closed). Creating the classes and code needed to make a functioning database to store the answers from guest visit questionnaire.

Co-Author: @OwenWurster N00886507@students.ncc.edu

Co-Author: @CCONX charliec61896@gmail.com

TESTING:

  1. Navigate to the guest visit scanner in the app (Guest Forms -> Guest Visit Check In (Local Database)).

  2. Scan a CODE_39 barcode and press Confirm Scan.

  3. Now press Confirm

  4. You should now be at the questionnaire.

  5. Fill in the questionnaire with random values and press Submit.

  6. Check the log to make sure you are seeing the correct info being stored and read from the database.

  7. Repeat steps 1-6 as many times as you'd like with the SAME barcode.

  8. Repeat all the steps but at step 2, scan a DIFFERENT barcode.

Edited by Tyler Sizse

Merge request reports