Skip to content

ZandercraftGames/TickerMaster

 
 

Repository files navigation

BTP405 Winter 2023: Project 1 - Due March 6 (20%)

Members: Zander Maitland, Meetsimar Kaur, Tanvir Singh, Maria Dmytrenko, Giuseppe Cosentino

Django CI Pylint

Learning Objectives

  • identify a potential product and feature set based on customer need
  • apply agile methodologies to management of a software product
  • create a high level architecture for a given product
  • build a system given a high level architecture

Overview

Your task is to build a product that will assist a company with concert ticket sales management. Users will have the opportunity to place orders for concert tickets. The following is information obtained when doing domain analysis and user research. Use this as a starting point when designing your product. The agile product engineering approach should be used to manage your development.

Your team must contain between three to five members. Each is expected to contribute equally to the final deliverable. If you do not have a group to work with, please let the instructor know and you will be assigned one.

Research

The solution must support multiple venues and multiple concerts in order to be useful to potential customers. Each venue will have a unique seating plan. For simplicity, the product will not track individual seats, but types of seats. Each seat type will have a certain number of seats allocated to it.

For example, the "Toronto Concert Hall" may have 100 floor seats, 500 level 1 seats, and 3000 level 2 seats while the "Sony Centre" may have 1000 gold seats and 7000 silver seats.

Concerts are usually held on a particular date and at a particular venue. A concert booked at a particular venue can (but does not have to) use all the seats in a venue. A concert promoter may decide to only use 50% of the seats in the chosen venue. Each seat type is assigned a single price. The number of seats sold shall be tracked by the system.

Information about venues, concerts, pricing and initial account balances must be uploaded into the system. The information must be updatable by the company hosting the system

Our system should be able to accept and process tickets orders from consumers (who may purchase a small number of tickets) and resellers or other commercial clients that purchase tickets in bulk. Such orders should be accepted via conventional Internet standards. It shall be able to process requests from multiple clients concurrently.

For now, we can safely assume that users will communicate in English and make purchases in Canadian dollars. In order for the product to be used in multiple countries, it should be designed in a matter such that it can easily support other languages and currencies in the future.

Our current team has background using the Python language and its associated web frameworks. Examples of these frameworks include Django and Flask. They also have experience with socket-level programming.

Deliverables

  • a product vision
  • personas, user stories, features
  • a high level architecture diagram
  • your JIRA project, this should contain your item backlog and sprints
  • a functional product
  • a demonstration and verbal discussion about your project with the instructor

Grading Criteria

Your work will be evaluated based on how well you have applied the concepts explored in the course material.

Submission after the due date will be penalized 10% per day

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.7%
  • Python 46.6%
  • CSS 2.2%
  • JavaScript 0.5%