summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--Makefile5
-rw-r--r--assignments/2/README.md2
-rw-r--r--assignments/2/question-1-eer.pngbin0 -> 43806 bytes
4 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 466d2e3..981f145 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*.log
+assignments/**/*.pdf
db/data/
tmp
-*.log
diff --git a/Makefile b/Makefile
index cfc2687..ec5d378 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,12 @@
-all : clean pdf uml
+all : clean uml pdf
clean :
rm -f assignments/**/README.pdf
- rm -f assignments/**/*.png
uml :
plantuml assignments/**/*.puml
-pdf : uml assignments/1/README.pdf assignments/2/README.pdf
+pdf : assignments/1/README.pdf assignments/2/README.pdf
assignments/1/README.pdf :
cd assignments/1 && pandoc --metadata title="COMP-378: Assignment 1 - mo khan (3431709)" --from=commonmark --to=html5 -s -o README.pdf README.md
diff --git a/assignments/2/README.md b/assignments/2/README.md
index 9ddeda0..5c4a31e 100644
--- a/assignments/2/README.md
+++ b/assignments/2/README.md
@@ -10,7 +10,7 @@ Answer all of the following questions, and upload your completed work here.
Consider the following EER diagram for the Royal Victoria Hospital (RVH) database.
-EER Diagram
+![EER Diagram](./question-1-eer.png)
Data volume and access for this diagram are as follows:
diff --git a/assignments/2/question-1-eer.png b/assignments/2/question-1-eer.png
new file mode 100644
index 0000000..f0c02dd
--- /dev/null
+++ b/assignments/2/question-1-eer.png
Binary files differ