Open Access. Powered by Scholars. Published by Universities.®

Digital Commons Network

Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences

PDF

University Honors Theses

Theses/Dissertations

2024

Relational databases

Articles 1 - 1 of 1

Full-Text Articles in Entire DC Network

The Cascading Effects Of Database Design, Liam Mccracken Jun 2024

The Cascading Effects Of Database Design, Liam Mccracken

University Honors Theses

This paper details how a relational database influenced the design of the rest of a software project. The software project in question is WonderTix, an open-source ticketing and donation platform for the use of Portland Playhouse under continuous development by teams of Portland State students as their computer science capstone project. The paper, a capstone review thesis, examines WonderTix as an instantiation of the Model-View-Controller design pattern, noting how the model, a relational database based on the SQL standard, influenced the design of the view and controller components. This influence is explored from three angles. First, when the implementation of …