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
69 changes: 69 additions & 0 deletions AppListing/4a413f34-985f-4494-b58d-a0ac562ddcfc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"data": {
"meta": {
"adoptsFrom": {
"name": "AppListing",
"module": "https://realms-staging.stack.cards/catalog/catalog-app/listing/listing"
}
},
"type": "card",
"attributes": {
"name": "Business Card",
"images": [],
"summary": "This catalog listing defines a Business Card component designed to display personal and professional contact information. Its primary purpose is to present a structured, visually adaptable representation of a person's name, job title, company, department, contact details (email, phone, mobile, website), and physical address. The component supports multiple display formats, including detailed isolated views, embedded compact summaries, and responsive grid layouts that adapt to varying screen sizes. It emphasizes clear organization of identity, contact info, and branding elements such as logo and photo URLs, facilitating consistent and flexible presentation of business contact data.",
"cardInfo": {
"name": null,
"notes": null,
"summary": null,
"cardThumbnailURL": null
}
},
"relationships": {
"tags": {
"links": {
"self": null
}
},
"skills": {
"links": {
"self": null
}
},
"license": {
"links": {
"self": null
}
},
"specs.0": {
"links": {
"self": "../Spec/3982a9ca-860b-42ae-93b4-0b1bb644e8b1"
}
},
"specs.1": {
"links": {
"self": "../Spec/ac3982a9-ca86-4bb2-ae13-b40b1bb644e8"
}
},
"publisher": {
"links": {
"self": null
}
},
"categories": {
"links": {
"self": null
}
},
"examples.0": {
"links": {
"self": "../BusinessCard/jane-doe"
}
},
"cardInfo.theme": {
"links": {
"self": null
}
}
}
}
}
42 changes: 42 additions & 0 deletions BusinessCard/jane-doe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"data": {
"type": "card",
"attributes": {
"cardInfo": {
"title": "Jane Doe - VP of Engineering",
"description": "Business card for Jane Doe",
"thumbnailURL": null
},
"fullName": "Jane Doe",
"jobTitle": "VP of Engineering",
"company": "Acme Technologies",
"department": "Engineering",
"email": "jane.doe@acmetech.com",
"phone": "+1 (555) 123-4567",
"mobile": "+1 (555) 987-6543",
"website": "https://acmetech.com",
"address": {
"street": "123 Innovation Drive",
"city": "San Francisco",
"state": "CA",
"postalCode": "94105",
"country": "United States"
},
"logoUrl": null,
"photoUrl": null
},
"relationships": {
"cardInfo.theme": {
"links": {
"self": null
}
}
},
"meta": {
"adoptsFrom": {
"module": "../business-card",
"name": "BusinessCard"
}
}
}
}
40 changes: 40 additions & 0 deletions Spec/3982a9ca-860b-42ae-93b4-0b1bb644e8b1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"data": {
"type": "card",
"attributes": {
"readMe": null,
"ref": {
"module": "../business-card",
"name": "AddressField"
},
"specType": "field",
"containedExamples": [],
"cardTitle": "Address",
"cardDescription": null,
"cardInfo": {
"name": null,
"summary": null,
"cardThumbnailURL": null,
"notes": null
}
},
"relationships": {
"linkedExamples": {
"links": {
"self": null
}
},
"cardInfo.theme": {
"links": {
"self": null
}
}
},
"meta": {
"adoptsFrom": {
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
}
}
40 changes: 40 additions & 0 deletions Spec/ac3982a9-ca86-4bb2-ae13-b40b1bb644e8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"data": {
"type": "card",
"attributes": {
"readMe": null,
"ref": {
"module": "../business-card",
"name": "BusinessCard"
},
"specType": "card",
"containedExamples": [],
"cardTitle": "Business Card",
"cardDescription": null,
"cardInfo": {
"name": null,
"summary": null,
"cardThumbnailURL": null,
"notes": null
}
},
"relationships": {
"linkedExamples": {
"links": {
"self": null
}
},
"cardInfo.theme": {
"links": {
"self": null
}
}
},
"meta": {
"adoptsFrom": {
"module": "https://cardstack.com/base/spec",
"name": "Spec"
}
}
}
}
Loading
Loading