Skip to content

Issue 266: Guest Registration

Richard Kim requested to merge issue_266 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_266

Related Issues

This merge closes the issue of adding a UI to the first form fragment for guest registration. So this closes issue 270.

Description

This merge will allow us to use a UI for the first part of registering for a guest and we can start testing from here, such as sending user information to a database.

Steps to Test

(List the steps needed to test this merge request here using bullets, for ex:)

  1. Test to see if the user data is sent to a database
  2. Make sure that the user has to enter everything before moving on to the second fragment
  3. Test to see if the user already registered before

Relevant Screenshots

(Post any relevant screenshots here.)

Relevant Logs

(Paste any relevant logs here.)

Developer Notes

(List any notes you have about what you did here using bullets, for ex:)

-Added a UI to first fragment for guest registration -Created a Bundle to hold the user information to send to other fragments

Edited by Richard Kim

Merge request reports