Skip to content

Story Estimator (SE) is an agile based effective technique used to estimate story points. Agile teams around the world use this tool for product backlog items estimation. SE estimates tasks relative to other tasks.

Notifications You must be signed in to change notification settings

Balaji-Elumalai/ej2-showcase-aspnetcore-story-estimator

 
 

Repository files navigation

Overview

Story Estimator is an agile based tool to effectively estimate stories using planning poker technique. Planning Poker is a consensus based technique used for estimating and planning. Agile teams around the world use this kind of tool to estimate their product backlogs and how long a certain amount of work will take to complete.

Prerequisites

To run the sample, .NET Core SDK must be installed. Follow this link to download: https://www.microsoft.com/net/download/windows

Deployment

To run the sample using command prompt do the following.

Install

To install all dependent packages, use the following command.

npm install

Run the following gulp commands one by one for CSS and JS minification.

gulp css-clean
gulp clean-bundle
gulp sass-to-css
gulp min:css
gulp min:js

Build

To compile the source files, use the following command.

dotnet build

Run

Use the given command to run the sample.

dotnet run

Now, open the listening URL in the browser to check the application.

Demo

About

Story Estimator (SE) is an agile based effective technique used to estimate story points. Agile teams around the world use this tool for product backlog items estimation. SE estimates tasks relative to other tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.6%
  • C# 31.6%
  • HTML 16.4%
  • SCSS 11.1%
  • CSS 0.3%