-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
We should start making a branch that where the behaviour is driven by the ontology rather than being hard-coded
Describe the solution you'd like
- Generate series of dictionaries from the ontology. (this is a one-off task rather than being done for each acro session) and stop as json?
- those get read into acro as python dictionaries on startup
- when an acro method that produces a query is called, the tests et that need ot be run are driven by those dictionaries, and the appropriate statements are written into the summary that gets written to
results.jsonwhen the user callsacro.finalise()
Describe alternatives you've considered
.
Additional context
.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request