Health-Informatics-UoN / carrot-mapper

Convenient and Reusable Rapid Omop Transformer.
https://carrot.ac.uk
MIT License
14 stars 4 forks source link

Carrot Rules Diagram #867

Open AndyRae opened 2 months ago

AndyRae commented 2 months ago

This probably needs completely rethinking.

It was clearly created with small sets of rules in mind, but the current implementation is a liability for any normal amount of rules. It creates long running calls that can crash the application.

So, what?

We should definitely add filtering of some level, whether source, domain etc. Maybe this should be dynamic, so the DAG is built in Javascript from data, rather than currently by Django/Python queries.

https://github.com/erikbrinkman/d3-dag

Relevant: #757

AndyRae commented 5 days ago

We are trying to visualise "What is going where?", "In the right place?"

AndyRae commented 5 days ago

Could we use a Sankey diagram to visualise mappings instead, with a "table" filter to configure. But for only the mappings, not the person_id, date columns are relevant.