From 8032e3d8b58ae0a11fe1ea188898c6c8df518cbb Mon Sep 17 00:00:00 2001 From: use-to <13922835+use-to@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:03:52 +0200 Subject: [PATCH] feat: add README.md --- .github/workflows/latex.yml | 16 ++++++++++++++++ README.md | 14 ++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/workflows/latex.yml create mode 100644 README.md diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml new file mode 100644 index 0000000..ae457c6 --- /dev/null +++ b/.github/workflows/latex.yml @@ -0,0 +1,16 @@ +name: Build AVV LaTeX document +on: [push] +jobs: + build_latex: + runs-on: ubuntu-latest + steps: + - name: Set up Git repository + uses: actions/checkout@v1 + - name: Compile LaTeX document + uses: xu-cheng/latex-action@master + with: + root_file: avv.tex + - uses: actions/upload-artifact@v1 + with: + name: avv.pdf + path: document.pdf diff --git a/README.md b/README.md new file mode 100644 index 0000000..d8dbae3 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# legal documents +This repository contains all public available legal documents of the helpwave GmbH. + +Such as +- Terms and Conditions (AGB) +- Data Processing Agreement (AVV) +for helpwave's product portfolio. + +## reasoning +For us at helpwave GmbH, a company in the Healthtech sector, making our Terms and Conditions (T&Cs) and Data Processing Agreements (DPA) public and transparent is crucial. +This transparency builds trust with our users, who need to understand how their sensitive health data will be handled and protected. +Given the stringent regulations in the health sector, such as HIPAA or GDPR, clear and accessible legal documents help ensure compliance and minimize legal risks. +Public T&Cs and DPAs outline our obligations and the rights of our users, ensuring informed consent and accountability. +This transparency also demonstrates our commitment to ethical standards and fosters a responsible, open-source community, which is vital for the growth and sustainability of our projects.