aboutsummaryrefslogtreecommitdiff
path: root/report.qmd
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-01 02:15:59 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-01 02:18:01 +0200
commit94f7348c379f16036e67dce1ad94be274fc84ec8 (patch)
tree8c268fc147e275efc020a4fec963d7feb5f6ef9c /report.qmd
parenta17f4b5b8279488e5c9682b31f0c2d40a6080fbb (diff)
add/update build and zip generation routines
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.