Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrum Simulator

Overview

Please write overview here

Table of Contents

Features

  • Authentication with three user types: DEVELOPER, SCRUM_MASTER, and PRODUCT_OWNER.
  • Simulation of Scrum processes for collaborative development.
  • Frontend built with SwingUI for a user-friendly interface.
  • Maven build system for project management.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Java Development Kit (JDK) [21]
  • Maven [3.9.2]

Installation

  1. Clone the repository:

     git clone https://github.com/KirtanSoni/SER515_Group_Soni.git
  2. Move to the Cloned Directory:

    cd scrum-simulator
  3. Build Maven

    mvn clean install

Usage

  1. Run the test cases: (optional)

    Mac Run command:

    sh run.sh
  2. Run the Application through SwingUI:

    mvn clean install
    java -cp "target/classes:lib/*" org.SER.classes.ScrumGame

UserId and Password inside the Application

Username: ser515@gmail.com
password: 12345

Contributing

  • Kirtan Soni
  • Shubham Shah
  • Monil Prajapati
  • Janmay Bhatt
  • Neel Shah

Scrum Simulator

  • The authentication makes it secure by making restricted users onlyAllow Access.
  • There is Simulation Game for scrum process
  • It contains features for the Product backlog and SprintBacklog functionalities with helper functions.\
  • There is BurntDown Chart which shows when and how much project tasks are been completed.
  • There is Project Progress Bar displaying current progress percentage status.
  • It contains feature for working with User Stories and managing it.
  • The Database takes care of the permanent storage of Users, UserStories, backlogs, BurntDown chart and Project Progress.
  • The BusinessValue and DeveloperValue are also taken into consideration in this Scrum Simulator.

About

SER515 Project

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages