Hello! My name is Kaitlynn and I am a graduate from the University of Nevada-Las Vegas, where I earned degrees in Computer Science and Kinesiology. Over the past 3 years, I've honed my programming skills in C++ and Python, applying them to develop innovative solutions in both academic and professional settings. Since graduating, I have worked as a Project Management Coordinator and a Platform Engineer, expanding my technical toolkit and leadership experience. I'm excited to continue using my technical and creative skills to build impactful, user-focused solutions.
To View a Simplified Version: Area Coverage Algorithm
This project contains a Forge app that displays in a Jira issue panel. It shows a table of related bug tickets and includes a custom "Create Ticket" button. The primary goal of this app is to streamline bug tracking while preventing clutter on the main project board.
The main board is reserved for system-wide or project-level bugs, not for minor issues like fixes related to individual tickets (e.g., feature enhancements or small improvements). Previously, the quality analysis team would document these smaller issues by leaving comments on the original tickets. This approach made it difficult to track workload and manage bug resolution effectively.
Additionally, Jira automation was not a viable solution. It does not support a rich text editor in ticket descriptions and does not automatically open the newly created ticket. This adds extra manual effort for the QA team, who must locate the ticket afterward and manually add screenshots or apply formatting.
This app addresses that pain point by providing a custom "Create Ticket" link that preloads the necessary fields and opens the ticket creation page directly.
To view Project: Forge Bug Tracker - Issue Context
To view Project: Neural Network Model Project
To view Project: Neural Network Model Project