Skip to content

Resolve "Future efforts page updates"

Anthony D requested to merge 454-future-efforts-page-updates 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

454-future-efforts-page-updates

Related Issues

Closes #454 (closed)

Description

This merge request successfully closes Issue #454 (closed) via the following:

  • Removal of the buttons related to accessing Guest Registration (Google Sheet) and Guest Visit Check-In (Google Sheet) from the activity_future_efforts.xml layout.
  • Removal of code related to handling button presses for these specific buttons from the relevant files.
  • Removed unused import statements from FutureEfforts.java
  • Removed now unused methods from FutureEfforts.java
  • Updated the debug messaging TAG string with a name that matches the class.

Steps to Test

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

  1. Open the application.
  2. Select "Future Efforts" from the top right in the appbar.
  3. Verify that Guest Registration (Google Sheet) is not present.
  4. Verify that Guest Visit Check-In (Google Sheet) is not present.

Relevant Screenshots

N/A

Relevant Logs

N/A

Developer Notes

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

  • I tracked down usages and references of the relevant buttons across the project, deleting occurrences as necessary.
  • AdminActivity.java and activity_admin.xml use buttons with the same name and similar functionality but, as they were not directly connected to Future Efforts, I decided not to modify these references or files out of caution.

Merge request reports