Skip to content

Registering the guest and inserting the data to the database

Gokaycan(John) requested to merge issue_300_registering_the_guest 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_300_registering_the_guest

Related Issues

Closes #300 (closed)

Description

In the SummaryFragment when the guest clicks the button for registering, the data will be inserted to the database.

Steps to Test

  1. run the app, go to the entry form for local database
  2. complete the registration form (you won't be able to register with same phone number or NCC ID twice)
  3. by using App Inspection check if the inputs are stored correctly into the registration database
Edited by Gokaycan(John)

Merge request reports