Skip to content

Added methods to GuestRegistryHelper.java class to retrieve the total number...

Joshua Schwamb requested to merge issue_332_UI_creation into issue_329_reports_ui

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_332_UI_creation

Related Issues

Created the basic UI for the reports feature from issue 329

Description

The new fragments for the UI will be added to the main issue branch, where the previously written methods can be implemented into the UI.

Steps to Test

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

  1. Click "Guest Forms" button
  2. Click "Guest Visit Reports (Local Database) Button
  3. This will take you to the newly created User Reports Activity, with all the (very basic) UI fragments.

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

  • The methods that have been added to the various database helper classes still need to be implemented in these fragments.
  • This is a VERY basic UI to get everything up and working. It should be cleaned up at some point to look nicer and match the aesthetic of the rest of the app.

Merge request reports