Skip to content

Draft: Resolve "Add alternate methods to sign in"

Brandon Merritt requested to merge 256-add-alternate-methods-to-sign-in 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

256-add-alternate-methods-to-sign-in

Related Issues

"Closes" issue 256

Description

Creates the rough draft for an updated guest visit sign-in with both manual and barcode options

Steps to Test

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

  1. Use the guest visit sign in menu
  2. Tap either barcode or manual sign-in
  3. Either scan a barcode or enter a value in the barcode field (Haven't decided on other fields yet)

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:)

  • Creates a splitter fragment for the guest visit
  • Updates nav graph to go to the splitter and the manual sign in methods
  • Starts creating manualFragment

Merge request reports