sartography / spiff-arena

SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams
https://www.spiffworkflow.org/
GNU Lesser General Public License v2.1
73 stars 44 forks source link

Add Data View to Markdown Editor #616

Open calexh-sar opened 1 year ago

calexh-sar commented 1 year ago

Similar to the Web Form Editor, add a Data View tab so simulated Task Data can be added and the resulting Markdown view can show what will actually be displayed.

jasquat commented 11 months ago

Note: the difficulty here is that with the markdown editor, the task data is interpolated by jinja on the backend. This differs from the web form editor in that the rjsf component we use handles the data values.

madhurrya commented 2 months ago

@calexh-sar are we going to keep this?