Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Dec 5, 2024
1 parent ad36e13 commit b75e02a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Legal Boilerplate

Look, I get it.
Contributing to HOPE Workspace, I retain all rights, title and interest in and to my contributions, and by keeping
this boilerplate intact I confirm that HOPE Workspace can use, modify, copy, and redistribute my contributions,
under HOPE's choice of terms.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
The property '#/updates/0/package-ecosystem' value "" did not match one of the following values: npm, bundler, composer, devcontainers, maven, mix, cargo, gradle, nuget, gomod, docker, elm, gitsubmodule, github-actions, pip, terraform, pub, swift
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[<img src="./docs/src/img/hope_workspace.png" style="margin-left: auto;margin-right: auto;width:300px;display:block"/>](./docs/src/img/hope_workspace.png)

---
Expand All @@ -9,9 +8,8 @@
[![Documentation](https://github.com/unicef/hope-country-workspace/actions/workflows/docs.yml/badge.svg)](https://unicef.github.io/hope-country-workspace/)
[![Docker Pulls](https://img.shields.io/docker/pulls/unicef/hope-country-workspace)](https://hub.docker.com/repository/docker/unicef/hope-country-workspace/tags)



Hope Workspace fa parte dell'ecosistema [UNICEF HOPE](https://github.com/unicef/hope) e gestisce la fase di importazione e pulizia dei dati del processo di gestione dei beneficiari
Hope Workspace is part of the [UNICEF HOPE](https://github.com/unicef/hope) ecosystem and manages the data import and cleansing phase of the beneficiary
management process.

### Implemented Features

Expand All @@ -21,13 +19,10 @@ Hope Workspace fa parte dell'ecosistema [UNICEF HOPE](https://github.com/unicef/
- Push data to HOPE
- Export/Amend/Import process



### Under analysis future feature (not currently planned)

- Generic XLS/CSV Import
- Deduplication
- Beneficiary contacting process


Do you have an idea? [Open a ticket](https://github.com/unicef/hope-country-workspace/issues/new).
13 changes: 12 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,15 @@ title: Documentation
[<img src="./img/hope_workspace.png" style="margin-left: auto;margin-right: auto;width:300px;display:block"/>](./docs/src/img/hope_workspace.png)


Hope Workspace fa parte dell'ecosistema [UNICEF HOPE](https://github.com/unicef/hope) e gestisce la fase di importazione e pulizia dei dati del processo di gestione dei beneficiari
Hope Workspace is part of the [UNICEF HOPE](https://github.com/unicef/hope) ecosystem and manages the data import and cleansing phase of the beneficiary
management process.



### Implemented Features

- Import data from Kobo / Aurora / XLS (RDI format)
- Data validation
- Data cleaning and updates
- Push data to HOPE
- Export/Amend/Import process

0 comments on commit b75e02a

Please sign in to comment.