Skip to content

Issue 278 checking if user registered

Gokaycan(John) requested to merge issue_278_checking_if_user_registered 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_278_checking_if_user_registered

Related Issues

Closes #278 (closed)

Closes #279 (closed)

Closes #257 (closed)

Description

doesExist() method will be implemented to the GuestRegistrySource.java to check if the user registered before with the given phone number or NCC ID

Steps to Test

  1. Uncomment the code specified for testing doesExist() method in the FirstFormFragment.java, and comment out the findNavController() outside of the else in the same file.
  2. If your local registration database is empty, fill the guest registration form (local database) in the app
  3. Once your inputs are in the database, try to use that NCC ID or phone number again to see if it lets you or not
Edited by Monique Johnson

Merge request reports