Skip to content

feat: Implement complete fleet management system GUI application #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

javad204513
Copy link

This commit delivers the full implementation of the fleet management system as per the detailed plan.

Modules Included:

  • User Authentication (Admin, Operator roles)
  • Vehicle Management (CRUD)
  • Driver Management (CRUD)
  • Shift Planning (Templates and Assignments CRUD)
  • Mission Management (Request, Evaluate, Assign, Start, Complete, Cancel lifecycle)
  • Advanced Reporting (Driver Performance, Vehicle Utilization) with Excel/PDF export (basic PDF styling, Jalali font dependent)
  • Management Dashboard (KPIs and Mission Status Pie Chart with Matplotlib)

Key Features:

  • Modular design with UI components for each management area.
  • Database interaction via SQLAlchemy ORM with SQLite.
  • Dynamic UI updates based on selections and data changes.
  • Basic input validation and user feedback messages.

Further Considerations Post-Delivery:

  • Comprehensive unit and integration testing.
  • Robust Jalali font integration for PDF reports and charts (ensure Vazir.ttf or similar is correctly pathed/distributed).
  • Advanced database features (e.g., complex indexing, automated backups if not handled externally).
  • UI/UX refinements based on user feedback.
  • Detailed user and developer documentation.

This commit delivers the full implementation of the fleet management system as per the detailed plan.

Modules Included:
- User Authentication (Admin, Operator roles)
- Vehicle Management (CRUD)
- Driver Management (CRUD)
- Shift Planning (Templates and Assignments CRUD)
- Mission Management (Request, Evaluate, Assign, Start, Complete, Cancel lifecycle)
- Advanced Reporting (Driver Performance, Vehicle Utilization) with Excel/PDF export (basic PDF styling, Jalali font dependent)
- Management Dashboard (KPIs and Mission Status Pie Chart with Matplotlib)

Key Features:
- Modular design with UI components for each management area.
- Database interaction via SQLAlchemy ORM with SQLite.
- Dynamic UI updates based on selections and data changes.
- Basic input validation and user feedback messages.

Further Considerations Post-Delivery:
- Comprehensive unit and integration testing.
- Robust Jalali font integration for PDF reports and charts (ensure Vazir.ttf or similar is correctly pathed/distributed).
- Advanced database features (e.g., complex indexing, automated backups if not handled externally).
- UI/UX refinements based on user feedback.
- Detailed user and developer documentation.
@javad204513 javad204513 requested a review from a team as a code owner July 7, 2025 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant