e-picsa / picsa-apps

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

Feat(server) Add supabase testing backend #133

Closed chrismclarke closed 1 year ago

chrismclarke commented 1 year ago

Description

Whilst attempting to find a way to sync local monitoring tool forms to kobocollect as part of #132, it became apparent that this would not be possible directly from the app, and instead we would need to add an additional server api to handle communication between the app and kobo

We have some development infrastructure in place for running a backend server based on Parse Platform, however it does not work well for our use case and is better replaced by Supabase

This PR adds support for Supabase as a backend and creates

Next Steps

Discussion

As this work is mostly technical there is not much to discuss, however a few things to generally be aware of:

Preview

Link to app preview if relevant https://picsa.app

Screenshots / Videos

Example submitted form stored on local server db and synced to kobo toolbox image