We have a new tool in findingmodel where we can use the model editor in either a natural langauge mode (where the user types some basic instructions about how to update a model definition) or a more involved Mardkown-edit mode, where the user takes a Markdown rendering of a finding model definition and makes edits to it, which can then be reflected back in the underlying JSON definition.
The idea of this is to create an edited version of a finding model--a different kind of draft, one tied to an existing definition in the database.
Requirements
Things to figure out
We have a new tool in
findingmodelwhere we can use the model editor in either a natural langauge mode (where the user types some basic instructions about how to update a model definition) or a more involved Mardkown-edit mode, where the user takes a Markdown rendering of a finding model definition and makes edits to it, which can then be reflected back in the underlying JSON definition.The idea of this is to create an edited version of a finding model--a different kind of draft, one tied to an existing definition in the database.
Requirements
Things to figure out
editing_draftclass that we'll need to create/store? (Ongoing log of changes, commands, most recent edited Markdown... what else?)