Skip to content

Commit

Permalink
changes from original pr #337 without the cats and with lowercase fil…
Browse files Browse the repository at this point in the history
…e names
  • Loading branch information
bkleinen committed Jun 30, 2024
1 parent 7daec15 commit 1b13068
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 33 deletions.
5 changes: 3 additions & 2 deletions content/ss24/bachelor/b5-pam/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ card_image = "PAM.png"
# card_description is deprecated, will be replaced by abstract/and or claim
card_description = "Upgrading, Reworking and rewriting a Project Tool for a certain Company"
# Names are optional, team size is sufficient
team = ["Margarita Doiko", "Hamzeh Hamzeh", "Anh Phuc Hoang", "Lukas Oswald"]
supervisor = "Sue-Ann Bäsler"
team = ["Margarita Boiko", "Hamzeh Hamzeh", "Anh Phuc Hoang", "Lukas Oswald"]
supervisor = ["Dr.Sue-Ann Bäsler, Martin Singer, Vu Minh Le, Mariam Maisuradze"]
draft = false

website_link = "https://globalct.com/"
Expand Down Expand Up @@ -40,5 +40,6 @@ The base PAM lacked quite a few features and had a very outdated design, so the
{{</section>}}

{{<gallery>}}

{{</gallery>}}

37 changes: 6 additions & 31 deletions content/ss24/bachelor/b5-pam/techstack.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,21 @@
+++
title = "Tech Stack"
weight = 30
draft = true
hasMermaid = true
draft = true
+++


{{<section title="Tech Stack">}}
Hugo offers a couple of options to include diagrams right in the source code, see
[https://gohugo.io/content-management/diagrams/](https://gohugo.io/content-management/diagrams/)

Here's a mermaid example: (note the hasMermaid = true parameter in the front matter!)

```mermaid
classDiagram
Animal <|-- Duck
Animal <|-- Fish
Animal <|-- Zebra
Animal : +int age
Animal : +String gender
Animal: +isMammal()
Animal: +mate()
class Duck{
+String beakColor
+swim()
+quack()
}
class Fish{
-int sizeInFeet
-canEat()
}
class Zebra{
+bool is_wild
+run()
}
```
We used the following technologies in our Project:
{{</section>}}

{{<image src="Techstack.png" alt="Tech Stack">}}

{{<section title="Future">}}

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis neque id vulputate malesuada. Quisque dignissim finibus urna sed sagittis.
As this is a project on a limited-time basis, we are not planning on adding new features. However, we are going to add enough comments and documentation so that the next group to pick it up and try to improve on it will have an easier time. Future improvements to PAM would include Syntax Investigation of the diagrams, more in-depth filtering, perhaps even a social media share function. We ended up creating a solid base program that can allow for future improvements by the next group to work on it as we pass them the torch.

As for our personal futures, we plan on taking the skills we developed in this project and perhaps improving on them in our repertoire to use in our future jobs and prospects.


{{</section>}}
Expand Down
Binary file added content/ss24/bachelor/b5-pam/techstack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b13068

Please sign in to comment.