631619ccb4✨ feat: update docker-compose.yml for improved service configuration
Till Tomczak2025-05-01 16:01:00 +02:00
f9881b678d🔄 chore: aktualisiere die .env-Datei für verbesserte Konfiguration
marwin2025-05-01 11:27:11 +01:00
259ce3cf69✨ feat: update Dockerfile and docker-compose for improved build process
marwin2025-05-01 11:24:27 +01:00
9f4743eaea✨ feat: update cached Python files and add new static image asset
marwin2025-05-01 10:55:30 +01:00
de0f837cfd
Optimierung der Projektstruktur: Entferne nicht mehr benötigte Skripte und Dateien, um die Wartbarkeit zu erhöhen und veraltete Komponenten zu beseitigen.
Till Tomczak2025-04-30 15:51:07 +02:00
1c49ddfb19
chore: automatic commit 2025-04-30 15:49
Till Tomczak2025-04-30 15:49:18 +02:00
46c16e5f01
chore: automatic commit 2025-04-30 15:44
Till Tomczak2025-04-30 15:44:02 +02:00
84667bca00
chore: automatic commit 2025-04-30 15:41
Till Tomczak2025-04-30 15:41:00 +02:00
779449559d
chore: automatic commit 2025-04-30 15:38
Till Tomczak2025-04-30 15:38:56 +02:00
721a10e861
Entferne nicht mehr benötigte Skripte: Lösche die Dateien check_schema.py, create_default_users.py, fix_user_table.py, test_app.py und windows_setup.bat, um die Projektstruktur zu optimieren und veraltete Komponenten zu entfernen.
Till Tomczak2025-04-30 15:33:39 +02:00
a431873ca2
chore: automatic commit 2025-04-30 15:29
Till Tomczak2025-04-30 15:29:23 +02:00
e4ab1e1bb5
chore: automatic commit 2025-04-30 12:48
Till Tomczak2025-04-30 12:48:06 +02:00
f69356473b
Entferne nicht mehr benötigte Dateien: Lösche docker-compose.yml, Dockerfile, README.md, requirements.txt, start_server.bat, start-flask-server.py, start.sh, test_server.py, sowie alle zugehörigen Datenbank- und Website-Dateien. Diese Bereinigung optimiert die Projektstruktur und entfernt veraltete Komponenten.
Till Tomczak2025-04-30 12:34:06 +02:00
38ac13e87c
chore: automatic commit 2025-04-30 12:32
Till Tomczak2025-04-30 12:32:36 +02:00
0afb8cb6e2
Update neural network background configuration: reduce node count and connection distance, adjust glow and node colors, and modify shadow blur for improved visual clarity and performance.
marwin2025-04-29 20:58:27 +01:00
5d282d2108
Refactor neural network background animation: streamline the code by consolidating node and connection logic, enhancing visual effects with improved glow and animation dynamics. Introduce responsive canvas resizing and optimize particle behavior for a smoother experience.
marwin2025-04-29 20:54:24 +01:00
d307763007
Aktualisiere die Konfiguration der neuronalen Netzwerk-Hintergrundanimation in neural-network-background.js, um die Anzahl der Knoten, Variationen, Geschwindigkeiten und Sichtbarkeiten anzupassen. Füge neue Parameter für aktive Flows und Flussweiterleitung hinzu, um die Animation dynamischer zu gestalten. Optimiere die Logik zur Verwaltung aktiver Flows und verbessere die Sichtbarkeit von Verbindungen für ein flüssigeres Benutzererlebnis.
Till Tomczak2025-04-29 15:19:33 +02:00
d7e6912e08
Aktualisiere die Umgebungsvariablen in .env mit neuen Werten für SECRET_KEY und OPENAI_API_KEY. Entferne die alte Instanz von systades.db und aktualisiere die neuronale Netzwerk-Hintergrundanimation in neural-network-background.js mit verbesserten visuellen Effekten, einschließlich einer neuen Zickzack-Bewegung für Blitze und subtileren Glüheffekten. Implementiere eine sanftere Ausblendanimation für das Canvas-Element und verbessere die Funkenanimationen. Optimiere die Cluster-Generierung und -Verteilung für eine flüssigere Benutzererfahrung.
Till Tomczak2025-04-29 14:58:54 +02:00
ffe96074f4
Verbessere die Funktionalität des neuronalen Netzwerk-Hintergrunds in neural-network-background.js durch die Einführung einer flexiblen Konfigurationsstruktur, die benutzerdefinierte Optionen unterstützt. Optimiere die Cluster-Generierung und -Verteilung, verbessere die Verbindungslogik zwischen Knoten und implementiere erweiterte Fehlerbehandlung in den API-Funktionen in mindmap.js. Füge Fallback-Knoten hinzu, um die Benutzererfahrung zu verbessern, und implementiere visuelle Rückmeldungen für die Initialisierung der Mindmap.
Till Tomczak2025-04-29 12:32:18 +02:00
49ccf3908a
Merge remote-tracking branch 'origin/tills-branch' into tills-branch
Till Tomczak2025-04-29 10:28:36 +02:00
7d74b5a7bf
Implement Flask-Migrate for database migrations in app.py, disable CSRF protection, and update requirements.txt to include Flask-Migrate. Remove obsolete systades.db file and add migration configuration files for Alembic.
Till Tomczak2025-04-28 21:41:38 +02:00
55f2553780
Update ROADMAP.md, remove CORS & flask-cors from app.py, and update requirements.txt: no longer use CORS for Flask-SocketIO.
Till Tomczak2025-04-28 21:24:11 +02:00
0852ea070b
Add Flask-CORS and SocketIO for real-time updates, refactor database handling to use a temporary Flask app; improve error handling with @app.errorhandler decorators.
Till Tomczak2025-04-28 15:21:11 +02:00
7a0533ac09
Verbessere die Funktionalität des Chat-Assistenten in app.py: Aktualisiere die Systemnachricht mit spezifischen Informationen zur Systades-Wissensdatenbank und erweitere die API-Nachrichtenformatierung. Füge Unterstützung für ausgewählte Elemente aus der Datenbank hinzu und erhöhe die maximale Tokenanzahl für detailliertere Antworten. Implementiere eine neue JavaScript-Datei für eine neuronale Netzwerk-Hintergrundanimation und verbessere die CSS-Stile für den Light Mode. Optimiere die Benutzeroberfläche und die Lesbarkeit in beiden Modi. Aktualisiere die Grundstile für eine konsistente Darstellung.
Till Tomczak2025-04-28 14:49:02 +02:00
65c44ab371
Refactor node relationship handling in app.py and introduce new routes for thoughts association with nodes.
Till Tomczak2025-04-28 13:20:41 +02:00
05f6f149ad
Update ROADMAP.md: Mark completion of Phases 1, 2, and 3 with detailed task lists, introduce Phase 4 for user-defined mind maps, and outline future tasks including tagging and source management. Enhance visual design and UX elements, and update current improvements and future tasks for Q3 2024.
Till Tomczak2025-04-27 18:19:43 +02:00
12ed413c04
Update README.md: Enhance error handling for robust data processing and node references, improve connection detection between nodes, and update current status to reflect 75% completion of Phase 3. Document critical bug fixes in node visualization and API data format handling.
Till Tomczak2025-04-27 18:18:34 +02:00
ccf5a1d678
Update README.md: Add WebGL support for animated background effects, complete Phase 2 design tasks, and enhance MindMap features with improved clustering and visualization. Update current status and next steps to reflect recent progress.
Till Tomczak2025-04-27 18:17:52 +02:00
eb23d638e6
Merge remote-tracking branch 'origin/tills-branch' into tills-branch
Till Tomczak2025-04-27 18:16:30 +02:00
750dba2d6f
Update requirements.txt: Remove specific version for openai package to allow for flexibility in dependency management.
marwin2025-04-27 18:10:41 +01:00
6aa3780a96
Enhance MindMapVisualization functionality: Implement connection count updates for nodes upon data processing and fallback scenarios. Refactor connected node retrieval methods to improve safety and reliability by ensuring valid node IDs. Introduce a new method for checking links between nodes, enhancing overall robustness of the mind map visualization logic.
Till Tomczak2025-04-27 18:16:09 +02:00
8890a62026
Merge remote-tracking branch 'origin/tills-branch' into tills-branch
Till Tomczak2025-04-27 17:57:40 +02:00
6cf9b2a627
Update compiled Python files in __pycache__: Refresh app.cpython-313.pyc and models.cpython-313.pyc to reflect recent code changes and optimizations.
marwin2025-04-27 17:14:32 +01:00
4f6aea8e20
Update neural network background animation: Enhance color visibility and node dynamics for improved visual effects. Introduce clustering for node positioning and optimize connection rendering with increased opacity and strength. Remove old database file and update systades.db for better data management.
Till Tomczak2025-04-27 17:57:04 +02:00
e5f485d9d7
Update COMMON_ERRORS.md: Add a new entry for common error 'D' and maintain clarity in the documentation of frequent issues and their solutions.
Till Tomczak2025-04-27 17:15:54 +02:00
cf3fc09a63
Merge remote-tracking branch 'origin/tills-branch' into tills-branch
Till Tomczak2025-04-27 17:15:47 +02:00
10747a8336
Add new database file: Create systades.db to support application data storage and management.
marwin2025-04-27 17:00:27 +01:00
7eb958f3c8
Update app.py and COMMON_ERRORS.md for improved clarity and functionality: Correct the comment in app.py from "Kontext-Prozessor" to "Context-Prozessor" for better understanding. Enhance COMMON_ERRORS.md by adding new common errors and solutions related to TypeScript usage, OAuth implementation, and neural network background animation issues. Update mindmap page scripts to ensure proper global availability of functions and improve error handling for user notifications. Adjust template references for Tailwind CSS and Alpine.js to support both CDN and local versions, ensuring better resource loading and compatibility.
Till Tomczak2025-04-27 17:14:48 +02:00
4a3092a4d2
Update OpenAI API key and enhance app functionality: Replace the OpenAI API key in the .env file for improved access. Refactor app.py to include error handling for missing API keys and implement dark mode functionality with session management. Update README.md to reflect the use of Tailwind CSS via CDN and document the Content Security Policy (CSP) adjustments. Enhance mindmap data loading with a new API endpoint for refreshing data, ensuring better user experience during database connection issues. Update styles and templates for improved UI consistency and responsiveness.
Till Tomczak2025-04-27 16:56:16 +02:00
2d8cdc052f
Refactor chat interface in index.html and main.js: Improve user interaction by optimizing chat message rendering and enhancing initialization logic for the ChatGPT assistant. Update styles for better responsiveness and visual appeal, ensuring seamless integration with existing functionalities.
Till Tomczak2025-04-27 15:12:52 +02:00
968515ce2b
Overhaul website to modernize design, integrate SVG visualizations, and enhance KI functionality; update documentation for MindMapProjekt.
Till Tomczak2025-04-27 15:09:29 +02:00
b8ad3aea13
Implement cybernetwork background features: Add routes for serving cybernetwork CSS and JavaScript files, update base.html to include the new CSS and initialization script, and enhance style.css with smooth scrolling and background imports. This update improves the visual experience and functionality of the cybernetwork background in the application.
till-v2
Till Tomczak2025-04-27 15:01:38 +02:00
edf3049e42
Remove deprecated files and templates: Delete unused files including deployment scripts, environment configurations, and various HTML templates to streamline the project structure. This cleanup enhances maintainability and reduces clutter in the codebase.
Till Tomczak2025-04-27 14:50:20 +02:00
88f8e98df0
Enhance Neural Network Background Animation: Introduce subtle flowing network aesthetics with improved color schemes and animations. Update canvas handling to ensure proper layering and visibility. Implement new flow animations along connections for a more dynamic visual experience. Adjust node and connection properties for a cleaner, more organic look. Ensure compatibility with dark mode and optimize rendering methods for both WebGL and Canvas. Update styles to maintain transparency across themes.
marwin2025-04-27 12:16:57 +01:00
e5409eef68
Remove unused background scripts and assets: Delete background.js, network-animation.js, network-background.js, and associated media files to streamline the project. Update base.html to reflect changes in script references and ensure proper functionality of the dark mode theme.
marwin2025-04-27 11:51:35 +01:00
808a3c7bbe
Update compiled Python files and database: Refresh app and init_db bytecode files, and update mindmap database to reflect recent changes and improvements.
marwin2025-04-27 10:14:44 +01:00
0f7a33340a
Update mindmap database: replace binary file with a new version to reflect recent changes in structure and data.
marwin2025-04-27 08:56:56 +01:00
d117978005
Update GPT model to 'gpt-4o-mini' for chat functionality in app.py
Till Tomczak2025-04-27 08:03:55 +02:00
48d8463481
Enhance chat interface styling in index.html: Add animations for chat messages and typing indicators, implement smooth scrolling for chat messages, and customize scrollbar appearance. Introduce hover effects for quick query buttons to improve user interaction and visual feedback.
Till Tomczak2025-04-27 08:00:53 +02:00
08314ec703
Enhance embedded ChatGPT assistant functionality: Integrate a new chat interface within the index.html template, allowing users to interact with the assistant directly. Update main.js to ensure proper initialization and reference management. Improve user experience with quick query buttons and a responsive chat layout, while maintaining existing functionality in the application.
Till Tomczak2025-04-27 08:00:16 +02:00
0bb7d8d0dc
Add ChatGPT assistant initialization in main.js: Integrate a new ChatGPTAssistant instance during the MindMap application initialization, ensuring a global reference for enhanced user interaction. This update improves the functionality of the chat feature within the application.
Till Tomczak2025-04-27 07:52:23 +02:00
4a28c2c453
Refactor chat_with_assistant function to support messages array input: Enhance the chatbot API by allowing an array of messages for context, extracting system messages, and updating the response format. Maintain backward compatibility with the previous prompt structure while improving error handling for empty inputs.
Till Tomczak2025-04-27 07:49:40 +02:00
66d987857a
Remove deprecated database management scripts and admin user creation functionality: Delete create_admin.py, fix_db.py, rebuild_db.py, and test_db.py to streamline the project structure and eliminate unused code. Update README.md with installation instructions and management tools for improved user guidance.
Till Tomczak2025-04-27 07:46:48 +02:00
d58aba26c2
Refactor OpenAI integration and enhance mindmap UI: Update OpenAI client initialization to use a dedicated class, streamline API key management, and improve loading animations in the mindmap template. Add a modal for adding new thoughts with enhanced user feedback and error handling, while updating the loading overlay for better visual appeal and responsiveness.
Till Tomczak2025-04-27 07:43:03 +02:00
8f0a6d4372
Update environment configuration and enhance app functionality: Add detailed comments to the .env file for better clarity, implement a route to reload environment variables dynamically, and ensure the .env file is loaded with force in the app. Remove obsolete build and development scripts to streamline the project structure. Update setup script to create a .env file if it doesn't exist, prompting users to configure necessary values.
Till Tomczak2025-04-27 07:28:05 +02:00
5372fe220e
Add flash message API and enhance mindmap visualization: Implement a new API endpoint for retrieving flash messages, integrate flash message display in the mindmap visualization, and improve user feedback with dynamic notifications. Update UI elements for better responsiveness and visual appeal, while removing obsolete background image references.
Till Tomczak2025-04-27 07:18:32 +02:00
11ab15127c
Refactor mindmap visualization and enhance user authentication UI: Implement API calls to load mindmap data dynamically, process hierarchical data into nodes and links, and improve error handling. Update login and registration templates for a modern design with enhanced validation and user experience. Remove obsolete network background images.
Till Tomczak2025-04-27 07:08:38 +02:00
0705ecce59
Implement database path configuration and enhance category management: Update database URI to use an absolute path, ensure directory creation for the database, and implement default category creation on initialization. Add new routes for searching thoughts and user account management, while improving the UI with navigation updates for better accessibility.
Till Tomczak2025-04-27 07:02:54 +02:00
d42c43db50
Enhance footer layout and mindmap functionality: Revamp footer structure with improved grid layout, add social media icons, and implement a newsletter subscription form. Update mindmap template to use SVG background, streamline script loading, and enhance visualization initialization with new event handlers for user interactions.
Till Tomczak2025-04-27 06:33:01 +02:00
e46264b201
Fix: network background loading and fallback mechanism: Implement a retry logic for loading the network background image with a maximum of two attempts, first trying the SVG version and then falling back to a JPG if necessary. Add a fallback background drawing function to maintain visual continuity when image loading fails. Update placeholder comment in JPG file to reflect the use of an SVG alternative.
Till Tomczak2025-04-27 06:26:10 +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.
marwin2025-04-26 18:51:53 +01: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.
marwin2025-04-26 18:40:27 +01:00
4797cc3b72
Optimize network background animation and enhance UI styles: Adjust animation speeds for smoother transitions, implement dark mode support, and improve card and navbar styles with glassmorphism effects. Update HTML structure for better responsiveness and visual appeal.
Till Tomczak2025-04-25 23:39: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.
marwin2025-04-25 21:30:35 +01: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.
marwin2025-04-25 17:09:09 +01:00
84b492d8d2
Update README and enhance application functionality: Add detailed installation instructions, integrate OpenAI GPT for the AI assistant, implement error handling for various HTTP errors, and improve the admin interface with user management features. Refactor mindmap visualization and enhance UI with modern design elements.
Till Tomczak2025-04-25 00:30:04 +02:00
b0db3398f2
Erweitere die Anwendung um neue Funktionen: Implementiere eine dauerhafte Sitzung für den Dark Mode, füge Benutzer- und Gedankenbewertung hinzu, verbessere die Benutzeroberfläche und aktualisiere die Datenbankinitialisierung mit Beispielbenutzern und Gedanken. Optimiere die Templates für ein modernes Design und verbessere die Suchfunktionalität.
Till Tomczak2025-04-24 18:08:04 +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.
marwin2025-04-21 18:43:58 +01:00
b6bf9f387d
Update mindmap database: replace binary file with a new version to incorporate recent structural and data changes.
marwin2025-04-21 18:26:41 +01:00
d9fe1f8efc
Update mindmap database: replace existing binary file with a new version, reflecting recent changes in mindmap structure and data.
marwin2025-04-20 20:28:51 +01: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.
marwin2025-04-20 19:58:27 +01:00
55f1f87509
Refactor app initialization: encapsulate Flask app setup and database initialization within a create_app function, improving modularity and error handling during startup.
marwin2025-04-20 19:54:07 +01:00
03f8761312
Update Docker configuration to change exposed port from 5000 to 6000 in Dockerfile and docker-compose.yml, ensuring consistency across the application.
marwin2025-04-20 19:48:49 +01:00
506748fda7
Implement error handling and default node creation for mindmap routes; initialize database on first request to ensure root node exists.
marwin2025-04-20 19:43:21 +01:00
6d069f68cd
Update requirements.txt to include new dependencies for enhanced functionality and remove outdated packages for better compatibility.
marwin2025-04-20 19:32:32 +01: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.
marwin2025-04-20 19:31:13 +01:00