aboutsummaryrefslogtreecommitdiff
path: root/report.qmd
diff options
context:
space:
mode:
Diffstat (limited to 'report.qmd')
-rw-r--r--report.qmd24
1 files changed, 21 insertions, 3 deletions
diff --git a/report.qmd b/report.qmd
index 519b0bd..703c0ec 100644
--- a/report.qmd
+++ b/report.qmd
@@ -25,8 +25,19 @@ breaks: false
# General notes
-This text covers the code project `com.biks.bachelorizer`
-that was authored with contributions from several groups
+This report covers the two code projects
+`portfolio1` and `dk.biks.bachelorizer`.
+
+`portfolio1`
+was authored with contributions from several groups
+involving the students
+Asger Adam Væver Johansen,
+Alexander Marthin Klemensen,
+Ian Valentin Christensen
+and Jonas Smedegaard.
+
+`dk.biks.bachelorizer`
+was authored with contributions from several groups
involving the students
Alexander Marthin Klemensen,
Ian Valentin Christensen,
@@ -35,7 +46,14 @@ and Zahed Noos.
Copyright statements at the top of the code files
reflects from whom each file received contributions.
-With the code project is included two additional projects,
+With the code project is included compiled class files,
+the make files used to compile,
+an SQL script `database.txt`,
+a pregenerated SQLite3 database file `identifier.sqlite`
+(duplicated to cover use from command-line and in intellij)
+and a README.md file documenting compilation and execution.
+
+Also included with the code projects are two projects,
`com.example.portfolio2` and `com.example.portfolio3`,
derived from @Rosendahl2025.12 and @Rosendahl2025.16, respectively.