github.com/ryanhornik/databases ↗
Theme Park Management System Web Application
Open this visualization on its own page →
Contributors
6
Lines of Code
2,184
From
2015-01-29
To
2015-04-28
About ryanhornik/databases
This is a university database course project that implements a theme park management system as a web application built in C#. The project serves as coursework for COSC 3380 and involves building out core functionality for managing a theme park's operations. The team uses a standard Git workflow with feature branches off a develop branch, which then merge into master for releases, with version 1.0 planned once all features are complete.
The project emphasizes collaborative development, requiring team members to claim issues from the issue tracker before starting work. Test data generation is identified as a critical priority since many other features depend on having realistic data to work with. This is a fairly comprehensive system, suggesting it will need to handle typical theme park operations like attractions, schedules, staffing, and possibly ticketing or guest management.