Skip to content

Draft: Passing data onto SecondFormFragment.java;

Joshua Schwamb requested to merge issue_264_firstformfragment_pass_on_data 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_264_firstformfragment_pass_on_data

Related Issues

Closes Issue 264

Description

User data entered into FirstFormFragment.java will now be sent to SecondFormFragment.java.

Steps to Test

  1. Ensure that the data is being received by SecondFormFragment.java
  2. The code to add everything to the database should be moved to SecondFormFragment.java

Relevant Screenshots

N/A

Relevant Logs

N/A

Developer Notes

N/A

Merge request reports