diff options
author | Ian Valentin Christensen <valentianchristensen@gmail.com> | 2025-04-30 22:26:03 +0200 |
---|---|---|
committer | Ian Valentin Christensen <valentianchristensen@gmail.com> | 2025-04-30 22:26:11 +0200 |
commit | 5956336122fe6c741d3fe7b161f8e113885d68aa (patch) | |
tree | f345630a1adde5fe229b51073a56a099adadbc40 | |
parent | b591061ec982ea087488afe39ce55fff6fa4bfa4 (diff) |
restructure report headings and put text in individual files
-rw-r--r-- | delivery1.qmd | 17 | ||||
-rw-r--r-- | portfolio1.md | 6 |
2 files changed, 7 insertions, 16 deletions
diff --git a/delivery1.qmd b/delivery1.qmd index f840d5a..7db165d 100644 --- a/delivery1.qmd +++ b/delivery1.qmd @@ -23,22 +23,7 @@ breaks: false --- -{{< include _roadmap.qmd >}} - -# Diagram - -TODO: Short intoduction to the diagram. - - - -# Code - -TODO: Write som actual functional code... - -TODO: Description of design choices for the program, -and elaborations on example details. - -TODO: Write some actual unit tests... +{{< include portfolio1.md >}} {{< include portfolio2.md >}} diff --git a/portfolio1.md b/portfolio1.md index 8e59c1f..69836f6 100644 --- a/portfolio1.md +++ b/portfolio1.md @@ -80,6 +80,12 @@ as well as the early snapshot of the roadmap in @sec-kanban-early. {#fig-kanban} +## Diagram + +TODO: Short introduction to the diagram. + + + ## Validity of bachelor programmes The isValid() function in the Programme class |