|
|
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.
|
2025-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.
|
2025-04-27 14:50:20 +02:00 |
|
|
|
d117978005
|
Update GPT model to 'gpt-4o-mini' for chat functionality in app.py
|
2025-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.
|
2025-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.
|
2025-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.
|
2025-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.
|
2025-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.
|
2025-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.
|
2025-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.
|
2025-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.
|
2025-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.
|
2025-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.
|
2025-04-27 07:02:54 +02:00 |
|
|
|
1c59b0b616
|
node entfernt
|
2025-04-27 06:49:59 +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.
|
2025-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.
|
2025-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.
|
2025-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.
|
2025-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.
|
2025-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.
|
2025-04-25 21:30:35 +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.
|
2025-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.
|
2025-04-24 18:08:04 +02:00 |
|
|
|
511639ed15
|
Add user authentication, thoughts, and comments functionality; enhance mindmap visualization and UI
|
2025-04-20 18:48:14 +02:00 |
|
|
|
c8a9de2e43
|
schöne nachricht
|
2025-04-20 17:27:09 +01:00 |
|
|
|
e829d93787
|
pisse
|
2025-04-20 17:19:01 +01:00 |
|
|
|
1819ba4efc
|
req
|
2025-04-20 17:14:29 +01:00 |
|
|
|
053a96b733
|
start
|
2025-04-20 17:09:30 +01:00 |
|