aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--portfolio2.md4
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.