-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust work tracker based upon chris request (#2000)
* WorkTask to SprintTask * WorkTracker to SprintPlanner * Rename stale work tracker display names * edit group description radio input * rename display name work task to sprint task * rename children to subtasks * rename files work-tracker to sprint-planner * rename folder * point to correct code ref * point to correct code ref * rename class name * add todo card * let task inherit todo card * rename fields to be generically applicable to todo * rename taskName -> name * rename taskDetail to details * update crm task to have account field as a linksTo * Add a todo instance * stale renaming of classes * remove loosegoosey that wrongly inherits and fix all instances for fidelity * Fix data for Task instance * adjust squareness of completion status
- Loading branch information
1 parent
0570b8c
commit 34b8ba3
Showing
33 changed files
with
413 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"title": "Sprint Task", | ||
"description": "Catalog entry for Sprint Task", | ||
"ref": { | ||
"name": "SprintTask", | ||
"module": "../sprint-task" | ||
}, | ||
"isField": false | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "https://cardstack.com/base/catalog-entry", | ||
"name": "CatalogEntry" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"title": "Task", | ||
"description": "Catalog entry for Task", | ||
"ref": { | ||
"name": "Task", | ||
"module": "../task" | ||
}, | ||
"isField": false | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "https://cardstack.com/base/catalog-entry", | ||
"name": "CatalogEntry" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"title": "Todo", | ||
"description": "Catalog entry for Todo", | ||
"ref": { | ||
"name": "Todo", | ||
"module": "../todo" | ||
}, | ||
"isField": false | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "https://cardstack.com/base/catalog-entry", | ||
"name": "CatalogEntry" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.