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

syncfusion/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.

Deployment

Requirements to run the demo

The sample requires the below requirements to run.

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

Check all the showcase samples from here.

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