aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-02-11 10:55:12 +0100
committerJonas Smedegaard <dr@jones.dk>2025-02-11 10:55:12 +0100
commit90c9822f274830a340d56cf05edf87fb4222d672 (patch)
tree303f9326c14630a98de0a77ab196c26dc0c0f9eb
parent237e9b3d117e30328991ce5c8922740bc8aabede (diff)
add preliminary gantt diagram
-rw-r--r--SETUP.md16
-rw-r--r--plan.puml34
2 files changed, 50 insertions, 0 deletions
diff --git a/SETUP.md b/SETUP.md
index 4e1ed3d..22f9f25 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -95,3 +95,19 @@ Install these official Debian packages:
sudo apt install texlive-binaries-sse2
sudo apt install bat
```
+
+### PlantUML
+
+Debian-packaged PlantUML is [too old](https://bugs.debian.org/1004135),
+so the main jar file needs to be replaced with a newer working one.
+
+Download newest GPL version of PlantUML
+from [their website](https://plantuml.com/download).
+
+Replace Debian-packaged plantuml JAR file with the downloaded file:
+
+```
+sudo mv /usr/share/plantuml/plantuml.jar /usr/share/plantuml/plantuml.jar.orig
+sudo cp -T ~/Downloads/plantuml-*.jar /usr/share/plantuml/plantuml.jar
+sudo chown root: /usr/share/plantuml/plantuml.jar
+```
diff --git a/plan.puml b/plan.puml
new file mode 100644
index 0000000..18891c8
--- /dev/null
+++ b/plan.puml
@@ -0,0 +1,34 @@
+@startgantt
+language en
+projectscale monthly zoom 3
+skinparam svgDimensionStyle false
+
+title Group work
+Project starts 2025-02-03
+
+-- Structure --
+[Research] starts 2025-02-03 and requires 28 days
+[Planning] starts 2025-02-03 and requires 28 days
+[Development] starts 2025-02-03 and requires 56 days
+[Prototyping] as [proto1] starts 2025-02-03 and requires 28 days
+[Testing] starts at [proto1]'s end and requires 28 days
+[Finalizing] starts 2025-04-01 and requires 28 days
+[Documenting] starts 2025-04-01 and requires 28 days
+[Deploying] starts at [Development]'s end and requires 28 days
+
+-- Deliveries --
+[Delivery for peer review] happens 2025-03-01
+[Peer review] happens 2025-03-19
+[Project delivery] happens 2025-05-27
+[Exam] happens 2025-06-16
+
+'-- Guidance --
+'[Projektgruppedannelse] starts 2024-02-01 and requires 3 days
+'[Projektgruppe] happens 2024-02-05
+'[Projektgruppe] happens 2024-04-12
+'[Problemformuleringsoplæg] happens 2024-03-12
+'[Problemformuleringsseminar] starts 2024-03-20 and requires 1 days
+'[Møde om visuel præs.] starts 2024-04-10 and requires 1 days
+'[Midtvejsrapport] happens 2024-04-22
+'[Midtvejseval.] starts 2024-05-05 and requires 3 days
+@endgantt