Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.
/ ScrumPLE Public archive

Virtual collaboration and development environment following the Scrum SDLC

kkorolyov/ScrumPLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Build Status

ScrumPLE

A collaborative development environment tailored to the Scrum framework

Contents

Features
Architecture Brief
Development
Deployment
Screenshots
REST API

Features

ScrumPLE provides a number of useful features and tools intended to promote team collaboration and boost development throughput:

  • Isolated project domains for security and tidiness in a multi-tenant SaaS model
  • Persistent, tightly-integrated text chat encourages constant collaboration
  • Virtual Scrum artifacts provide the authentic Scrum experience out of office and in the cloud
  • Git repository hosting
  • Backlog, user story, and task monitoring

Architecture Brief

ScrumPLE is composed of 3 fundamental modules:

  • SQL database - Any SQL database providing data persistence
  • ScrumPLE-Core - A RESTful service providing all business logic
  • ScrumPLE-Pretty - An HTML/CSS/JavaScript front-end application providing main access to ScrumPLE

Development

ScrumPLE development is dependent on several popular development tools:

  • Gradle for dependency management and project lifecycle

Building ScrumPLE-Core

Simply run ScrumPLE-Core/gradlew(.bat) to generate a WAR file in ScrumPLE-Core/build/libs/

Deployment

The official ScrumPLE deployment is found here and composed of the following stack:

Additional Configuration

ScrumPLE-Core utilizes several parameters defined in a webapp context file found in <tomcat-install>/conf/Catalina/localhost/

  • databaseHost SQL database address
  • databasePort SQL database port
  • databaseUser database access user
  • databasePassword database access password
  • systemDatabase main schema name
  • logProps properties file defining logging preferences

Screenshots

Home Team Invite Dashboard Stories Sprints Meetings

REST API

ScrumPLE exposes all business logic via a RESTful web service which can be utilized by any external client.
Full help can be found here.

About

Virtual collaboration and development environment following the Scrum SDLC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •