base
Project da navbar va footer qismlari takrorlanyapti, ko'p page larda pastki similar products
bor.
Navbar va footer qismlar static bo'lgan saytlar ham bor. Biz keyinchalik admin panel orqali saytda yangi o'zgarishlar qilish imkonini qilishimiz lozim, yangi aksiyani navbarga chiqarish imkoni bo'ladi.
Navbar data. Maxsus admin uchun belgilangan category va tag dan iborat bo'lgan list, admin tanlashi mumkin.
[
{
"slug": "new",
"type": "tags",
"title": "new"
},
{
"slug": "smartphones-and-gadgets",
"type": "categories",
"title": "smartphones and gadgets"
},
{
"slug": "computers-and-laptops",
"type": "categories",
"title": "computers and laptops"
},
{
"slug": "pc-components",
"type": "categories",
"title": "PC components"
},
{
"slug": "sale",
"type": "tags",
"title": "sale*"
}
]
Navbar Item. Navbar ni click qilinganda unga bog'liq data chiqishi lozim hammasini navbar listga berishimiz judayam katta data bo'ladi va bu front uchun qulay emas. Bitta sekin api dan 2 ta tezroq kichikroq api maqulroq.
{
"title": "smartphones and gadgets",
"children": [
{
"id": 2,
"slug": "smartphones",
"type": "categories",
"title": "smartphones",
"image": null
},
{
"id": 3,
"slug": "tablets",
"type": "categories",
"title": "tablets",
"image": null
},
{
"id": 4,
"slug": "gadgets",
"type": "categories",
"title": "gadgets",
"image": null
}
],
"products": [
{
"id": 25,
"slug": "apple-iphone-15-pro-max",
"title": "Apple iPhone 15 Pro Max",
"price": "16500000",
"thumbnail": "https://api.markt.circle.uz/storage/37/conversions/iphone-15-pro-max-thumbnail.jpg",
"brand": {
"id": 1,
"slug": "apple",
"title": "apple"
},
"tags": [
{
"id": 1,
"slug": "new",
"type": "tags",
"title": "new"
}
]
},
{
"id": 27,
"slug": "apple-iphone-11",
"title": "Apple iPhone 11",
"price": "7748010",
"thumbnail": "https://api.markt.circle.uz/storage/39/conversions/enter-apple-iphone-11-5289-thumbnail.jpg",
"brand": {
"id": 1,
"slug": "apple",
"title": "apple"
},
"tags": [
{
"id": 1,
"slug": "new",
"type": "tags",
"title": "new"
}
]
},
{
"id": 34,
"slug": "umnye-casy-apple-watch-series-9",
"title": "Умные часы Apple Watch Series 9",
"price": "300",
"thumbnail": "https://api.markt.circle.uz/storage/50/conversions/enter-ceas-inteligent-apple-watch-series-9-314407-thumbnail.jpg",
"brand": {
"id": 1,
"slug": "apple",
"title": "apple"
},
"tags": [
{
"id": 1,
"slug": "new",
"type": "tags",
"title": "new"
}
]
},
{
"id": 35,
"slug": "lenovo-tab-m9-2023",
"title": "Lenovo Tab M9-2023",
"price": "22021753",
"thumbnail": "https://api.markt.circle.uz/storage/53/conversions/Lenovo-thumbnail.jpg",
"brand": {
"id": 8,
"slug": "lenovo",
"title": "lenovo"
},
"tags": [
{
"id": 1,
"slug": "new",
"type": "tags",
"title": "new"
}
]
},
{
"id": 36,
"slug": "apple-ipad-9th-generation",
"title": "Apple iPad (9th Generation)",
"price": "2740206",
"thumbnail": "https://api.markt.circle.uz/storage/54/conversions/we-thumbnail.jpg",
"brand": {
"id": 1,
"slug": "apple",
"title": "apple"
},
"tags": [
{
"id": 1,
"slug": "new",
"type": "tags",
"title": "new"
}
]
}
]
}