Skip to content

feat: first draft of the risk assessment#200

Open
K-Beicher wants to merge 2 commits intomainfrom
feat/risk-assessment
Open

feat: first draft of the risk assessment#200
K-Beicher wants to merge 2 commits intomainfrom
feat/risk-assessment

Conversation

@K-Beicher
Copy link
Copy Markdown
Collaborator

@K-Beicher K-Beicher commented Apr 9, 2026

Description

There are probably plenty of typos etc in here. I also need to create the two diagrams with colours at the end, and get the second section fleshed out.

Needs a quick review.

Checklist

  • Formatted Markdown
  • Ran just run-all

@K-Beicher K-Beicher self-assigned this Apr 9, 2026
@K-Beicher K-Beicher requested a review from a team as a code owner April 9, 2026 07:59
@K-Beicher K-Beicher linked an issue Apr 9, 2026 that may be closed by this pull request
@K-Beicher K-Beicher requested a review from danielibsen April 9, 2026 07:59
@K-Beicher K-Beicher moved this from Todo to In Review in Data development Apr 9, 2026
Copy link
Copy Markdown
Member

@lwjohnst86 lwjohnst86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat ☺️ I have mostly formatting changes. I also might directly edit the file to resolve some formatting stuff as it will appear on the website. But I'll do that after these changes are done.

@@ -0,0 +1,412 @@
# ON LiMiT Feasibility data protection risk assessment
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# ON LiMiT Feasibility data protection risk assessment
---
date: 2026-02-01
date-modified: 2026-02-24
---
# Data protection risk assessment

Comment on lines +3 to +7
Date of risk assessment: 24-02-2026

Prepared by: Kristiane Beicher

Last revised : 01-02-2026
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Date of risk assessment: 24-02-2026
Prepared by: Kristiane Beicher
Last revised : 01-02-2026

This are not necessary/I moved them up into the YAML header.


Last revised : 01-02-2026

## 1 Responsible parties
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## 1 Responsible parties
## Responsible parties

Comment on lines +29 to +31
Name: Søren Gregersen

Department: Department of Clinical Medicine / Steno Diabetes Centre Aarhus
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Name: Søren Gregersen
Department: Department of Clinical Medicine / Steno Diabetes Centre Aarhus
- Name: Søren Gregersen
- Department: Department of Clinical Medicine / Steno Diabetes Center Aarhus

Comment on lines +13 to +19
Aarhus University

Nordre Ringgade 1

DK-8000 Aarhus

CVR no.: 31119103
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Aarhus University
Nordre Ringgade 1
DK-8000 Aarhus
CVR no.: 31119103
Aarhus University\
Nordre Ringgade 1\
DK-8000 Aarhus\
CVR no.: 31119103

+------------+------------+------------+------------+------------+
| Consequences X Likelihood | No or insignificant consequences | Inconvenient consequences | Critical consequences | Unacceptable consequences |
+============+============+============+============+============+
| Unlikely | 1☐ | 2☐ | 3☐ | 4☐ |
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look too nice. What are those characters after the numbers? I think we can simplify this table into a simple "Not very likely, inconvenient consequences" text.

Comment on lines +325 to +331
- [ ] Unlikely (1)

- [X] Not very likely (2)

- [ ] Likely (3)

- [ ] Expected (imminent) (4)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [ ] Unlikely (1)
- [X] Not very likely (2)
- [ ] Likely (3)
- [ ] Expected (imminent) (4)
- [ ] Unlikely (1)
- [X] Not very likely (2)
- [ ] Likely (3)
- [ ] Expected (imminent) (4)

Comment on lines +337 to +343
- [ ] No or insignificant consequences (1)

- [X] Inconvenient consequences (2)

- [ ] Critical consequences (3)

- [ ] Unacceptable consequences (4)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [ ] No or insignificant consequences (1)
- [X] Inconvenient consequences (2)
- [ ] Critical consequences (3)
- [ ] Unacceptable consequences (4)
- [ ] No or insignificant consequences (1)
- [X] Inconvenient consequences (2)
- [ ] Critical consequences (3)
- [ ] Unacceptable consequences (4)

Comment on lines +370 to +376
- [ ] Unlikely (1)

- [ ] Not very likely (2)

- [X] Likely (3)

- [ ] Expected (imminent) (4)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [ ] Unlikely (1)
- [ ] Not very likely (2)
- [X] Likely (3)
- [ ] Expected (imminent) (4)
- [ ] Unlikely (1)
- [ ] Not very likely (2)
- [X] Likely (3)
- [ ] Expected (imminent) (4)

Comment on lines +384 to +390
- [ ] No or insignificant consequences (1)

- [ ] Inconvenient consequences (2)

- [X] Critical consequences (3)

- [ ] Unacceptable consequences (4)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [ ] No or insignificant consequences (1)
- [ ] Inconvenient consequences (2)
- [X] Critical consequences (3)
- [ ] Unacceptable consequences (4)
- [ ] No or insignificant consequences (1)
- [ ] Inconvenient consequences (2)
- [X] Critical consequences (3)
- [ ] Unacceptable consequences (4)

@github-project-automation github-project-automation bot moved this from In Review to In Progress in Data development Apr 9, 2026
Copy link
Copy Markdown
Member

@lwjohnst86 lwjohnst86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat ☺️ I have mostly formatting changes. I also might directly edit the file to resolve some formatting stuff as it will appear on the website. But I'll do that after these changes are done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Convert Risk assessment to Quarto

2 participants