-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/EyeSeeTea/user-extended-a…
…pp-blessed * 'master' of https://github.com/EyeSeeTea/user-extended-app-blessed: Update README.md # Conflicts: # README.md
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 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 |
---|---|---|
|
@@ -10,6 +10,12 @@ You can find a detailed user and developer guide [at the wiki](https://github.co | |
|
||
For more links, see the [User-Extended App website](https://eyeseetea.github.io/user-extended-app-blessed/) | ||
|
||
### About & Sponsorships | ||
|
||
User-Extended App development is sustainable thanks to the partners for which we build customized DHIS2 solutions. It has been funded by the Norwegian Refugee Council, the WHO Global Malaria Programme, Samaritan’s Purse and Medecins Sans Frontières to support countries in strengthening the collection and use of health data through DHIS2. Also, the WHO Integrated Data Platform (WIDP), where several WHO departments and units share a dedicated hosting and maintenance provided by EyeSeeTea, back some specific new features. The Long Term Agreement EyeSeeTea holds with WHO for this maintenance includes maintenance of this application, ensuring that it will always work at least with the last version of WIDP. We are passionate about both DHIS2 and open source, so giving back to the community through dedicated open-source development is and will always be part of EyeSeeTea’s commitment. | ||
|
||
You can also [support our work through a one-time contribution or becoming a regular github sponsor](https://github.com/sponsors/EyeSeeTea) | ||
|
||
## Feedback | ||
|
||
We’d like to hear your thoughts on the app in general, improvements, new features or any of the technologies being used. Just drop as a line at [email protected] and let us know! If you prefer, you can also [create a new issue](https://github.com/EyeSeeTea/user-extended-app-blessed/issues) on our GitHub repository. Note that you will have to register and be logged in to GitHub to create a new issue. | ||
|
@@ -78,7 +84,7 @@ $ yarn build | |
### Structure | ||
|
||
- `i18n/`: Contains literal translations (gettext format) | ||
- `public/`: Main app folder with a `index.html`, exposes the APP. | ||
- `public/`: Main app folder with a `index.html`, exposes the APP, contains the feedback-tool. | ||
- `src/pages`: Main React components. | ||
- `src/domain`: Domain layer of the app (clean architecture) | ||
- `src/data`: Data of the app (clean architecture) | ||
|
@@ -102,8 +108,5 @@ The file `src/contexts/app-context.ts` holds some general context so typical inf | |
|
||
Check the example script, entry `"script-example"`in `package.json`->scripts and `src/scripts/example.ts`. | ||
|
||
### About & Sponsorships | ||
|
||
User-Extended App development is sustainable thanks to the partners for which we build customized DHIS2 solutions. It has been funded by the Norwegian Refugee Council, the WHO Global Malaria Programme, Samaritan’s Purse and Medecins Sans Frontières to support countries in strengthening the collection and use of health data through DHIS2. Also, the WHO Integrated Data Platform (WIDP), where several WHO departments and units share a dedicated hosting and maintenance provided by EyeSeeTea, back some specific new features. The Long Term Agreement EyeSeeTea holds with WHO for this maintenance includes maintenance of this application, ensuring that it will always work at least with the last version of WIDP. We are passionate about both DHIS2 and open source, so giving back to the community through dedicated open-source development is and will always be part of EyeSeeTea’s commitment. | ||
|
||
You can also [support our work through a one-time contribution or becoming a regular github sponsor](https://github.com/sponsors/EyeSeeTea) |