Skip to content

[Feature] Adapt acro to be ontology-driven #350

@jim-smith

Description

@jim-smith

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

  1. 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?
  2. those get read into acro as python dictionaries on startup
  3. 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
.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions