Skip to content

Adding fields to local database (household information).

Monique Johnson requested to merge issue_283_adding_fields_to_local_database 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_283_adding_fields_to_local_database

Related Issues

Closes #283 (closed)

Closes #299 (closed)

Description

Adds missing fields into local database, and modifies the inserData method to include the new fields.

Steps to Test

  1. uncomment the code at line 88 in the FirstFormFragment.java
  2. run the app and go to the guest registration (local database), then click entry form
  3. check the App Inspection in the Android Studio to make sure the new fields are in the database
  4. if you can't see the new fields on the database, try wiping the data on your AVD and run the app again

Relevant Screenshots

App Inspection: image

Edited by Gokaycan(John)

Merge request reports