Skip to content

465-when-using-the-phone-number-to-check-into-the-local-database-confirmation-fragment-should

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

465-when-using-the-phone-number-to-check-into-the-local-database-confirmation-fragment-should

Related Issues

Closes #465 (closed)

Description

Changes the confirmation fragment message:

"Sorry! We couldn't find a guest associated with the following name and Phone number:"

(followed by a blank space)

"Please register to continue"

Alert users that checking into the local database via phone number is not allowed.

Steps to Test

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

  1. Connect to the Remote Database
  2. Go to Manual Check-in and attempt to check-in with a valid barcode. This should return the standard valid barcode message.
  3. Attempt to check-in with an invalid barcode. This should return the standard invalid barcode message.
  4. Attempt to check-in with a valid phone number (make sure the barcode field is empty). This should return the standard valid phone number message.
  5. Attempt to check-in with an invalid phone number (make sure the barcode field is empty). This should return the standard invalid phone number message.
  6. Disconnect from the Remote Database(disconnect from wifi if necessary)
  7. Go to Manual Check-in and attempt to check-in with a valid barcode. This should return the standard valid barcode message.
  8. Attempt to check-in with an invalid barcode. This should return the standard invalid barcode message.
  9. Attempt to check-in with a valid or invalid phone number (make sure the barcode field is empty). This should inform the user phone number check-in for the local db is not allowed.

Relevant Screenshots

Screenshot 2023-12-20 154110.png

Screenshot 2023-12-20 153747.png

Relevant Logs

(Paste any relevant logs here.)

Developer Notes

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

  • Note 1
  • Note 2
  • Note 3

Merge request reports