microbiomedata / nmdc-field-notes

Mobile app for metadata collection on the go
https://fieldnotes.microbiomedata.org/
Other
1 stars 0 forks source link

Consider whether the web version on GitHub Pages is necessary #167

Open pkalita-lbl opened 3 months ago

pkalita-lbl commented 3 months ago

Currently we have a web version of the app hosted by GitHub Pages and accessible at https://fieldnotes.microbiomedata.org/. This was primarily useful to demonstrate work to non-developers before we were able to build and deploy native versions of the app. Now that we can build and distribute native builds, there might not be much of a need for the deployed web version anymore.

One important caveat is that the static files hosted under the /.well-known directory need to continue to be available there. However, that doesn't mean we need to deploy the full app. Nor does it mean we need to even continue to use GitHub Pages to host those files if there is a better option.

So the tasks here are:

pkalita-lbl commented 3 months ago

See also: https://github.com/microbiomedata/nmdc-field-notes/issues/166