18 Commits

Author SHA1 Message Date
Josh-Dev-Quest
14d108cf36
Updated requirements.txt 2026-04-02 15:48:00 +02:00
Josh-Dev-Quest
ea14d89584
Cleaned unused functions and files 2026-03-29 11:00:12 +02:00
Josh-Dev-Quest
a9ab42eda5
Working map journey editor and blog journey editor 2026-03-28 19:28:42 +01:00
Josh-Dev-Quest
0de91bf814
Unified the journeys and blogpost datastructure in the backend 2026-03-28 16:40:16 +01:00
Josh-Dev-Quest
241c962faf
First comment function implementation 2026-03-28 14:25:13 +01:00
Josh-Dev-Quest
e3724a4842
Moved authentification code into js/auth.js 2026-03-28 13:43:05 +01:00
Josh-Dev-Quest
fec4f513c8
Add login page and authentification JS 2026-03-27 21:20:07 +01:00
Josh-Dev-Quest
f88fed7c89
Add backend user authentification 2026-03-27 20:31:14 +01:00
Josh-Dev-Quest
50aae732aa
Reworked blog overview website 2026-03-27 20:14:20 +01:00
3f5fdc2ff7 Added basic html, js and css for blogpost page. Still mainly vibe code, need to review later. Backend not yet updated. Added venv and requirements. 2026-03-12 00:33:49 +01:00
Josh-Dev-Quest
471d629a93
Map page v1 2026-03-05 14:35:35 +01:00
Josh-Dev-Quest
2b2cd32847
FINISH V1: Crafted a working backend and frontent with deepseek. open page map-page.html and start backend app2.py 2026-03-01 19:04:16 +01:00
Josh-Dev-Quest
a8281e0d20
fix: Fix journey ID comparison in delete endpoint
Co-authored-by: aider (ollama/qwen2.5-coder:32b) <aider@aider.chat>
2026-03-01 17:51:48 +01:00
Josh-Dev-Quest
2b4386c942
chore: remove create journey 2026-03-01 17:50:01 +01:00
Josh-Dev-Quest
ba352d4edd
fix: remove duplicate route and fix journey id matching
Co-authored-by: aider (ollama/qwen2.5-coder:32b) <aider@aider.chat>
2026-03-01 17:45:42 +01:00
Josh-Dev-Quest
a36ea77fb1
feat: add journey creation functionality
Co-authored-by: aider (ollama/qwen2.5-coder:32b) <aider@aider.chat>
2026-03-01 17:40:11 +01:00
Josh-Dev-Quest
f94ecc9ef8
The changes include adding CORS support in the backend and updating the map style URL to include an access token. These are new features.
feat: add CORS support and update map style URL

Co-authored-by: aider (ollama/qwen2.5-coder:32b) <aider@aider.chat>
2026-03-01 16:12:55 +01:00
Josh-Dev-Quest
42cb05367c
The commit adds a Flask backend implementing API endpoints for journey management, so it's a feature addition.
feat: Add journey mapping backend API
2026-03-01 16:11:06 +01:00