Skip to content

Creating a branch for issue 383

Christopher Chase requested to merge issue_383_fixing_guest_visit_crash into main

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_383_fixing_guest_visit_crash

Related Issues

#383 (closed)

Description

Guest visit check-in button no longer crashes the app. Users can now manually enter a barcode number which will check the database to see if they are registered. Entering a name and phone number currently doesn't work. Scanning a barcode via camera currently works.

Steps to Test

(List the steps needed to test this merge request here using bullets, for ex:)

  1. Click guest visit check-in button
  2. Click manual sign in
  3. Enter bar code

Relevant Screenshots

(Post any relevant screenshots here.)

Relevant Logs

(Paste any relevant logs here.)

Developer Notes

(List any notes you have about what you did here using bullets, for ex:)

  • isRegistered within GuestRegistrySource was modified. It now returns a String array and accepts one parameter.
  • Within ScannerFragment, code relating to GUEST_NAME was surrounded with a try-catch block.
  • Within ManualFragment, coding relating to "test" was surrounded with a try-catch block.

Merge request reports