Skip to content

aidandoherty01/CEN3031-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Human Scrum

Project Description

The objective of this project is to develop an IT help desk ticket system designed to streamline the process of submitting and managing IT support requests. Users will be able to submit tickets for issues such as account assistance and repair requests.

Key features of the system include:

Automatic Ticket Assignment:

The system will automatically assign tickets to individual IT staff members based on predefined criteria.

Built-in Calendar:

A robust calendar feature to manage the high volume of tickets, ensuring efficient scheduling and tracking.

Communication Tools:

Support for asynchronous messaging between ticket submitters and IT staff to enhance communication and resolution efficiency.

The system must be capable of running on multiple machines while accessing a central database.

Authors

  • Aidan Doherty
  • Anh Le
  • Corey Telkitz

Setup:

How to run locally

Install Python3 and pip, follow install instructions on respective webpages

Clone the forked repository to your local machine:

git clone https://github.com/aidandoherty01/CEN3031-Project.git

Change to the directory of the cloned repository:

cd CEN3031-Project

Then, type

python3 -m venv .venv

Next,

.venv/scripts/activate

Install

pip install -r requirements.txt

Run

Flask --app app run

Open http://127.0.0.1:5000 in browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published