https://github.com/openmrs/openmrs-module-adminui
Administration tools for OpenMRS Reference Application
https://github.com/openmrs/openmrs-module-adminui
Last synced: 6 months ago
JSON representation
Administration tools for OpenMRS Reference Application
- Host: GitHub
- URL: https://github.com/openmrs/openmrs-module-adminui
- Owner: openmrs
- Created: 2014-06-13T19:18:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T14:14:30.000Z (about 2 years ago)
- Last Synced: 2024-04-08T09:11:08.004Z (almost 2 years ago)
- Language: Groovy
- Size: 1.83 MB
- Stars: 4
- Watchers: 80
- Forks: 59
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
[](https://travis-ci.org/openmrs/openmrs-module-adminui)
Admin UI Module
================
Administration tools for the OpenMRS Reference Application.
It is written using the new [UI framework](https://wiki.openmrs.org/x/0wAJAg), some pages
are written with the Groovy Server Page technology being backed up by controllers while other pages are written using
angular and communicating with the server via the REST API provided by the web services module.
The project tree is set up as follows:
api
Java and resource files for building the java api jar file. It also contains the message
resource bundles files for translation and the moduleApplicationContext.xml file
omod
Files for the web layer reside in this directory like GSPs, html, Css, Javascript files etc.
It also contains the apps, extensions, config.xml and the webModuleApplicationContext.xml file.
pom.xml
The main maven file used to build and package the .omod file