Marwin marwinm
  • Joined on 2025-04-20
marwinm pushed to tills-branch at marwinm/website 2025-04-26 18:53:37 +02:00
74307ba345 Add user account route and bookmark functionality: Implement '/my-account' route for user bookmarks and personal mindmap, enhance mindmap visualization with bookmark management, and update UI elements for better user experience.
marwinm pushed to tills-branch at marwinm/website 2025-04-26 18:42:24 +02:00
14474c4eab Refactor UI and enhance functionality: Update welcome messages and input placeholders in the chat assistant, implement connection count updates in the mindmap visualization, and change branding from "MindMap" to "Systades" across templates for a cohesive user experience.
marwinm pushed to tills-branch at marwinm/website 2025-04-25 21:32:41 +02:00
ab280b55af Update requirements and enhance mindmap UI: Comment out Pillow dependency, add network background script, and implement new styles and animations for improved visual effects in the mindmap template.
marwinm pushed to main at marwinm/website 2025-04-25 17:11:14 +02:00
73501e7cda Add Flask server startup scripts: introduce start_server.bat for Windows and start-flask-server.py for enhanced server management. Update run.py to include logging and threaded request handling. Add test_server.py for server accessibility testing.
marwinm pushed to main at marwinm/website 2025-04-21 18:45:43 +02:00
9f8eba6736 Refactor database initialization: streamline the process by removing the old init_database function, implementing a new structure for database setup, and ensuring the creation of a comprehensive mindmap hierarchy with an admin user. Update app.py to run on port 5000 instead of 6000.
b6bf9f387d Update mindmap database: replace binary file with a new version to incorporate recent structural and data changes.
d9fe1f8efc Update mindmap database: replace existing binary file with a new version, reflecting recent changes in mindmap structure and data.
Compare 3 commits »
marwinm pushed to main at marwinm/website 2025-04-20 20:00:10 +02:00
fd7bc59851 Add user authentication routes: implement login, registration, and logout functionality, along with user profile and admin routes. Enhance mindmap API with error handling and default node creation.
marwinm pushed to main at marwinm/website 2025-04-20 19:55:51 +02:00
55f1f87509 Refactor app initialization: encapsulate Flask app setup and database initialization within a create_app function, improving modularity and error handling during startup.
marwinm pushed to main at marwinm/website 2025-04-20 19:50:32 +02:00
03f8761312 Update Docker configuration to change exposed port from 5000 to 6000 in Dockerfile and docker-compose.yml, ensuring consistency across the application.
marwinm pushed to main at marwinm/website 2025-04-20 19:45:04 +02:00
506748fda7 Implement error handling and default node creation for mindmap routes; initialize database on first request to ensure root node exists.
marwinm pushed to main at marwinm/website 2025-04-20 19:34:15 +02:00
6d069f68cd Update requirements.txt to include new dependencies for enhanced functionality and remove outdated packages for better compatibility.
marwinm pushed to main at marwinm/website 2025-04-20 19:32:56 +02:00
4310239a7a Enhance Dockerfile: add system dependencies for building Python packages, update requirements.txt to remove specific version constraints, and verify installations with pip list.
marwinm pushed to main at marwinm/website 2025-04-20 19:31:03 +02:00
e9fe907af0 Update requirements.txt to include email_validator==2.1.1 for improved email validation functionality.
marwinm pushed to main at marwinm/website 2025-04-20 19:28:27 +02:00
0c69d9aba3 Remove unnecessary 'force' option from docker-compose.yml for cleaner configuration.
marwinm pushed to main at marwinm/website 2025-04-20 19:26:52 +02:00
6da85cdece Refactor Docker setup: update docker-compose.yml to use a specific website directory for volumes, enable automatic restarts, and modify Dockerfile to clean up and copy application files more efficiently.
marwinm pushed to main at marwinm/website 2025-04-20 19:23:53 +02:00
a073b09115 Update Docker configuration: change Docker Compose version to 3.8, enhance web service setup with context and dockerfile specifications, add volume and environment variables for Flask development, and modify Dockerfile to use Python 3.11 and improve file copying and command execution.
marwinm pushed to main at marwinm/website 2025-04-20 19:19:06 +02:00
f1f4870989 Update dependencies in requirements.txt to specific versions for Flask, Flask-Login, Flask-SQLAlchemy, Werkzeug, and SQLAlchemy
marwinm pushed to main at marwinm/website 2025-04-20 17:28:51 +02:00
c8a9de2e43 schöne nachricht
marwinm pushed to main at marwinm/website 2025-04-20 17:20:46 +02:00
e829d93787 pisse
marwinm pushed to main at marwinm/website 2025-04-20 17:16:16 +02:00
marwinm pushed to main at marwinm/website 2025-04-20 17:12:53 +02:00
053a96b733 start