e-picsa / picsa-apps

Monorepo for building tools to support E-PICSA Apps
https://picsa.app
GNU General Public License v3.0
5 stars 1 forks source link

feat(dashboard) - Monitoring summary #218

Closed chrismclarke closed 4 months ago

chrismclarke commented 5 months ago

Is your feature request related to a problem? Please describe. We want to make it easier for administrators to manage monitoring forms. In the short term this will just be read-only access to lists of forms and submissions (will later look at ways to add new forms)

Describe the solution you'd like

Form summary

Form submissions

Additional context 1) A new picsa-data-table component has been added to make it easier to generate simple data tables (uses mat-table but less boilerplate code required). This can be imported into any page, and should be used to create the UI tables instead of manually creating new mat-tables.

2) The easiest way to generate seed data for monitoring_tool_submissions is to run the app locally, fill in a form and submit. It should automatically sync to the local supabase db.

image

image