---
title: Bachelorizer sketches and draft codebase
subtitle: Portfolio Project I

date: 2025-03-01

toc-depth: 2

format:
  stylish-report-pdf:
    pdfversion: "2.0"
    pdfstandard: [A-4f, UA-2]
    pdftestphase: latest

metadata-files:
  - _actors.yml
keywords:
  - UML
  - Class diagram
  - University structure

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...

# References {.appendix}

\begingroup
\raggedright
::: {#refs}
:::
\endgroup

\appendix

# Appendix 1: Early roadmap {.appendix #sec-kanban-early}

![Early roadmap for Bachelorizer](roadmap_early.svg){#fig-kanban-early}

# Appendix 2: Program Bachelorizer {.appendix}

## Class `Bachelorizer.java`

```{.java include="Bachelorizer.java" code-line-numbers="true"}
```