From 5956336122fe6c741d3fe7b161f8e113885d68aa Mon Sep 17 00:00:00 2001 From: Ian Valentin Christensen Date: Wed, 30 Apr 2025 22:26:03 +0200 Subject: restructure report headings and put text in individual files --- delivery1.qmd | 17 +---------------- 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. - -![UML Class Diagram for Bachelorizer](classes.svg) - -# 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. ![Current roadmap for Bachelorizer](roadmap.svg){#fig-kanban} +## Diagram + +TODO: Short introduction to the diagram. + +![UML Class Diagram for Bachelorizer](classes.svg) + ## Validity of bachelor programmes The isValid() function in the Programme class -- cgit v1.2.3