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.
Перейти к файлу
sabari-senthamaraikannan a16897e1d5
Merge pull request #6 from BharatRamsf3693/master
891562: Need to move the latest changes to public repo
2024-07-05 17:20:21 +05:30
Controllers 891562: Need to move the latest changes to public repo 2024-06-28 15:35:21 +05:30
Models 891562: Need to move the latest changes to public repo 2024-06-28 15:35:21 +05:30
Properties 891562: Need to move the latest changes to public repo 2024-06-28 15:35:21 +05:30
Utils 891562: Need to move the latest changes to public repo 2024-06-28 15:35:21 +05:30
Views 891562: Need to move the latest changes to public repo 2024-06-28 15:35:21 +05:30
wwwroot 891562: Add changes to have license banner 2024-07-03 12:11:27 +05:30
.gitignore 891562: Update .gitignore 2024-07-01 16:31:04 +05:30
NuGet.Config 891562: Need to move the latest changes to public repo 2024-06-28 15:35:21 +05:30
PlanningPoker.csproj 891562: Need to move the latest changes to public repo 2024-06-28 15:35:21 +05:30
PlanningPoker.sln 891562: Need to move the latest changes to public repo 2024-06-28 15:35:21 +05:30
Program.cs 891562: Need to move the latest changes to public repo 2024-06-28 15:35:21 +05:30
README.md 891562: Update README.md 2024-07-04 10:18:06 +05:30
appsettings.Development.json Moving source to repository. 2018-07-11 22:41:56 +05:30
appsettings.json Moving source to repository. 2018-07-11 22:41:56 +05:30
bundleconfig.json Moving source to repository. 2018-07-11 22:41:56 +05:30
gulpfile.js 891562: Need to move the latest changes to public repo 2024-06-28 15:35:21 +05:30
package.json 891562: Need to move the latest changes to public repo 2024-06-28 15:35:21 +05:30
web.config 891562: Need to move the latest changes to public repo 2024-06-28 15:35:21 +05:30

README.md

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

https://aspdotnetcore.syncfusion.com/showcase/aspnetcore/story-estimator/

Check all the showcase samples from here.