@epcare/esm-report-builder 0.1.1-pre.19 → 0.1.1-pre.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -0
- package/dist/698.js +1 -1
- package/dist/698.js.map +1 -1
- package/dist/openmrs-esm-report-builder.js.buildmanifest.json +3 -3
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/components/indicators/create-base-indicator-modal.component.tsx +1 -0
- package/src/components/indicators/sections/indicator-conditions.section.tsx +39 -1
- package/src/components/indicators/utils/indicator-sql.utils.ts +33 -0
package/README.md
CHANGED
|
@@ -6,6 +6,18 @@
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## 📚 Documentation
|
|
10
|
+
|
|
11
|
+
| Document | Description | Audience |
|
|
12
|
+
|----------|-------------|----------|
|
|
13
|
+
| **[User Manual](USER_MANUAL.md)** | Complete guide for end users on using the application | Implementers, Report Developers |
|
|
14
|
+
| **[Technical Documentation](DOCUMENTATION.md)** | Architecture, API, and integration details | Developers, Technical Staff |
|
|
15
|
+
| **[Quick Reference](QUICK_REFERENCE.md)** | Quick lookup for routes, endpoints, and common patterns | All Users |
|
|
16
|
+
| **[Backend Support](BACKEND_SUPPORT_ANALYSIS.md)** | Backend API dependencies and requirements | Developers |
|
|
17
|
+
| **[Endpoint Migration](ENDPOINT_MIGRATION_SUMMARY.md)** | API migration details and status | Developers |
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
9
21
|
## Overview
|
|
10
22
|
|
|
11
23
|
The **OpenMRS ESM Report Builder** is an OpenMRS 3 frontend microfrontend (ESM) for **designing, managing, and structuring health reports** used in national and facility-level reporting.
|
|
@@ -312,6 +324,13 @@ Mozilla Public License 2.0 (MPL-2.0)
|
|
|
312
324
|
|
|
313
325
|
---
|
|
314
326
|
|
|
327
|
+
## Documentation
|
|
328
|
+
|
|
329
|
+
For detailed documentation, see:
|
|
330
|
+
- **[User Manual](USER_MANUAL.md)** - How to use the Report Builder
|
|
331
|
+
- **[Technical Documentation](DOCUMENTATION.md)** - Architecture and implementation details
|
|
332
|
+
- **[Quick Reference](QUICK_REFERENCE.md)** - Quick lookup for common tasks
|
|
333
|
+
|
|
315
334
|
## Acknowledgements
|
|
316
335
|
|
|
317
336
|
This work builds on the OpenMRS 3 microfrontend platform and reflects implementation needs around structured health reporting, indicator management, and reporting governance within UgandaEMR and the wider OpenMRS ecosystem.
|