Conversation
77f82cb to
39581e4
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR introduces "Dashboard2.0" by restructuring the SISmanager project from a script-based architecture to a Flask web application with a dashboard interface. The changes include reorganizing the codebase into a proper package structure with blueprints for different functionalities and adding a web-based UI.
Key changes:
- Restructures the project from
src/tosismanager/package structure with Flask blueprints - Adds web dashboard with HTML templates and CSS styling for Home, Importer, Calendar, Materials, and Money sections
- Updates import statements across all test files and service modules to reflect the new package structure
Reviewed Changes
Copilot reviewed 33 out of 42 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/unit/*.py | Updates import statements to use new sismanager package structure |
| tests/integration/test_workflows.py | Updates import statements for new package structure |
| sismanager/templates/*.html | Adds HTML templates for dashboard pages with base template and styling |
| sismanager/static/css/dashboard.css | Adds CSS styling for the web dashboard interface |
| sismanager/services/inout/*.py | Updates import statements to use absolute sismanager imports |
| sismanager/scripts/run_xlsx_to_centraldb.py | Updates imports and adds hardcoded file path |
| sismanager/blueprints/*/routes.py | Adds Flask blueprint route handlers for different dashboard sections |
| sismanager/init.py | Creates Flask application factory with blueprint registration |
| run.py | Adds Flask application entry point |
| lint.sh | Updates linting script to target sismanager/ instead of src/ |
| docker-compose.yml | Adds Docker Compose configuration for Flask development |
| README.md | Updates project structure documentation |
| Dockerfile | Adds Docker configuration for containerized deployment |
| .github/workflows/ci.yml | Adds GitHub Actions CI workflow |
ef43b83 to
31bbcb9
Compare
31bbcb9 to
e0388c1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.