psych-ds / psychds-validator

Validator tools for the psych-DS specification
0 stars 1 forks source link

Basic web app to serve the validator function online #20

Open bleonar5 opened 7 months ago

bleonar5 commented 7 months ago

TL;DR

Once the node.js validator is ready and complete, we will need to set up a basic web app that can import the validator using browserify. It will be a single static webpage with minimal UI elements. The stated plan is to use a react-based node application, but even that may be more bells and whistles than we need. Eventually, the decision will either come down to some notion of either simplicity or parity with existing system elements.

possible extensions of this include:

Logistical details like domain acquisition, hosting, etc will need to be worked out later on.