PROJECT OVERVIEW
CollaborTrak is a full-stack issue tracking and project management system built to support real-world team workflows. It features role-based dashboards, custom ticket workflows, and dynamic search and reporting tools tailored for software teams. Users log in as Admin, Manager, Developer, QA Agent, or Website Specialist - each with unique permissions and a personalized UI.
The app is built with React / Vite on the frontend and Java Spring Boot on the backend, with a MySQL database and secure cloud deployment. It’s responsive, fast, and structured for long-term scalability.
CAPSTONE CHALLENGE
This project was developed for my Software Engineering degree, with the goal of creating a production-grade full stack application that fulfilled all academic and professional criteria. Rather than reusing a class assignment, I chose to evolve an early MERN-based side project (SIMTrak) into a more advanced and polished version using technologies I had grown more comfortable with over time.
CollaborTrak was designed to meet strict requirements, including object-oriented programming concepts (inheritance, encapsulation, polymorphism), validation, report generation, user authentication, and maintainable code structure. Every feature, from secure logins to ticket linking and custom workflows, was built to showcase technical growth and real-world readiness.
AN AMBITIOUS PLAN
One of the capstone requirements encouraged reusing a previous class or side project. I chose to evolve the frontend from SIMTrak - my first attempt at a Jira clone built with the MERN stack.
With CollaborTrak, my goal was to demonstrate how far I’ve come as a full-stack developer. I reimagined the project using a modern tech stack (Spring Boot, Vite, and MySQL) to create a more scalable and secure application that reflects real-world workflows and the lessons I’ve learned while in university.
The original SIMTrak client was built with React and Create React App, the backed with a Node.JS / Express API and a MySQL database hosted on ClearDB via Heroku. For CollaborTrak, I rebuilt the frontend using React / Vite, and replaced the non functioning backend with Java Spring Boot, Spring Security, and MySQL, a shift that reflects real architectural progress and deeper technical confidence. It also lays a strong foundation for future feature growth beyond graduation.
PLANNING AND ARCHITECTURE
Before diving into the development, I focused on establishing a solid structural foundation for the application. The capstone requirements called for formal planning artifacts, including UML diagrams, entity-relationship diagrams (ERDs), and wireframes - but I also wanted to ensure the architecture reflected real-world development practices.
DESIGN DECISIONS
OOP PRINCIPALS
Object-oriented programming shaped the backend structure. I used:
- Encapsulation through DTOs to shape API responses and protect internal models
- Inheritance to model ticket types from a shared base Ticket entity
- Polymorphism via service interfaces for flexible, interchangeable business logic
- Composition over inheritance where appropriate to reduce coupling between components
BACKEND HIGHLIGHTS
- Leveraged Spring Boot and JPA for clean, annotation-based entity mapping
- Created isolated service layers to support unit testing and business logic reuse
- Employed custom validation and exception handling for robustness
- Avoided unnecessary complexity to ensure maintainability as the app grows
OOP PRINCIPALS
Object-oriented programming shaped the backend structure. I used:
- Encapsulation through DTOs to shape API responses and protect internal models
- Inheritance to model ticket types from a shared base Ticket entity
- Polymorphism via service interfaces for flexible, interchangeable business logic
- Composition over inheritance where appropriate to reduce coupling between components
BACKEND HIGHLIGHTS
- Leveraged Spring Boot and JPA for clean, annotation-based entity mapping
- Created isolated service layers to support unit testing and business logic reuse
- Employed custom validation and exception handling for robustness
- Avoided unnecessary complexity to ensure maintainability as the app grows
DESIGN APP'S DASHBOARD
The benefit of being able to improve on the repurposed SIMTRAK componentes enabled me to update the color palette, which was chosen to create a entirely new brand identity which would align with the sites goals.
UI SHOWCASE
Take a visual tour of the CollaborTrak interface, designed to balance functionality with clarity. Each screen was built to reflect real-world team workflows, providing intuitive layouts for every user role. The use of Chart JS was added to showcase the use of beneficial JS libraries. Semantic UI was chose for its modularity and ease of use. I wanted to include more features for the MVP but had to practice restraint to meet the deadline.
In conclusion
The project is challenging and ongoing from a passion project standpoint. I continue to develop new features as this forces me to rapidly learn and expand my skill set.
Thanks for looking.