roundtableAI / roundtable-js

Open-source research-grade programmatic survey software
https://surveys.roundtable.ai
Apache License 2.0
259 stars 6 forks source link

Remove HTML dependencies in core library #3

Closed timshell closed 3 months ago

timshell commented 4 months ago

Many of the render() functions in the core library try to find HTML in the index.html page. Is this a best practice? I assume not. If there's a way to refactor where we don't have HTML (or at least limited HTML) in the core library, I assume that's better