Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into shard-server-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra committed Jan 7, 2025
2 parents 2e7c69b + 2f93df0 commit 8a17e3c
Show file tree
Hide file tree
Showing 96 changed files with 4,013 additions and 355 deletions.
20 changes: 20 additions & 0 deletions packages/experiments-realm/CatalogEntry/tag.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"data": {
"type": "card",
"attributes": {
"title": "Tag",
"description": "Catalog entry for Tag",
"ref": {
"name": "Tag",
"module": "../tag"
},
"isField": false
},
"meta": {
"adoptsFrom": {
"module": "https://cardstack.com/base/catalog-entry",
"name": "CatalogEntry"
}
}
}
}
20 changes: 20 additions & 0 deletions packages/experiments-realm/CatalogEntry/team-member.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"data": {
"type": "card",
"attributes": {
"title": "Team Member",
"description": "Catalog entry for Team Member",
"ref": {
"name": "TeamMember",
"module": "../sprint-task"
},
"isField": false
},
"meta": {
"adoptsFrom": {
"module": "https://cardstack.com/base/catalog-entry",
"name": "CatalogEntry"
}
}
}
}
20 changes: 20 additions & 0 deletions packages/experiments-realm/CatalogEntry/team.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"data": {
"type": "card",
"attributes": {
"title": "Team",
"description": "Catalog entry for Team",
"ref": {
"name": "Team",
"module": "../sprint-task"
},
"isField": false
},
"meta": {
"adoptsFrom": {
"module": "https://cardstack.com/base/catalog-entry",
"name": "CatalogEntry"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"meta": {
"adoptsFrom": {
"module": "../productivity/task",
"module": "../sprint-task",
"name": "Project"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"meta": {
"adoptsFrom": {
"module": "../productivity/task",
"module": "../sprint-task",
"name": "Project"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@
"data": {
"type": "card",
"attributes": {
"tabs": [],
"headerIcon": {
"altText": null,
"size": "actual",
"height": null,
"width": null,
"base64": null
},
"moduleId": null,
"title": "Engineering Team Sprint",
"description": null,
"thumbnailURL": null
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"type": "card",
"attributes": {
"status": {
"completed": false,
"index": 1,
"label": "Next Sprint",
"color": "#64B5F6"
"color": "#64B5F6",
"completed": false
},
"dateRange": {
"start": "2024-12-08",
Expand All @@ -16,8 +16,8 @@
"index": 1,
"label": "Medium"
},
"name": "Pill Picker Example",
"details": "Use multi-select but for pills",
"name": "Create Pill Picker Example",
"details": "Implementation of a multi-select component using pills UI pattern, intended for use in the multi-filter feature. Users can select multiple pills simultaneously.\n\n**Note:** *This ticket is no longer relevant*",
"description": null,
"thumbnailURL": null
},
Expand All @@ -39,28 +39,18 @@
},
"assignee": {
"links": {
"self": null
"self": "../TeamMember/f832cfb6-959e-4d0d-bc83-8712a36a910a"
}
},
"tags.0": {
"links": {
"self": "../Tag/ad921cba-ffc7-4fdb-af34-ab8b93eae228"
}
},
"tags.1": {
"links": {
"self": "../Tag/6b8446c8-b185-4de9-ba81-88f8b9eee7f5"
}
},
"tags.2": {
"links": {
"self": "../Tag/f00a2177-df10-4ad7-8eac-2fbf8448de98"
}
}
},
"meta": {
"adoptsFrom": {
"module": "../productivity/task",
"module": "../sprint-task",
"name": "SprintTask"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"type": "card",
"attributes": {
"status": {
"completed": false,
"index": 2,
"label": "Current Sprint",
"color": "#00BCD4"
"index": 4,
"label": "In Review",
"color": "#9575CD",
"completed": false
},
"dateRange": {
"start": "2024-10-09",
"end": "2024-10-11"
"start": "2024-10-10",
"end": "2025-01-09"
},
"priority": {
"index": null,
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"assignee": {
"links": {
"self": "../TeamMember/f832cfb6-959e-4d0d-bc83-8712a36a910a"
"self": "../TeamMember/5c42e6e9-59c8-4585-a721-e3414d7e7c9e"
}
},
"tags.0": {
Expand All @@ -60,7 +60,7 @@
},
"meta": {
"adoptsFrom": {
"module": "../productivity/task",
"module": "../sprint-task",
"name": "SprintTask"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,21 @@
"type": "card",
"attributes": {
"status": {
"completed": false,
"index": 2,
"label": "Current Sprint",
"color": "#00BCD4"
"color": "#00BCD4",
"completed": false
},
"dateRange": {
"start": "2024-11-18",
"end": "2024-11-19"
"start": "2024-12-19",
"end": "2025-01-09"
},
"priority": {
"index": null,
"label": null,
"color": null,
"colorScheme": {
"foregroundColor": null,
"backgroundColor": null
}
"index": 2,
"label": "Medium"
},
"name": "Embedded Template for Status and Priority",
"details": null,
"name": "Implement Status and Priority Template Component with Dynamic Rendering",
"details": "Technical implementation of a reusable template component for displaying status and priority indicators across the application. Requirements include:\n- Create base template structure\n- Implement dynamic color rendering based on status\n- Add priority level visualization\n- Ensure accessibility compliance\n- Add unit tests for component",
"description": null,
"thumbnailURL": null
},
Expand Down Expand Up @@ -55,7 +50,7 @@
},
"meta": {
"adoptsFrom": {
"module": "../productivity/task",
"module": "../sprint-task",
"name": "SprintTask"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"type": "card",
"attributes": {
"status": {
"completed": false,
"index": 2,
"label": "Current Sprint",
"color": "#00BCD4"
"index": 5,
"label": "Staged",
"color": "#26A69A",
"completed": false
},
"dateRange": {
"start": "2024-11-06",
Expand All @@ -16,8 +16,8 @@
"index": 1,
"label": "Medium"
},
"name": "Port the already done work for CRM from fork into boxel ui design system",
"details": "https://github.com/tintinthong/boxel/pull/1 CRM for reference. This is the PR that is constantly merged in",
"name": "Port the already done work for CRM into the monorepo",
"details": "Copy the existing work that has been carried out through spikes and git commit to our monorepo",
"description": null,
"thumbnailURL": null
},
Expand All @@ -32,14 +32,9 @@
"self": "../Team/cc574556-4253-44b8-ba80-0cfb844b4908"
}
},
"subtasks.0": {
"subtasks": {
"links": {
"self": "./20058a9d-3c2d-4b42-8430-a95b6183245c"
}
},
"subtasks.1": {
"links": {
"self": "./9e23b8b5-d541-48ef-a652-e7afefb29777"
"self": null
}
},
"assignee": {
Expand All @@ -65,7 +60,7 @@
},
"meta": {
"adoptsFrom": {
"module": "../productivity/task",
"module": "../sprint-task",
"name": "SprintTask"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"type": "card",
"attributes": {
"status": {
"completed": false,
"index": 3,
"label": "In Progress",
"color": "#FFB74D"
"color": "#FFB74D",
"completed": false
},
"dateRange": {
"start": "2024-11-19",
Expand All @@ -17,7 +17,7 @@
"label": "High"
},
"name": "Make fitted / embeddedd view for task",
"details": null,
"details": "Implement a responsive task view that adapts to its container size using container queries (@container), allowing tasks to be embedded in different contexts while maintaining proper layout and readability. This will ensure consistent display whether tasks appear in boards, lists, or as embedded components.",
"description": null,
"thumbnailURL": null
},
Expand All @@ -39,18 +39,18 @@
},
"assignee": {
"links": {
"self": null
"self": "../TeamMember/4c9614cd-ecda-42cf-bc18-37903019a7be"
}
},
"tags": {
"tags.0": {
"links": {
"self": null
"self": "../Tag/f00a2177-df10-4ad7-8eac-2fbf8448de98"
}
}
},
"meta": {
"adoptsFrom": {
"module": "../productivity/task",
"module": "../sprint-task",
"name": "SprintTask"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"type": "card",
"attributes": {
"status": {
"completed": false,
"index": 0,
"label": "Not Started",
"color": "#B0BEC5"
"index": 6,
"label": "Shipped",
"color": "#66BB6A",
"completed": true
},
"dateRange": {
"start": "2024-11-06",
Expand All @@ -16,8 +16,8 @@
"index": null,
"label": null
},
"name": "Create kanban board",
"details": null,
"name": "Build Kanban Board Component",
"details": "Implement drag and drop functionality using ember-modifier-drag-and-drop:\n\n- Install addon and implement TypeScript interfaces for events/data transfer\n- Create reusable drag/drop modifiers with visual feedback and preview\n- Add validation logic and write tests",
"description": null,
"thumbnailURL": null
},
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"meta": {
"adoptsFrom": {
"module": "../productivity/task",
"module": "../sprint-task",
"name": "SprintTask"
}
}
Expand Down
Loading

0 comments on commit 8a17e3c

Please sign in to comment.