Health-Informatics-UoN / Carrot-Mapper

Carrot: Convenient And Reusable Rapid Omop Transformer.
https://carrot4omop.ac.uk
MIT License
12 stars 3 forks source link

Fix magic numbers #652

Closed AndyRae closed 3 months ago

AndyRae commented 3 months ago

Changes

Fixes the hardcoded django content_type ids used in the backend, client, and workers.

This enables the app to be deployed fully working.

The approach has been to make the backend to be responsible for the content_type, and not trust the client, in two ways:

Closes #637 Closes #641

Large diffs in the Javascript are Prettier working away.

Checks

Important: please complete these before merging.