Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
Primary mentor | Daniel Kayiwa |
Backup mentor | Herbert Yiga |
Assigned to | TBD |
This project is part of [ARCHIVED] GSOC 2021: Modernizing Administration functions for OpenMRS
Porting administration functions for managing system settings and modules within OpenMRS to OpenMRS 3.0: A Frontend Framework. This project focuses on global properties, scheduler settings, and module management.
The primary goal of this project is to creating working micro frontend module(s) for these administration functions that can plug into the Administration Dashboard, meaning these functions will be expected to be developed using the best practices defined by the OpenMRS 3.0 Frontend Framework (Carbon Design, React/TypeScript) and register with the administration dashboard (mechanism to be determined), providing a title and a React component to render the administration function(s). The dashboard project will be responsible for organizing available administration functions, overall screen layout, and navigation between administration functions.
This project may include writing Java code to extend the REST Module to create needed REST endpoints. Those functions that have been implemented as Open Web Apps (OWAs) likely have the necessary REST endpoints, but functions that exist only in the legacy UI may not have yet been exposed as REST endpoints. The REST of Administration project can help in filling these gaps.
"OWA" refers to Mozilla's Open Web Apps (OWA), a legacy standard from 2010 that existed before frontend frameworks like React, Angular, Vue, etc. were popular. In the early 2010s, OWAs were an attempt in the OpenMRS community to use a standard to create client-side applications. OWAs are not recommended for new development; new development is encouraged to adopt conventions of the new Frontend Framework.
Below are the administration functions to be recreated in the new frontend framework. Examples of existing versions of each functions (in the Reference Application, as an OWA, or in the Legacy UI of OpenMRS 1.x) are provided for reference.
Provides the functions to manage scheduled (background) processes within OpenMRS. Implemented in System Administration > Manage Scheduler as well as within the Advanced Administration pages.
Manage Scheduler | List/search, add, edit, start, stop, run, and delete scheduled tasks.
|
Provides some key miscellaneous administration functions for OpenMRS, including access to fundamental configuration settings.
System Information | Display system information
|
Settings | Allow view and editing of global properties organized by module OWA implementation in Reference Application System Administration
|
View Server Log | Show server log entries
|
View Database Changes | Show database changes (liquibase log)
|
View Logged In Users | Show a list of logged in users
|
Search Index | Provide a button for an administrator to rebuild their search indexes
|
Provides functions to install, start & stop, configure, and remove OpenMRS modules. Implemented in System Administration > Manage Modules as well as within the Advanced Administration pages. These features should respect the runtime setting module.allow_upload=false
to disable module management from the web interface.
Manage Modules* | List/search, install, start, stop, and remove modules.
|
Module Properties | Location of modules and whether or not they can be uploaded.
|