diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 02:39:22 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 02:39:22 +0200 |
commit | 645e0465fac2900f9fb8cb8a0a5f6e9358742d0d (patch) | |
tree | 6bc9ad074a0d01562de2ea7757e57007366fb091 /portfolio2.md | |
parent | b641d26c6411ab3eac0eae59940e21949f7496d8 (diff) |
hide reference to missing E/R diagram
Diffstat (limited to 'portfolio2.md')
-rw-r--r-- | portfolio2.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portfolio2.md b/portfolio2.md index c1412a1..2e3fcf7 100644 --- a/portfolio2.md +++ b/portfolio2.md @@ -28,8 +28,8 @@ This cycle is where we assign functions to each button after creation. The database is filled with the init_db.txt file based on the commands in there. A participation table is created to bridge courses to the student -to avoid many to many relationships, -as shown in the E/R diagram. +to avoid many to many relationships<!-- TODO: create E/R diagram, +as shown in the E/R diagram-->. getSumEcts() in Database.java returns the result of a query constructed to return the sum of ECTS for a given program. |