diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 02:34:08 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 02:35:54 +0200 |
commit | b641d26c6411ab3eac0eae59940e21949f7496d8 (patch) | |
tree | 9a87ffcaa29217858121db9eab76d1da1c14820e /portfolio2.md | |
parent | e28c6f59fd6fddb9e6516351c3f29ecb4f7df451 (diff) |
reference more lecture code
Diffstat (limited to 'portfolio2.md')
-rw-r--r-- | portfolio2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portfolio2.md b/portfolio2.md index 67ca276..c1412a1 100644 --- a/portfolio2.md +++ b/portfolio2.md @@ -3,7 +3,7 @@ The functionality of the user interface is fundamentally tied to the database. The database is created and filled with activities based on -the class "Model" supplied together with the assignment. +the class "Model" from @Rosendahl2025. We have tried to keep a strict separation between Model, View and Controller. The view class knows what is on screen, |