You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13-15Lines changed: 13 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,30 @@
1
1
# 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.
3
3
4
4
# Basic Requirements to run
5
5
* VS2017 update 15.3 and above as it uses .net core 2.0
6
6
* 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
7
7
8
8
# 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.
* 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
13
13
* Now host application and it will be ready to run.
14
14
15
15
# Key Features
16
16
17
17
* 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
19
19
* 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.
21
21
Categorize and group stories by theme, epics in a grid view
22
22
* Add estimates, penalty, benefit, priority, theme, epic, sprint, release, assignee and priority to a story.
23
23
* 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.
25
25
* Replaces email / excel and organizes features list at one place
26
26
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.
28
28
29
29
# Use Cases
30
30
@@ -49,10 +49,10 @@ Categorize and group stories by theme, epics in a grid view
49
49
50
50
* Import from Excel, CSV, Jira XML.
51
51
* Kanban boards for viewing stories by sprint, release, theme, epic
52
-
* Chart & Graph visualisation
52
+
* Chart & Graph visualization
53
53
* Count based Statistics
54
54
* 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.
56
56
* Integration with issue trackers JIRA, Trello, GitHub, GitLab.
0 commit comments