From 174a7817fcc89812b89669cbe303162695af3ae7 Mon Sep 17 00:00:00 2001 From: MertenD Date: Tue, 2 Jun 2026 19:31:18 +0200 Subject: [PATCH 1/4] Update tech stack of process flow in readme --- components/pages/readme-page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pages/readme-page.tsx b/components/pages/readme-page.tsx index 978ea72..c81efa1 100644 --- a/components/pages/readme-page.tsx +++ b/components/pages/readme-page.tsx @@ -45,7 +45,7 @@ export default function ReadmePage() { onOpen: () => openFileById(FileId.ProcessFlow), description: "Web app for building and executing gamified business processes — drag-and-drop workflow editor, process execution engine, plugin system, and live monitoring.", - tech: ["Next.js", "TypeScript", "PostgreSQL", "Supabase", "Docker"], + tech: ["Next.js", "TypeScript", "React Flow", "Prisma", "PostgreSQL", "Better-Auth", "Docker"], }, { name: "BierTurnier", From 7b6db52824d35a16b0937eea128cf005d6daa518 Mon Sep 17 00:00:00 2001 From: MertenD Date: Wed, 3 Jun 2026 11:44:21 +0200 Subject: [PATCH 2/4] Update portfolio links to new domain --- components/pages/education/bachelor-page.tsx | 4 ++-- components/pages/education/master-page.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/pages/education/bachelor-page.tsx b/components/pages/education/bachelor-page.tsx index 9ba8ed4..f69b13c 100644 --- a/components/pages/education/bachelor-page.tsx +++ b/components/pages/education/bachelor-page.tsx @@ -57,13 +57,13 @@ export default function BachelorPage() { @@ -146,7 +146,7 @@ export default function BachelorPage() {
diff --git a/content/knowledge-base.md b/content/knowledge-base.md index 4a61dcd..008f568 100644 --- a/content/knowledge-base.md +++ b/content/knowledge-base.md @@ -148,7 +148,7 @@ Node-based drag-and-drop web editor built on React Flow. Supports standard BPMN - **Gateway** — routes the process based on variable conditions (e.g., user's previous answer). Export: to BPMN 2.0 XML (compatible with other BPMN tools) and to internal React Flow JSON. Loading back: only internal JSON format (BPMN→JSON transformation for challenges was not completed due to time constraints — the one unmet requirement). -[Live Demo](https://gbpmneditor.mertendieckmann.de) · [GitHub](https://github.com/MertenD/gamificated-bpmn-editor) +[Live Demo](https://gbpmneditor.merten.tech) · [GitHub](https://github.com/MertenD/gamificated-bpmn-editor) ## BPMN Engine (portfolio file: bachelor) Browser-based runtime that imports and executes the gamified BPMN JSON models. Supports all 7 node types: Start, End, Activity, Gateway, Challenge, GamificationEvent, Info. @@ -157,7 +157,7 @@ Execution loop: load process → start at Start node → render current node's U Variable management: user inputs stored in named variables; XP, coins, and badges tracked at all times; after each activity the engine checks whether any gamification reward conditions are met. -State management via Zustand. [Live Demo](https://gbpmnengine.mertendieckmann.de) · [GitHub](https://github.com/MertenD/gamificated-bpmn-engine) +State management via Zustand. [Live Demo](https://gbpmnengine.merten.tech) · [GitHub](https://github.com/MertenD/gamificated-bpmn-engine) ## 4 Gamification Elements From 3d3525ce13a101b74218e1aa1ddd1b146449b502 Mon Sep 17 00:00:00 2001 From: MertenD Date: Wed, 3 Jun 2026 11:46:14 +0200 Subject: [PATCH 4/4] Update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83b6432..4236bae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portfolio", - "version": "0.5.2", + "version": "0.5.3", "private": true, "scripts": { "dev": "next dev",