Skip to content
Open
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
71 changes: 71 additions & 0 deletions CardListing/454c33bd-bc8a-4bda-bd32-321bd541548a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"data": {
"meta": {
"adoptsFrom": {
"name": "CardListing",
"module": "../catalog-app/listing/listing"
}
},
"type": "card",
"attributes": {
"name": "Spreadsheet",
"images": [
"https://boxel-images.boxel.ai/app-assets/catalog/spreadsheet-listing/screenshot_01.png"
],
"summary": "A comprehensive spreadsheet management component that enables importing, editing and exporting CSV data with support for custom delimiters and real-time saving, designed for seamless data handling within applications.",
"cardInfo": {
"notes": null,
"title": null,
"description": null,
"thumbnailURL": "https://boxel-images.boxel.ai/app-assets/catalog/spreadsheet-listing/thumbnail.png"
}
},
"relationships": {
"tags": {
"links": {
"self": null
}
},
"skills": {
"links": {
"self": null
}
},
"license": {
"links": {
"self": "../License/4c5a023b-a72c-4f90-930b-da60a1de5b2d"
}
},
"specs.0": {
"links": {
"self": "../Spec/0c1aed91-ae63-4b87-bcf0-3505520c7169"
}
},
"publisher": {
"links": {
"self": null
}
},
"examples.0": {
"links": {
"self": "../spreadsheet/Spreadsheet/f629aeaf-f9e0-42cb-b8ba-facd94d7eff9"
}
},
"categories.0": {
"links": {
"self": "../Category/analytics-reporting"
}
},
"categories.1": {
"links": {
"self": "../Category/data-analytics"
}
},
"cardInfo.theme": {
"links": {
"self": null
}
}
}
}
}
35 changes: 35 additions & 0 deletions Spec/0c1aed91-ae63-4b87-bcf0-3505520c7169.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"data": {
"type": "card",
"attributes": {
"readMe": null,
"ref": {
"module": "../spreadsheet/spreadsheet",
"name": "Spreadsheet"
},
"specType": "card",
"containedExamples": [],
"title": "Spreadsheet",
"description": null,
"cardInfo": {
"title": null,
"description": null,
"thumbnailURL": null,
"notes": null
}
},
"relationships": {
"linkedExamples": {
"links": {
"self": null
}
}
},
"meta": {
"adoptsFrom": {
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
}
}
29 changes: 29 additions & 0 deletions spreadsheet/Spreadsheet/f629aeaf-f9e0-42cb-b8ba-facd94d7eff9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"data": {
"meta": {
"adoptsFrom": {
"name": "Spreadsheet",
"module": "../spreadsheet"
}
},
"type": "card",
"attributes": {
"name": "Users",
"csvData": "Username; Identifier;First name;Last name\nbooker12;9012;Rachel;Booker\ngrey07;2070;Laura;Grey\njohnson81;4081;Craig;Johnson\njenkins46;9346;Mary;Jenkins\nsmith79;5079;Jamie;Smith",
"cardInfo": {
"notes": null,
"title": null,
"description": null,
"thumbnailURL": null
},
"delimiter": ";"
},
"relationships": {
"cardInfo.theme": {
"links": {
"self": null
}
}
}
}
}
Loading