arkhn / fhir-river

Live ETL pipeline to standardize Health Data into FHIR.
Apache License 2.0
42 stars 4 forks source link

[Refacto] Export SqlInput creation logic out of AttributeInputGroup component #644

Open BPierrick opened 3 years ago

BPierrick commented 3 years ago

Problem

By following the useSqlInput & useColumn resource handling design, we should export the SqlInput creation logic out of AttributeInputGroup and include it in the SqlInput component.

AttributeInputGroup should then handle SqlInput list the same way Conditions are handled.