Skip to content

Adding navigation from the confirmation fragment to the registration fragment

Closes #164 (closed). Send unregistered users from the confirmation fragment to the registration fragment.

TESTING: On line 277 in the GuestScanFragment, there is a TODO comment. Comment out the line below it and then uncomment the line above it. Navigate to the guest scanner fragment in the app (Guest Forms -> Guest Visit Check In (Local Database)) and scan a barcode. You should see a screen saying "NEST Guest not found!" that has two buttons, RE-SCAN BARCODE and REGISTER. Clicking the register button should then take you to the registration fragment.

Edited by Owen Wurster

Merge request reports