Refactor frontend, display tours with cards on ToursPage
This commit is contained in:
@@ -38,6 +38,50 @@
|
||||
"bandId": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Radiohead",
|
||||
"foundingYear": 1985,
|
||||
"descriptionEn": "Radiohead are an English rock band formed in Abingdon, Oxfordshire, in 1985. They comprise Thom Yorke (vocals, guitar, piano, keyboards); brothers Jonny Greenwood (guitar, keyboards, other instruments) and Colin Greenwood (bass); Ed O'Brien (guitar, backing vocals); and Philip Selway (drums, percussion). They have worked with the producer Nigel Godrich and the cover artist Stanley Donwood since 1994. Radiohead's experimental approach is credited with advancing the sound of alternative rock.",
|
||||
"descriptionDe": "Radiohead ist eine britische Rockband, die 1985 in Oxford, England gegründet wurde. Die Band besteht aus Thom Yorke (Gesang, Rhythmusgitarre, Piano), Jonny Greenwood (Lead-Gitarre, Keyboard, Ondes Martenot), Colin Greenwood (E-Bass, Keyboard), Ed O’Brien (Gitarre, Backgroundvocals) und Phil Selway (Schlagzeug, Backgroundvocals). Radioheads experimenteller Ansatz gilt als Wegbereiter für den Sound des Alternative Rocks.",
|
||||
"images": [ "radiohead.jpg" ],
|
||||
"logo": "radiohead-logo.png",
|
||||
"genreId": 1,
|
||||
"members": [
|
||||
{
|
||||
"name": "Thom Yorke",
|
||||
"bandId": 1,
|
||||
"image": "thom-yorke.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Jonny Greenwood",
|
||||
"bandId": 1,
|
||||
"image": "jonny-greenwood.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Colin Greenwood",
|
||||
"bandId": 1,
|
||||
"image": "colin-greenwood.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Ed O'Brien",
|
||||
"bandId": 1,
|
||||
"image": "ed-o-brien.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Philip Selway",
|
||||
"bandId": 1,
|
||||
"image": "philip-selway.jpg"
|
||||
}
|
||||
],
|
||||
"ratings": [
|
||||
{
|
||||
"accountId": 0,
|
||||
"rating": 5,
|
||||
"bandId": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -3,6 +3,10 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "Funk rock"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Art rock"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -15,6 +15,30 @@
|
||||
"tourId": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "The Bends Tour",
|
||||
"bandId": 1,
|
||||
"offered": true,
|
||||
"shows": [
|
||||
{
|
||||
"id": 1,
|
||||
"date": "2024-11-30",
|
||||
"price": 104,
|
||||
"inStock": 120,
|
||||
"locationId": 0,
|
||||
"tourId": 1
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"date": "2024-12-01",
|
||||
"price": 104,
|
||||
"inStock": 180,
|
||||
"locationId": 0,
|
||||
"tourId": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
software/backend/images/bands/radiohead-logo.jpg
Normal file
BIN
software/backend/images/bands/radiohead-logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
software/backend/images/bands/radiohead.jpg
Normal file
BIN
software/backend/images/bands/radiohead.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 177 KiB |
Reference in New Issue
Block a user