-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore) updates package name and readme (#23)
* (chore) updates package name after migration * Update README.md * adds PR template * clean ups
- Loading branch information
Showing
9 changed files
with
108 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Requirements | ||
|
||
- [ ] This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your PR title includes a [conventional commit](https://o3-dev.docs.openmrs.org/#/getting_started/contributing?id=your-pr-title-should-indicate-the-type-of-change-it-is) label. See existing PR titles for inspiration. | ||
- [ ] My work conforms to the [OpenMRS 3.0 Styleguide](https://om.rs/styleguide) and [design documentation](https://zeroheight.com/23a080e38/p/880723-introduction). | ||
- [ ] My work includes tests or is validated by existing tests. | ||
|
||
## Summary | ||
<!-- Please describe what problems your PR addresses. --> | ||
|
||
## Screenshots | ||
<!-- Required if you are making UI changes. --> | ||
|
||
## Related Issue | ||
<!-- Paste the link to the Jira ticket here if one exists. --> | ||
<!-- https://issues.openmrs.org/browse/O3- --> | ||
|
||
## Other | ||
<!-- Anything not covered above --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,21 @@ | |
A frontend module for managing laboratory requests and queues built on OpenMRS 3.x | ||
|
||
For more information, please refer to the | ||
[OpenMRS 3.x Frontend Documentation](https://openmrs.github.io/openmrs-esm-core/#/). | ||
[OpenMRS 3.x Frontend Documentation](https://o3-docs.openmrs.org/). | ||
|
||
### Dashboard | ||
|
||
<img src="https://raw.githubusercontent.com/openmrs/openmrs-esm-laboratory/chore/updates-package-name/assets/screenshots/labs_general_dashboard.png" /> | ||
|
||
### Adding Results | ||
|
||
<img src="https://raw.githubusercontent.com/openmrs/openmrs-esm-laboratory/chore/updates-package-name/assets/screenshots/labs_enter_results.png" /> | ||
|
||
# Getting Started | ||
|
||
```sh | ||
# Clone the repository | ||
git clone [email protected]:METS-Programme/openmrs-esm-laboratory.git | ||
git clone [email protected]:openmrs/openmrs-esm-laboratory.git | ||
|
||
# to install dependencies | ||
yarn | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters