The OwnYourData DEC112 App displays personal information provided during an emergency chat and allows editing. Read more about DEC112 on the official website here: https://www.dec112.at/en/. The following screenshot shows the DEC112 App.
The DEC112 App is deployed in your OwnYourData Data Vault. Usually you have to pass on your data to the operators of web services and apps in order to be able to use them. OwnYourData, however, turns the tables: You keep all your data and you keep them in your own data vault. You bring apps (data collection, algorithms and visualization) to you in the data vault.
more information: https://www.ownyourdata.eu
for developer: https://www.ownyourdata.eu/developer/
Docker images: https://hub.docker.com/r/oydeu/app-dec112
Install the DEC112 App in the Data Vault Plugin page (https://data-vault.eu/en/plugins) by clicking "+ Add Plugin" and either selecting "DEC112" from the available list of pre-defined plugins or paste the Manifest available here.
The repo (default oyd.dec112
) uses the following structure:
{
"did": "{left empty for now}",
"initialized": false,
"additionalData": ["empty for now"],
"dataSavingMethod": "did",
"title": "title",
"surName": "first name",
"familyName": "last name",
"street": "street",
"zipCode": "ZIP code",
"city": "city",
"country": "two letter country code",
"phone": "phone number",
"mail": "email address"
}
Please report bugs and suggestions for new features using the GitHub Issue-Tracker and follow the Contributor Guidelines.
If you want to contribute, please follow these steps:
- Fork it!
- Create a feature branch:
git checkout -b my-new-feature
- Commit changes:
git commit -am 'Add some feature'
- Push into branch:
git push origin my-new-feature
- Send a Pull Request