From e3c2263fb5449a2fc03b1207d0a324220dfd2b82 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 7 Feb 2024 11:03:54 +0100 Subject: [PATCH 1/3] feat(content): describe the project gradido --- docs/projects/gradido.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/projects/gradido.md b/docs/projects/gradido.md index 451448e..c465801 100644 --- a/docs/projects/gradido.md +++ b/docs/projects/gradido.md @@ -1,7 +1,20 @@ # Gradido -Describe Project, Stechstack etc +## Describe +[Gradido](https://www.gradido.net) is a project that wants to create a alternativ currency to the fiat money. -Projekte werden bebildert, der Techstack aufgeführt, sowie beteiligte Personen aus dem Team. -Idealerweise würden diese Daten von github kommen (später) +For this we helped Bernd Hückstedt to realise his vision. +Alexander Friedland found the project and worked as the frontend guy. +Ulf Gebhardt was the project owner and the dev-op. +Moriz Wahl was responsible for the backend and the unit tests. +Hannes Heine worked on the backend and was agile coach. +Mathias Lenz made the end-to-end test szenarios and the dev-op. +Wolfgang Huß also worked on the backend. + +## Techstack + +The frontend is written in Vue2. +The backend uses node.js, apollo, graphql. +The database is on the SQL platform MariaDB. +The End-to-End tests are written with cypress. From 75775dc26516d8626bcade8c463f470ccb17ae56 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 7 Feb 2024 14:21:39 +0100 Subject: [PATCH 2/3] fix wording. --- docs/projects/gradido.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/projects/gradido.md b/docs/projects/gradido.md index c465801..150fb1b 100644 --- a/docs/projects/gradido.md +++ b/docs/projects/gradido.md @@ -4,8 +4,8 @@ [Gradido](https://www.gradido.net) is a project that wants to create a alternativ currency to the fiat money. -For this we helped Bernd Hückstedt to realise his vision. -Alexander Friedland found the project and worked as the frontend guy. +For this we helped Bernd Hückstedt to implement his vision. +Alexander Friedland found the project and worked as the frontend developer. Ulf Gebhardt was the project owner and the dev-op. Moriz Wahl was responsible for the backend and the unit tests. Hannes Heine worked on the backend and was agile coach. From 061e893c178aa5056f4d16cc2cdfa98f6b7c8060 Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 5 Mar 2024 10:19:11 +0100 Subject: [PATCH 3/3] Change found to discovered, remove implement and replace it with create his idea. --- docs/projects/gradido.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/projects/gradido.md b/docs/projects/gradido.md index 150fb1b..9ce281b 100644 --- a/docs/projects/gradido.md +++ b/docs/projects/gradido.md @@ -4,8 +4,8 @@ [Gradido](https://www.gradido.net) is a project that wants to create a alternativ currency to the fiat money. -For this we helped Bernd Hückstedt to implement his vision. -Alexander Friedland found the project and worked as the frontend developer. +For this we helped Bernd Hückstedt to create his idea. +Alexander Friedland discovered the project and worked as the frontend developer. Ulf Gebhardt was the project owner and the dev-op. Moriz Wahl was responsible for the backend and the unit tests. Hannes Heine worked on the backend and was agile coach.