Examples for OpenMRS OWA

Hi I am exploring the openmrs Open WebApps module. So far, all the examples show how to add the UI layer using frameworks like AngularJS, but holistically, I thought we can create a complete module with UI+Backend logic(what is currently done in an OMOD). Am I correct in making that assumption. If so, can somebody point me to an example. Thank you.

1 Like

OWAs are supposed to be frontend only, but if you need backend functionality that isn’t available via REST, then you may have to implemented a backend module as well. The best example right now is the Concept Dictionary OWA.

See also the Yeoman Generator, wiki page and proposed workflows by myself and @darius.

All of this is still pretty new, so any and all feedback (and PRs) welcome :slight_smile:.

2 Likes