Recent work has enabled the Fast-Data-Entry (FDE) app to support the react-form-engine. This improvement, however, introduces a limitation: FDE currently cannot render HTML Forms, which are still widely used by PIH, as these forms are not JSON-based.
I am exploring the possibility of further enhancing FDE so that it can support HTML Forms as well. My goal is to allow implementations that rely on legacy HTML Forms (likely within O2) to run Fast-Data-Entry in O2 in a manner similar to how modules like the Ward App are integrated.
My current blocker is that I have been unable to set up a development environment that allows me to run an O2 version of the Reference Application and concurrently run an O3 module (in this case, FDE) within O2.
I would greatly appreciate guidance, hints, or references to resources for:
Setting up an O2 development environment capable of hosting O3 modules
Running FDE or similar O3 modules within O2
Thank you in advance for any assistance or pointers.
FWIW, I don’t think HFE is a great fit for FDE. Some of the functionality relies on being able to post-populate specific data into the form. With HFE, this is very likely to be a biggish lift.