Skip to content

Adding fragment 3 and 4 to the guest registration form and connecting through the nav graph

Matt Brevetti requested to merge issue_276_277_fragment_3_and_4_skeleton 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

(updated) issue_276_277_fragment_3_and_4_skeleton

Related Issues

Closes #276 (closed) and Closes #277 (closed)

Description

This merge request will create a new XML file for the third and fourth guest registration fragments. The appropriate fields will be added to the file. This will also create very basic JAVA files for them to handle inflating the UI and navigating to the next fragment. The Navgraph will be updated as well.

Steps to Test

  1. View file fragment_guest_database_registration_third_form.xml
  2. Ensure all fields from #276 (closed) are present and ID'd properly.
  3. Repeat for fragment_guest_database_registration_fourth_form.xml
  4. Open AVD
  5. Navigate to the Guest Registration form
  6. Click "next" on fragment 1 and fragment 2
  7. You should now see fragment 3, with all of the fields as spinners and a single textEdit.
  8. Click 'next' to view fragment 4, with all of the fields.

Relevant Screenshots

Fragment 3 should look like this if you are looking at correct branch:

image Scrolled: image

Relevant Logs

Developer Notes

Fragments 3 and 4 Require "Multi-Select" dropdowns. I recommend this be placed into its own issue. I am going to build these as regular spinners in order to get this merged and added to the main document. Afterwards, me or someone else can pick up the task of creating multi-select fields that can be parsed.

Edited by Matt Brevetti

Merge request reports