Skip to content

Draft: issue 252 Sending bundle from first to SecondFormFragment

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_252_sending_bundle_to_SecondFormFragment

Related Issues

Closes #252 (closed)

Description

Under GuestDatabaseRegistration folder, instead of inserting the user data to the database in the FirstFormFragment, the bundle will be passed to the SecondFormFragment and values will be retrieved. Also, since the data will be inserted in the SummaryFragment, onClick() method moved to the SummaryFragment from FirstFormFragment. Additionally, preview is fixed by deleting autofillHint tags in the related layout file

Steps to Test

  1. Run the app
  2. In the app go to GUEST FORMS > GUEST REGISTRATION (LOCAL DATABASE) > ENTRY FORM
  3. Fill the form and click next button
  4. Checks if the inputs are displayed correctly in the Logcat with SecondFormFragment tags

Relevant Screenshots

Logcat screenshot

Edited by Gokaycan(John)

Merge request reports