Within our team software defect management felt like a chore, spending unnecessary time and effort wrangling shared spreadsheets for defect tracking, leading to missed critical defects and poor accountability. In a couple of weeks we replaced the fragmented Google Sheets QA process into a realtime reactive web application to centralize defect reporting, assignment, and tracking. The application supports role-based access, allowing QA users to log and update defects, developers to resolve them, and managers to monitor progress and metrics via a visualized dashboard.
- Reactive Frontend: Built using React and TanStack Start for a reactive user experience with Shadcn UI components.
- Backend & Real-time Engine: Integrated a Convex backend utilizing WebSockets that syncs instantly with our frontend.
- Serverless Architecture: Frontend is distributed to edge locations via Cloudflare Pages with a Convex serverless backend.