-
Notifications
You must be signed in to change notification settings - Fork 1
Programs List Should Be Dynamically Loaded from JSON #3
Copy link
Copy link
Open
Description
Currently, the “Programs” filter section is hardcoded in the frontend. This causes maintenance issues and prevents automatic updates when new programs are added in the system.
As seen in the screenshot below, the program list (10 Bed ICU, Kerala Care, Palliative NGO, HMIS) should not be manually defined in the UI.
Instead, the programs list must be fetched from the JSON configuration file (e.g., the programs metadata API / configuration JSON).
Expected Behavior
- Programs list should be populated dynamically from JSON data
- Program name, color, and counts must be displayed based on the dynamic data received
- UI should automatically update when new programs are added to configuration

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels