Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Oct 1, 2024
1 parent f23a157 commit 921269e
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/_scripts/get_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

index = "guide-adm/hope/settings.md"

FILE = "https://raw.githubusercontent.com/unicef/hct-mis/develop/backend/hct_mis_api/config/env.py"
FILE = "https://raw.githubusercontent.com/unicef/hope/develop/backend/hct_mis_api/config/env.py"
res = requests.get(FILE)
buf = StringIO(res.text)
execCode = compile(res.text, 'mulstring', 'exec')
Expand Down
2 changes: 1 addition & 1 deletion docs/components/pg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ Once HOPE confirms that Payment Plan is ready, PG starts sending data to Western

Transactions support:

- Money in Minutes (aka Cash by FSP)
- Money in Minutes (aka Cash over the counter)
- Wallets (aka Mobile Money)
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: "unique address identity for a User"
template: term.html
title: Program
title: Programme
tags:
- program
- programme
- cycle
terms:
- glossary:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-user/.pages
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nav:
- index.md
- Program Management: program.md
- Program Management: programme.md
- Beneficiary Management: beneficiary.md
- Population Management: population.md
- Targeting: targeting.md
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion docs/guide-user/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: User Manual
Hope is composed by different modules:


- [Program Management](program.md)
- [Programme Management](programme.md)
- [Beneficiary Management](beneficiary.md)
- [Population Management](population.md)
- [Targeting](targeting.md)
Expand Down
10 changes: 5 additions & 5 deletions docs/guide-user/program.md → docs/guide-user/programme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ What Do I Need to Do Before Creating a Programme in Hope?

Select the ‘Programme Management’ tab in the legend, then select ‘Create Programme’

![Image](_screenshots/program/1.png)
![Image](_screenshots/programme/1.png)

#### Provides infos

Fill in the required fields for the new Programme.

![Image](_screenshots/program/2.png)
![Image](_screenshots/programme/2.png)


!!! note
Expand All @@ -47,7 +47,7 @@ Fill in the required fields for the new Programme.

Upon clicking “Next”, the programme partners page will appear where you can select a programme partner from a drop-down list and grant access to the entire business area or limit access by administrative areas. Users are also able to assign more than one partner to a programme.

![Image](_screenshots/program/3.png)
![Image](_screenshots/programme/3.png)

#### Complete setup

Expand All @@ -59,7 +59,7 @@ Three actions can occur in the Programme Details page:
1. To change programme settings, click on the Edit button.
1. To remove the programme, click on the remove button. (Note that you can only remove a programme in draft status)

![Image](_screenshots/program/4.png)
![Image](_screenshots/programme/4.png)

#### Activate the Program

Expand All @@ -68,4 +68,4 @@ After the programme is activated, the following actions can be performed on the
1. Edit Programme: to update programme’s details.
1. Finish Programme: to deactivate the programme after it has been completed.

![Image](_screenshots/program/5.png)
![Image](_screenshots/programme/5.png)
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ title: Documentation
HOPE is UNICEF's humanitarian cash transfer corporate platform that is used since 2021 in more
than 20 countries by UNICEF and its partners (Civil Society and Government organizations).
HOPE provides a unified consolidated reporting for beneficiary data, increase accountability and
traceability, grow cash programs while ensuring due diligence, risk informed implementation and
traceability, grow cash programmes while ensuring due diligence, risk informed implementation and
overall - simplifying a system of complex processes to pay cash transfer at scale in humanitarian
contexts.

Summary: The HOPE system allows organization disbursing cash transfers to perform the following function with programme quality assurance, data protection standards and a risk informed cash transfer delivery for Humanitarian Cash Transfers as well as incentive payments for frontline workers. HOPE offers the following high level functiinalities:
Summary: The HOPE system allows organization disbursing cash transfers to perform the following function with programme quality assurance, data protection standards and a risk informed cash transfer delivery for Humanitarian Cash Transfers as well as incentive payments for frontline workers. HOPE offers the following high level functionalities:

1. Collect beneficiary data.
2. Associate data with cash transfers programmes
Expand Down
10 changes: 5 additions & 5 deletions docs/links.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Links

[//]: # ([![CI](https://github.com/unicef/hope/actions/workflows/ci.yml/badge.svg?branch=develop&event=push)](https://github.com/unicef/hope/actions/workflows/ci.yml))
[//]: # ([![codecov](https://codecov.io/gh/unicef/hct-mis/graph/badge.svg?token=kAuZEX5k5o)](https://codecov.io/gh/unicef/hope))
[//]: # ([![codecov](https://codecov.io/gh/unicef/hope/graph/badge.svg?token=kAuZEX5k5o)](https://codecov.io/gh/unicef/hope))
[//]: # ([![Docker](https://img.shields.io/docker/pulls/unicef/hope)](https://hub.docker.com/repository/docker/unicef/hope/tags))

[//]: # ([![Lint](https://github.com/unicef/hope/actions/workflows/lint.yml/badge.svg)](https://github.com/unicef/hope/actions/workflows/lint.yml))
[//]: # ([![License](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Funicef%2Fhope%2Fdevelop%2Fpyproject.toml&query=project.license.text&label=license)](https://github.com/unicef/hope?tab=License-1-ov-file))



- Official Web Site: <https://github.com/unicef/hct-mis/>{:target="_extra"}
- Official Web Site: <https://github.com/unicef/hope/>{:target="_extra"}
- Documentation: <https://unicef.github.io/hope-documentation/>{:target="_extra"}
- License: <https://github.com/unicef/hct-mis?tab=AGPL-3.0-1-ov-file>{:target="_extra"}
- License: <https://github.com/unicef/hope?tab=AGPL-3.0-1-ov-file>{:target="_extra"}


### Technical Resources

- Source code: <https://github.com/unicef/hct-mis>{:target="_extra"}
- Issue Tracker: <https://github.com/unicef/hct-mis/issues>{:target="_extra"}
- Source code: <https://github.com/unicef/hope>{:target="_extra"}
- Issue Tracker: <https://github.com/unicef/hope/issues>{:target="_extra"}

0 comments on commit 921269e

Please sign in to comment.