Skip to content

Display total visitors data from GuestRegistration database and QuestionareSubmissions database

Joshua Schwamb requested to merge issue_329_reports_ui 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_329_reports_ui

Related Issues

Closes #329 (closed) - Issue has been 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 UI needs to be updated to match other parts of the app.
  • The "Download Data" button needs to save a file to the device containing all the aggregated data.
Edited by Joshua Schwamb

Merge request reports