Skip to content

Commit

Permalink
feat: add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felixevers committed Aug 2, 2024
1 parent bf6bc14 commit 8032e3d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
@@ -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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 8032e3d

Please sign in to comment.