Skip to content

Commit

Permalink
1. Minor text edits for about page.
Browse files Browse the repository at this point in the history
2. Update version.
  • Loading branch information
ccxzhang committed Nov 11, 2024
1 parent b5cb5f5 commit cf8e1e6
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 46 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dhis2-downloader",
"version": "0.0.1",
"version": "0.2.1",
"description": "DHIS2 Downloader",
"main": "./out/main/index.js",
"author": "globalfinancingfacility.org",
Expand Down
87 changes: 44 additions & 43 deletions src/renderer/src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,54 +65,16 @@ const AboutPage = () => {
to keep or erase history upon logging out.
</p>
</Accordion>
<Accordion title="Accessing Facility">
<Accordion title="Accessing Facility Information">
<p className="mb-4">
Record successful downloads, add notes, and quickly re-download past records. Option
to keep or erase history upon logging out.
The facility table feature offers a list of all health facilities registered in the
DHIS2 system, along with key attributes, which can be exported as a CSV file.
Additionally, the facility map feature allows you to view all facilities with GPS
coordinates in a map format.
</p>
</Accordion>
</AccordionGroup>
</section>

<section className="Resources-info mt-10">
<h2 className="text-2xl font-semibold text-gray-900 mb-4">Additional Resources</h2>
<p>
Learn more about how to use the FASTR DHIS2 Data Downloader by visiting our{' '}
<a
href="https://data.gffportal.org/key-theme-pages/rmncah-n-service-use-monitoring"
target="_blank"
rel="noreferrer"
className="text-blue-500 hover:underline"
>
Training Resources
</a>
.
</p>
<p>
The code is accessible via{' '}
<a
href="https://github.com/worldbank/dhis2-downloader"
target="_blank"
rel="noreferrer"
className="text-blue-500 hover:underline"
>
GitHub
</a>{' '}
under BSD-2 License.
</p>
</section>

<section className="team-info mt-10">
<h2 className="text-2xl font-semibold text-gray-900 mb-4">Our Team</h2>
<p>
The FASTR DHIS2 Data Downloader was developed by the Results and Learning team at the
Global Financing Facility for Women, Children and Adolescents (GFF). The Frequent
Assessments and System Tools for Resilience (FASTR) initiative, aims to enable
rapid-cycle monitoring for strengthening PHC systems and improving RMNCAH-N outcomes
through the timely and high-frequency analysis and use of data.
</p>
</section>

<section className="faq-info mt-10">
<h2 className="text-2xl font-semibold text-gray-900 mb-4">
Frequently Asked Questions (FAQ)
Expand Down Expand Up @@ -187,6 +149,45 @@ const AboutPage = () => {
</AccordionGroup>
</section>

<section className="Resources-info mt-10">
<h2 className="text-2xl font-semibold text-gray-900 mb-4">Additional Resources</h2>
<p>
Learn more about how to use the FASTR DHIS2 Data Downloader by visiting our{' '}
<a
href="https://data.gffportal.org/key-theme-pages/rmncah-n-service-use-monitoring"
target="_blank"
rel="noreferrer"
className="text-blue-500 hover:underline"
>
Training Resources
</a>
.
</p>
<p>
The code is accessible via{' '}
<a
href="https://github.com/worldbank/dhis2-downloader"
target="_blank"
rel="noreferrer"
className="text-blue-500 hover:underline"
>
GitHub
</a>{' '}
under BSD-2 License.
</p>
</section>

<section className="team-info mt-10">
<h2 className="text-2xl font-semibold text-gray-900 mb-4">Our Team</h2>
<p>
The FASTR DHIS2 Data Downloader was developed by the Results and Learning team at the
Global Financing Facility for Women, Children and Adolescents (GFF). The Frequent
Assessments and System Tools for Resilience (FASTR) initiative, aims to enable
rapid-cycle monitoring for strengthening PHC systems and improving RMNCAH-N outcomes
through the timely and high-frequency analysis and use of data.
</p>
</section>

<section className="contact-info mt-10 flex flex-col md:flex-row">
<div className="flex-1">
<h2 className="text-2xl font-semibold text-gray-900 mb-4">Get In Touch</h2>
Expand Down

0 comments on commit cf8e1e6

Please sign in to comment.