You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If yes, consider whether it should be "production-ized" (i.e. running specific tagged versions instead of main, pointing to the prod nmdc-server API, etc).
If no, decommission it while keeping the /.well-known files intact.
The text was updated successfully, but these errors were encountered:
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:
main
, pointing to the prodnmdc-server
API, etc)./.well-known
files intact.The text was updated successfully, but these errors were encountered: