Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…pp-blessed

* 'master' of https://github.com/EyeSeeTea/user-extended-app-blessed:
  Update README.md

# Conflicts:
#	README.md
  • Loading branch information
MiquelAdell committed May 24, 2024
2 parents f8d9006 + 1324954 commit e4d5ee1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 community@eyeseetea.com 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.
Expand Down Expand Up @@ -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)
Expand All @@ -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)

0 comments on commit e4d5ee1

Please sign in to comment.