From 479d9c23d3cb983dfa541e6db2a96e4ae41c0388 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 20 Mar 2025 10:53:19 +0100 Subject: split desing chapters, thanks to Mads Rosendahl --- _constraints.qmd | 1 + _design.qmd | 8 -------- _evaluation.qmd | 1 + _usage.qmd | 1 + report.qmd | 14 +++++++++++++- 5 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 _constraints.qmd create mode 100644 _evaluation.qmd create mode 100644 _usage.qmd diff --git a/_constraints.qmd b/_constraints.qmd new file mode 100644 index 0000000..7ea2a93 --- /dev/null +++ b/_constraints.qmd @@ -0,0 +1 @@ +*TODO* diff --git a/_design.qmd b/_design.qmd index f5e56d6..7ea2a93 100644 --- a/_design.qmd +++ b/_design.qmd @@ -1,9 +1 @@ *TODO* - -## User guide - -*TODO* - -## Testing - -*TODO* diff --git a/_evaluation.qmd b/_evaluation.qmd new file mode 100644 index 0000000..7ea2a93 --- /dev/null +++ b/_evaluation.qmd @@ -0,0 +1 @@ +*TODO* diff --git a/_usage.qmd b/_usage.qmd new file mode 100644 index 0000000..7ea2a93 --- /dev/null +++ b/_usage.qmd @@ -0,0 +1 @@ +*TODO* diff --git a/report.qmd b/report.qmd index 8606613..bdd88ab 100644 --- a/report.qmd +++ b/report.qmd @@ -65,10 +65,22 @@ and by extension you editors {{< include _background.qmd >}} -# Program and its affects on workflow +# Product requirements + +{{< include _constraints.qmd >}} + +# Design choices {{< include _design.qmd >}} +# Usage + +{{< include _usage.qmd >}} + +# Evaluation + +{{< include _evaluation.qmd >}} + # Conclusion {{< include _conclusion.qmd >}} -- cgit v1.2.3