diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-03-20 10:53:19 +0100 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-03-20 10:55:32 +0100 |
| commit | 479d9c23d3cb983dfa541e6db2a96e4ae41c0388 (patch) | |
| tree | 64f38eaf74abe1b6a943527043b05594548978aa | |
| parent | a3bb29c61c13a22b95a8d48e8a9fd56aaa88d009 (diff) | |
split desing chapters, thanks to Mads Rosendahl
| -rw-r--r-- | _constraints.qmd | 1 | ||||
| -rw-r--r-- | _design.qmd | 8 | ||||
| -rw-r--r-- | _evaluation.qmd | 1 | ||||
| -rw-r--r-- | _usage.qmd | 1 | ||||
| -rw-r--r-- | report.qmd | 14 |
5 files changed, 16 insertions, 9 deletions
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* @@ -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 >}} |
