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.json when the user calls acro.finalise()
Describe alternatives you've considered
.
Additional context
.
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
results.jsonwhen the user callsacro.finalise()Describe alternatives you've considered
.
Additional context
.