
Garage Management System
The Mission
Designed and built a modular micro-frontend Garage Management System (GMS) integrated into the Partnr client. Built native app features including digital job cards, mechanic assignment interfaces, and dynamic session token injection.
Links & Resources
Visual Showcase
Engineered Features
Building with precision and purpose
Micro-frontend Architecture
Architected GMS as an independent module with its own navigation stacks, keeping host app size and memory footprint decoupled.
Digital Job Cards & Workflows
Digitized traditional garage operations with real-time customer registration, vehicle status logging, and mechanics assignment screens.
API & JWT Integration
Integrated secure REST APIs with JWT authentication handling and Redux-based state slices for modular data synchronization.
🛠️ Digitizing Workshop Operations
As part of modernizing Partnr's automotive ecosystem, the Garage Management System (GMS) digitizes traditional garage operations. Built using a React Native micro-frontend approach, GMS gives mechanics and garage owners an easy-to-use digital interface for job cards, status updates, and customer records.
🎯 Engineering Challenges & Monolith Splits
✨ Micro-frontend Architecture & Redux State
We designed GMS as a standalone micro-frontend module. It operates within its own React Navigation sub-stack and stores details in dedicated Redux Toolkit state slices. The system integrates lightweight REST APIs for managing customers, vehicles, and job cards. Mechanics can easily manage and log tasks, while the client app handles authentication dynamically by passing host tokens to backend request interceptors.
