Skip to content

implemented methods for regReportFragment

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_329_reports_implements_query_methods

Related Issues

Issue #329 (closed)

Description

The User Forms section now has a third button for retrieving aggregate information from the GuestDB and QuestionareDB.

Steps to Test

  1. Click the "user forms" button
  2. Click the "Guest Visit Reports (Local Database) button
  3. Click the "User Registration Report" button to check aggregated data from the GuestDB.
  4. Click the "Inserting dummy data into questdb" button only once to ensure there is dummy data in the QuestionareDB to test.
  5. Click the "User check-in report" button to see aggregated data from the QuestinareDB.
  6. Choose a month for the app to check
  7. Choose an age group to see aggregated data filtered by age group
  8. Enter an ID to see aggregated data filtered to a specific person

Relevant Screenshots

(Post any relevant screenshots here.)

Relevant Logs

(Paste any relevant logs here.)

Developer Notes

  • The button "Download Data" needs to implement a way to download a file to your device containing all the aggregate data.
Edited by Joshua Schwamb

Merge request reports