Skip to content

Commit

Permalink
Merge branch 'develop' into MAT-7896-update-github-actions-to-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhi-desai authored Dec 3, 2024
2 parents 7eb2b30 + 34c1181 commit c854ecf
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 68 deletions.
1 change: 0 additions & 1 deletion local-dev-env/hosted-importmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"@madie/madie-editor": "//localhost:8501/madie-madie-editor.js",
"@madie/madie-auth": "//localhost:8502/madie-madie-auth.js",
"@madie/madie-measure": "//localhost:8505/madie-madie-measure.js",
"@madie/madie-patient": "//localhost:8507/madie-madie-patient.js",
"@madie/madie-cql-library": "//localhots:8507/madie-madie-cql-library.js",
"@madie/madie-util": "//localhost:8508/madie-madie-util.js",
"rxjs": "https://unpkg.com/@esm-bundle/rxjs/system/rxjs.min.js",
Expand Down
1 change: 0 additions & 1 deletion local-dev-env/importmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"@madie/madie-editor": "//localhost:8501/madie-madie-editor.js",
"@madie/madie-auth": "//localhost:8502/madie-madie-auth.js",
"@madie/madie-measure": "//localhost:8505/madie-madie-measure.js",
"@madie/madie-patient": "//localhost:8506/madie-madie-patient.js",
"@madie/madie-cql-library": "//localhost:8507/madie-madie-cql-library.js",
"@madie/madie-util": "//localhost:8508/madie-madie-util.js",
"rxjs": "https://unpkg.com/@esm-bundle/rxjs/system/rxjs.min.js",
Expand Down
4 changes: 3 additions & 1 deletion local-dev-env/serviceConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@
"features": {
"CQLBuilderIncludes": false,
"CQLBuilderParameters": false,
"CQLBuilderFunctions": false,
"qiCore6": false,
"qiCoreElementsTab": true,
"qiCoreBonnieTestCases": false,
"qdmHideJson": false,
"enableQdmRepeatTransfer": false,
"CQLBuilderDefinitions": true,
"TestCaseListSearch": true,
"TestCaseID": false
"TestCaseID": false,
"MeasureButtons": true
}
}
30 changes: 17 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@
You need to enable JavaScript to run this app.
</noscript>
<main id="main"></main>

<div id="application-registry" style="display:none;">
<div id="madie-editor"></div>
<div id="madie-auth"></div>
<div id="madie-patient"></div>
<div id="madie-cql-library"></div>
</div>
<script>
Expand Down
2 changes: 0 additions & 2 deletions src/madie-root-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ import layoutConfig from "./layout-config";
import editorConfig from "./editor-config";
import authConfig from "./auth-config";
import measureConfig from "./measure-config";
import patientConfig from "./patient-config";
import cqllibraryConfig from "./cql-library-config";

registerApplication<ApplicationProps>(layoutConfig);
registerApplication<ApplicationProps>(editorConfig);
registerApplication<ApplicationProps>(authConfig);
registerApplication<ApplicationProps>(measureConfig);
registerApplication<ApplicationProps>(patientConfig);
registerApplication<ApplicationProps>(cqllibraryConfig);

start({
Expand Down
35 changes: 0 additions & 35 deletions src/patient-config.test.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/patient-config.ts

This file was deleted.

0 comments on commit c854ecf

Please sign in to comment.