How to Contribute
- Check the Developer's Guide: Use our Developer's Guide to get started. Look for answers there.
Auibutton |
---|
icon | info |
---|
title | Dev Guide |
---|
type | primary |
---|
url | https://openmrs.github.io/openmrs-esm-core/#/ |
---|
target | true |
---|
|
If you are still unsure about a question, double check the short videos in the Dev Tutorials, and make sure you're familiar with the MF Tooling tutorial and the MF Extensions Tutorial. If you are still stuck after double-checking the Dev Guide for answers, ask our squad in the #microfrontends. - Introduce Yourself: Come say hello on our Slack channel (listed above).
- Find Intro Tickets: Intro tickets you can use to start contributing are available here:
Auibutton |
---|
custom-icon | checkbox |
---|
icon | custom |
---|
title | Open Issues to Get Started |
---|
type | primary |
---|
url | https://issues.openmrs.org/secure/Dashboard.jspa?selectPageId=15950 |
---|
|
This dashboard shows the latest Intro and Non-Intro tickets that need to be taken on to support the MicroFrontend work. This also shows the different features (via Epics) that are currently underway. - Note: To view the designs in detail, you'll need an invite to our Zeplin account. Ask Grace Potma& Eric Achillah for help - @grace & @Eric on Slack. Make sure you also review our short How to Use Zeplin video.
- Please assign tickets to yourself before starting work. This helps avoid confusion and accidental duplication of work. Double-check the ticket's Epic for other related work before working on things outside the described scope of the ticket - you may accidentally be replicating a feature someone else is already working on.
- Please only take 1-2 tickets at a time. This helps you to focus on getting 1-2 things done at a time. If you assign yourself to multiple tickets, this prevents others from working on them, so please be considerate of others and only pick up 1-2 tasks at a time. When those are done, you can assign yourself another 1-2 other tasks. If you have submitted your PR for 2 tickets and are still waiting for feedback, it is okay to pick up another ticket, so long as you promptly respond to the feedback on your original tickets so that work can be merged promptly.
- Meet Us! Come to a weekly squad call to learn more about what we do and get hands-on experience.
- Sprints: Become part of our regular sprints. This will happen naturally as you join our calls, though you don't need to join all calls in order to participate. Here is our active board. We use epics to break down features and widgets, and we typically work in 3-week sprints.
Auibutton |
---|
custom-icon | board |
---|
icon | custom |
---|
title | Active Sprint Board |
---|
type | standard |
---|
url | https://om.rs/mfboard |
---|
target | true |
---|
|
Auibutton |
---|
custom-icon | backlog |
---|
icon | custom |
---|
title | Squad Backlog & Sprints |
---|
type | standard |
---|
url | https://issues.openmrs.org/secure/RapidBoard.jspa?rapidView=231&view=planning.nodetail&epics=visible&issueLimit=100 |
---|
target | true |
---|
|
More Information
Background Color |
---|
(1) Plug & Play Architecture: The frontend stack we're building on using Micro FrontendsGoal: Frontend architecture designed for extensible and configurable apps and widgets. |
What are Microfrontends? Microfrontends are in-browser javascript modules (ESMs) that provide application UI. They make it possible to have extensible, configurable and independently deployable frontend features. It means you can get your frontend live and updated fast.
Our MF Framework is Single-SPA: We chose to use single-spa, the most popular microfrontends framework, as the basis upon which to build this new frontend architecture.
Our MF Tech Stack: Primarily React, HTML and CSS, but it's not unfeasible that one could choose to develop in a JavaScript framework of their choosing - that's the whole premise behind microfrontends after all.
Background Color |
---|
color | yellowRepositories You Should Know About
Frontend 3.0 uses a framework called esm-framework
, which is housed in openmrs-esm-core, along with the app shell and tooling. Distributions will use these core modules and package a number of Microfrontends which are built on them. The reference application is made up of all the microfrontends found in the following repositories:
Special mention for openmrs-rfc-frontend which is a git repo that facilitates a democratic process where folks can propose changes to the frontend implementation via RFCs (Request For Comments). Please read, for example, the Contributing Guidelines for Microfrontends, which were established with RFC #20.
Auibutton |
---|
icon | configure |
---|
title | GitHub: esm-core |
---|
type | primary |
---|
url | https://github.com/openmrs/openmrs-esm-core |
---|
target | true |
---|
|
Auibutton |
---|
icon | info |
---|
title | Dev Guide |
---|
type | primary |
---|
url | https://github.com/openmrs/openmrs-esm-core/tree/master/docs |
---|
target | true |
---|
|
Auibutton |
---|
custom-icon | video-filled |
---|
icon | custom |
---|
title | Tutorial |
---|
type | primary |
---|
url | https://www.youtube.com/watch?v=KDC8DwPWwjc&ab_channel=FlorianRappl |
---|
target | true |
---|
|
Background Color |
---|
(2) Implementer Tooling: Tooling we're building to make MFE easier for implementers to configureGoal: Enable both developers and non-developers to easily configure their distribution, and re-use that configuration rapidly. |
Auibutton |
---|
custom-icon | video-filled |
---|
icon | custom |
---|
title | Demo |
---|
type | primary |
---|
url | https://www.youtube.com/watch?v=xhtVoNnZoec&list=PL5jj7JoBifSnuNkGytL6m4IQ2OuV9lbq1&index=7&ab_channel=OpenMRS |
---|
target | true |
---|
|
Auibutton |
---|
icon | configure |
---|
title | Implementer Tool App on GitHub |
---|
type | primary |
---|
url | https://github.com/openmrs/openmrs-esm-core/tree/master/packages/esm-implementer-tools-app |
---|
target | true |
---|
|
openmrs-esm-implementer-tools-app is an in-browser javascript module provides a UI for viewing and editing configurations, and viewing other administrative information about the frontend application. It is part of the Extension System. Auibutton |
---|
icon | configure |
---|
title | Implementer Config Library on GitHub |
---|
type | primary |
---|
url | https://github.com/openmrs/openmrs-esm-core/tree/master/packages/esm-config |
---|
target | true |
---|
|
This is the configuration library for OpenMRS Microfrontends. It makes configurability easier for developers and configuring easier for implementers.
Background Color |
---|
(3) Building a Friendly, Modern UX in RefApp v3.0Goal: Create a better means for building out a shared UI. Modernizing the entire RefApp frontend, using Carbon Design System for UI consistency and faster dev value. Our OpenMRS Reference Application needs to become a Point of Care application, that’s modern, friendly, and works well on tablets.
|
We are working on a re-design of the patient chart, starting with end-to-end support for HIV Outpatient Workflows.
We're currently in the process of implementing new designs that leverage the carbon design system for our reference application. (More on why we chose carbon here).
We're not starting from scratch though. Rather, we're migrating from an old set of designs (and an old style guide) to the new designs (and now migrating to use Carbon Design System as well - not all the Carbonizing work is done). As such, it should not be unexpected that gaps will be found in documentation, incomplete implementations, broken functionality and so on as we move to get everything back in order.
Designs:
Auibutton |
---|
custom-icon | new-edit |
---|
icon | time |
---|
title | Designs in Progress |
---|
type | primary |
---|
url | https://www.sketch.com/s/1dd7e0f7-b96b-4586-846c-5c352fc954e3 |
---|
target | true |
---|
|
Auibutton |
---|
custom-icon | new-edit |
---|
icon | custom |
---|
title | Designs Ready for Development |
---|
type | primary |
---|
url | https://app.zeplin.io/project/5f7223cfda10f94d67cec6d0 |
---|
target | true |
---|
|
Our Design System:
Auibutton |
---|
icon | info |
---|
title | Carbon Design System |
---|
type | primary |
---|
url | https://www.carbondesignsystem.com/components/overview |
---|
target | true |
---|
|
Auibutton |
---|
icon | info |
---|
title | Rationale for Carbon |
---|
type | primary |
---|
url | https://wiki.openmrs.org/pages/viewpage.action?pageId=235277496 |
---|
target | true |
---|
|
Our Simple Style Guide for reference:
Auibutton |
---|
custom-icon | camera |
---|
icon | custom |
---|
title | Styleguide (Re-useable Styled Components) |
---|
type | standard |
---|
url | https://app.zeplin.io/project/5f7223cfda10f94d67cec6d0/styleguide/components |
---|
target | true |
---|
|
Auibutton |
---|
custom-icon | video-filled |
---|
icon | custom |
---|
title | How to Use Zeplin in Dev Work |
---|
type | primary |
---|
url | https://youtu.be/SjluEGDH4LU |
---|
target | true |
---|
|
Meet the Members
Finally, member information. This will include the project’s leaders, or any other noteworthy members, sorted by their role and given contact information. It is important to maintain a distinction between teams and squads. All contact tables should be conveyed using the same format. Currently being used is this table below. The left column indicates the different positions, and the corresponding right columns will list the tags of all active members holding those positions.
Project Owners
| | AMPATH |
| OpenMRS |
| Mekom Solutions |
| Regenstrief Institute |
UX Design | Ciarán Duffy, Paul Adams | Sonder Design & AMPATH |
Software Architecture | | Smapiot & Mekom Solutions |
| PIH |
Developers, DevOps, QA, BA | Dennis Kigen (Unlicensed) Donald Kibet | AMPATH |
| OpenMRS |
Romain Buisson | Mekom Solutions |
Nikita Malyschkin | Smapiot & Mekom Solutions |
| UCSF |
| PIH |
| BA/Clinical Feedback |
| Brown, Backend & FHIR Support |
Bett Kipchumba | AMPATH, Backend & FHIR Support |