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
64 changes: 64 additions & 0 deletions CardListing/2118bae0-6327-4e96-a9c6-e6586c642206.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"data": {
"meta": {
"adoptsFrom": {
"name": "CardListing",
"module": "http://localhost:4201/catalog/catalog-app/listing/listing"
}
},
"type": "card",
"attributes": {
"name": "PokemonGo Card Definition",
"images": [],
"summary": "The PokemonGo catalog listing defines a card component intended for use within the Cardstack framework. Its primary purpose is to serve as a designated card type related to the Pokémon GO theme, providing a structured template or interface for displaying Pokémon GO related content within applications built on Cardstack. The definition primarily establishes the card's identity and categorization without specifying visual or functional implementation details.",
"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/383eea68-1c6c-4551-9e0c-8c24bbb77e6d"
}
},
"publisher": {
"links": {
"self": null
}
},
"categories": {
"links": {
"self": null
}
},
"examples.0": {
"links": {
"self": "../PokemonGo/2a112f05-73b3-4d8a-a18a-8fe8b88ffaa4"
}
},
"cardInfo.theme": {
"links": {
"self": null
}
}
}
}
}
19 changes: 19 additions & 0 deletions PokemonGo/2a112f05-73b3-4d8a-a18a-8fe8b88ffaa4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"data": {
"type": "card",
"attributes": {
"cardInfo": {
"name": null,
"summary": null,
"cardThumbnailURL": null,
"notes": null
}
},
"meta": {
"adoptsFrom": {
"module": "../pokemon-go",
"name": "PokemonGo"
}
}
}
}
40 changes: 40 additions & 0 deletions Spec/383eea68-1c6c-4551-9e0c-8c24bbb77e6d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"data": {
"type": "card",
"attributes": {
"readMe": null,
"ref": {
"module": "../pokemon-go",
"name": "PokemonGo"
},
"specType": "card",
"containedExamples": [],
"cardTitle": "pokemon-go",
"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"
}
}
}
}
5 changes: 5 additions & 0 deletions pokemon-go.gts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { CardDef } from 'https://cardstack.com/base/card-api';
import { Component } from 'https://cardstack.com/base/card-api';
export class PokemonGo extends CardDef {
static displayName = "pokemon-go";
}
Loading