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.