Releases: iissa-dev/Maintenance-Task-Tracker
Releases · iissa-dev/Maintenance-Task-Tracker
v1.0.0 - Production Ready Release
Maintenance Task Tracker - v1.0.0
This is the initial production-ready release of the Maintenance Task Tracker, featuring a clean full-stack architecture built on .NET 10 and React + Vite.
🚀 Features Included:
- Clean Architecture Implementation: Decoupled design containing isolated Domain, Application, Infrastructure, and API layers.
- Secure Authentication: Complete JWT authentication flow with role-based routing and secure validation for both HTTP and WebSockets.
- Real-Time Synchronizations: Real-time push notifications and data updates through integrated SignalR hubs mapped to
/requestHub. - Automated Seeding: Seamless runtime database initialization (
SeedAsync) to setup default security roles and initial admin credentials. - Unified Build Pipeline: Frontend is configured to build directly into the API’s
wwwrootfor a singular deployment layout.
⚙️ Prerequisites for this Release:
- .NET 10 SDK
- Node.js (>= 18.x)
- SQL Server Instance