Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 3930ce2

Browse files
Merge pull request #45 from bharatdwarkani/kailashp-patch-1
Update in README.MD
2 parents 1cb7faf + 936a354 commit 3930ce2

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# Task Planner
2-
Task Planner - A simple easy to use application to create project roadmaps, user stories, project estimates effortlessly using easy to use interface. Created project can easily be shared to any one by adding the receipents email id.
2+
Task Planner - A simple easy to use application to create project roadmaps, user stories, project estimates effortlessly using easy to use interface. Created project can easily be shared to any one by adding the recipients email id.
33

44
# Basic Requirements to run
55
* VS2017 update 15.3 and above as it uses .net core 2.0
66
* MS SQL Server for hosting SQL Database (Sample DB can be found here and can be hosted for getting started) https://github.com/bharatdwarkani/taskplanner/tree/development/Database%20sample
77

88
# Changes need to be done in source to setup application
9-
* Get a client and secret key by registering you app in google. For Login to work.
9+
* Get a client and secret key by registering your app in google. For Login to work.
1010
Reference - https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins?tabs=aspnetcore2x
11-
* Once registered replace client and secret id in apisettings.config file availabe in source https://github.com/bharatdwarkani/taskplanner/blob/development/TaskPlanner/appsettings.json
12-
* Also replace sql server db credentials after hosting database in same file appsettings.json
11+
* Once registered replace client and secret id in apisettings.config file available in source https://github.com/bharatdwarkani/taskplanner/blob/development/TaskPlanner/appsettings.json
12+
* Also replace SQL server DB credentials after hosting database in same file appsettings.json
1313
* Now host application and it will be ready to run.
1414

1515
# Key Features
1616

1717
* Login using google account
18-
* Share projects to any one by using there gmail id
18+
* Share projects to any one by using there Gmail id
1919
* Create, edit, delete and share projects
20-
* Effortlessly create road map ,user stories as if you are typing in an doc editor in a grid.
20+
* Effortlessly create road map, user stories as if you are typing in a doc editor in a grid.
2121
Categorize and group stories by theme, epics in a grid view
2222
* Add estimates, penalty, benefit, priority, theme, epic, sprint, release, assignee and priority to a story.
2323
* Export stories to excel
24-
* Developed using cutting edge technology .net core - cross platform compatible can be hosted on linux / windows.
24+
* Developed using cutting edge technology .net core - cross platform compatible can be hosted on Linux / windows.
2525
* Replaces email / excel and organizes features list at one place
2626

27-
* Note: This isn't an actual issue tracker but it helps in planning stories to be added in backlog of issue tracker its a first stage of your development cycle highly usefull for startup companies, consultancy team , product owners, scrum masters for writing user stories / feature plan effortlessly.
27+
* Note: This isn't an actual issue tracker, but it helps in planning stories to be added in backlog of issue tracker it’s a first stage of your development cycle highly useful for startup companies, consultancy team, product owners, scrum masters for writing user stories / feature plan effortlessly.
2828

2929
# Use Cases
3030

@@ -49,10 +49,10 @@ Categorize and group stories by theme, epics in a grid view
4949

5050
* Import from Excel, CSV, Jira XML.
5151
* Kanban boards for viewing stories by sprint, release, theme, epic
52-
* Chart & Graph visualisation
52+
* Chart & Graph visualization
5353
* Count based Statistics
5454
* Email to user when project is shared
55-
* Retaing selected columns for a project in database so that state of selected columns are retained project wise.
55+
* Retaining selected columns for a project in database so that state of selected columns are retained project wise.
5656
* Integration with issue trackers JIRA, Trello, GitHub, GitLab.
5757
* Improve Responsiveness to mobile
5858
* Documents and screenshots maintenance
@@ -67,7 +67,7 @@ Google Authentication
6767

6868
![Login](http://www.syncfusion.com/downloads/support/directtrac/general/login1311576156.png "Login")
6969

70-
Projects - Add, Edit, Delete, Favourite
70+
Projects - Add, Edit, Delete, Favorite
7171

7272
![Projects](http://www.syncfusion.com/downloads/support/directtrac/general/projects-461488668.png "Projects")
7373

@@ -79,20 +79,18 @@ Plan roadmaps / stories / features
7979

8080
![Planning Stories / Roadmap](http://www.syncfusion.com/downloads/support/directtrac/general/stories1753205535.png "Planning Stories / Roadmap")
8181

82-
Using additional columns other than those visble by default
82+
Using additional columns other than those visible by default
8383

8484
![Selecting Columns](http://www.syncfusion.com/downloads/support/directtrac/general/columns1029361484.png "Selecting Columns")
8585

8686
Featured in Product Hunt popular list - https://www.producthunt.com/posts/task-planner
8787

8888
# Third Party library credits
8989

90-
Thankfull to following third party library vendors aiding in implementation of features
90+
Thankful to following third party library vendors aiding in implementation of features
9191

9292
* Bootstrap
9393
* Toastr
9494
* typescript
9595
* Systemjs
9696
* Syncfusion Essential Javascript 2 components (Grid, Button, Dialog) - https://www.syncfusion.com
97-
98-

0 commit comments

Comments
 (0)