Skip to content

CS-8347-create-and-linked-sprint-tracker-to-catalog #2424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 10 commits into
base: skeleton-catalog-app
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
},
"tags.0": {
"links": {
"self": "../Tag/140feda8-625b-4a24-9ddb-6f4da891aef2"
"self": "../tag/Tag/140feda8-625b-4a24-9ddb-6f4da891aef2"
}
},
"tags.1": {
"links": {
"self": "../Tag/ed5a1a3f-0dbf-47b5-b2a6-d88b0d2a7642"
"self": "../tag/Tag/ed5a1a3f-0dbf-47b5-b2a6-d88b0d2a7642"
}
},
"license": {
Expand All @@ -116,4 +116,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
{
"data": {
"type": "card",
"attributes": {
"name": "Sprint Planner",
"summary": "Sprint Planner is a Kanban board task planner designed to organize and track the progress of tasks throughout a sprint.",
"images": [
"https://boxel-images.boxel.ai/app-assets/catalog/sprint-planner-listing/screenshot_01.png"
],
"description": null,
"thumbnailURL": "https://boxel-images.boxel.ai/app-assets/catalog/sprint-planner-listing/thumbnail.png"
},
"relationships": {
"specs.0": {
"links": {
"self": "../Spec/sprint-planner"
}
},
"specs.1": {
"links": {
"self": "../Spec/sprint-task"
}
},
"specs.2": {
"links": {
"self": "../Spec/task"
}
},
"specs.3": {
"links": {
"self": "../Spec/todo"
}
},
"specs.4": {
"links": {
"self": "../Spec/user"
}
},
"specs.5": {
"links": {
"self": "../Spec/tag"
}
},
"specs.6": {
"links": {
"self": "../Spec/task-planner"
}
},
"specs.7": {
"links": {
"self": "../Spec/kanban-resource"
}
},
"specs.8": {
"links": {
"self": "../Spec/filter-display"
}
},
"specs.9": {
"links": {
"self": "../Spec/filter-dropdown"
}
},
"specs.10": {
"links": {
"self": "../Spec/filter-dropdown-item"
}
},
"specs.11": {
"links": {
"self": "../Spec/filter-trigger"
}
},
"publisher": {
"links": {
"self": "../Publisher/8410bd6d-ecbe-4044-ad69-33211f396abf"
}
},
"categories.0": {
"links": {
"self": "../Category/49af3b96-eb8d-46d8-a193-497042b6bbf3"
}
},
"categories.1": {
"links": {
"self": "../Category/cd64ecea-186a-451b-9f66-4d9a1ce88a00"
}
},
"tags.0": {
"links": {
"self": "../tag/Tag/afa54e32-26c3-40bb-849b-29bf7045a5f2"
}
},
"tags.1": {
"links": {
"self": "../tag/Tag/d0b0a287-6b35-4e4d-ab14-d66dcff0f37d"
}
},
"tags.2": {
"links": {
"self": "../tag/Tag/2f508e07-80ac-4df4-ba66-c8c551a42242"
}
},
"tags.3": {
"links": {
"self": "../tag/Tag/fe9859f8-d906-4be7-962e-c804076690ac"
}
},
"license": {
"links": {
"self": null
}
},
"examples.0": {
"links": {
"self": "../sprint-planner/SprintPlanner/6a51360f-431c-446a-8db6-f608d3f3e079"
}
}
},
"meta": {
"adoptsFrom": {
"module": "../catalog-app/listing/listing",
"name": "AppListing"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
},
"tags.0": {
"links": {
"self": "../Tag/631d1b5d-fcd0-465c-964e-e535fc6bb893"
"self": "../tag/Tag/631d1b5d-fcd0-465c-964e-e535fc6bb893"
}
},
"tags.1": {
"links": {
"self": "../Tag/4d0f9ae2-048e-4ce0-b263-7006602ce6a4"
"self": "../tag/Tag/4d0f9ae2-048e-4ce0-b263-7006602ce6a4"
}
},
"license": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"tags.0": {
"links": {
"self": "../Tag/c1fe433a-b3df-41f4-bdcf-d98686ee42d7"
"self": "../tag/Tag/c1fe433a-b3df-41f4-bdcf-d98686ee42d7"
}
},
"license": {
Expand All @@ -49,4 +49,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"tags.0": {
"links": {
"self": "../Tag/4d0f9ae2-048e-4ce0-b263-7006602ce6a4"
"self": "../tag/Tag/4d0f9ae2-048e-4ce0-b263-7006602ce6a4"
}
},
"license": {
Expand Down Expand Up @@ -65,4 +65,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"tags.0": {
"links": {
"self": "../Tag/51de249c-516a-4c4d-bd88-76e88274c483"
"self": "../tag/Tag/51de249c-516a-4c4d-bd88-76e88274c483"
}
},
"license": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"tags.0": {
"links": {
"self": "../Tag/4d0f9ae2-048e-4ce0-b263-7006602ce6a4"
"self": "../tag/Tag/4d0f9ae2-048e-4ce0-b263-7006602ce6a4"
}
},
"license": {
Expand Down Expand Up @@ -64,4 +64,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"data": {
"type": "card",
"attributes": {
"name": "Software Development",
"description": null,
"thumbnailURL": null
},
"meta": {
"adoptsFrom": {
"module": "../catalog-app/listing/category",
"name": "Category"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"tags.0": {
"links": {
"self": "../Tag/ed5a1a3f-0dbf-47b5-b2a6-d88b0d2a7642"
"self": "../tag/Tag/ed5a1a3f-0dbf-47b5-b2a6-d88b0d2a7642"
}
},
"license": {
Expand All @@ -50,4 +50,4 @@
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/catalog-realm/SkillListing/cursor-coding.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
"tags.0": {
"links": {
"self": "../Tag/631d1b5d-fcd0-465c-964e-e535fc6bb893"
"self": "../tag/Tag/631d1b5d-fcd0-465c-964e-e535fc6bb893"
}
},
"tags.1": {
"links": {
"self": "../Tag/ed5a1a3f-0dbf-47b5-b2a6-d88b0d2a7642"
"self": "../tag/Tag/ed5a1a3f-0dbf-47b5-b2a6-d88b0d2a7642"
}
},
"license": {
Expand All @@ -59,4 +59,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/catalog-realm/SkillListing/talk-like-a-pirate.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
"tags.0": {
"links": {
"self": "../Tag/631d1b5d-fcd0-465c-964e-e535fc6bb893"
"self": "../tag/Tag/631d1b5d-fcd0-465c-964e-e535fc6bb893"
}
},
"tags.1": {
"links": {
"self": "../Tag/ed5a1a3f-0dbf-47b5-b2a6-d88b0d2a7642"
"self": "../tag/Tag/ed5a1a3f-0dbf-47b5-b2a6-d88b0d2a7642"
}
},
"license": {
Expand Down
24 changes: 24 additions & 0 deletions packages/catalog-realm/Spec/filter-display.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"data": {
"type": "card",
"attributes": {
"readMe": null,
"ref": {
"name": "Filter Display",
"module": "../components/kanban/filter-display"
},
"specType": "component",
"containedExamples": [],
"title": "Filter Display",
"description": "Spec for Kanban Filter Display component",
"thumbnailURL": null
},
"relationships": {},
"meta": {
"adoptsFrom": {
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
}
}
24 changes: 24 additions & 0 deletions packages/catalog-realm/Spec/filter-dropdown-item.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"data": {
"type": "card",
"attributes": {
"readMe": null,
"ref": {
"name": "Filter Dropdown Item",
"module": "../components/kanban/filter-dropdown-item"
},
"specType": "component",
"containedExamples": [],
"title": "Filter Dropdown Item",
"description": "Spec for Kanban Filter Dropdown Item component",
"thumbnailURL": null
},
"relationships": {},
"meta": {
"adoptsFrom": {
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
}
}
24 changes: 24 additions & 0 deletions packages/catalog-realm/Spec/filter-dropdown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"data": {
"type": "card",
"attributes": {
"readMe": null,
"ref": {
"name": "Filter Dropdown",
"module": "../components/kanban/filter-dropdown"
},
"specType": "component",
"containedExamples": [],
"title": "Filter Dropdown",
"description": "Spec for Kanban Filter Dropdown component",
"thumbnailURL": null
},
"relationships": {},
"meta": {
"adoptsFrom": {
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
}
}
Loading
Loading