Skip to content

Adding the UI and Class for Guest Notifications

Allison Beers requested to merge nest_branch 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

nest_branch

Related Issues

(List any related issues here or any issues this closes here.)

Description

  • This merge request adds a button in the Future Efforts activity layout.
  • In the Future Efforts Class the Guest Notification button will be added to the onClick method's switch case.
  • A method called launchGuestNotification will also be added in the Future Efforts class that launches the Guest Notification activity when the guest notification button is clicked.
  • Guest Notification Class that creates the guest notification activity
  • Guest Notification activity/UI will be added as well.

Steps to Test

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

  1. Open the NEST app
  2. Navigate to the Future Efforts activity by clicking the Future Efforts Button.
  3. Navigate to the Guest Notification activity by clicking the Guest Notifications Button

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:)

  • Note 1
  • Note 2
  • Note 3
Edited by Allison Beers

Merge request reports