Backend Dynamic Homepage
Homepage Categories
- title_en
- title_th
- status (boolean)
- punch_line_en
- punch_line_th
- section_template:
- banner (hero banner+search bar)
- homepage_icon
- promotion_banner
- recommended_tag?
- 4_outlet_card
- 6_outlet_card
- group_card (required cover)
- tag_default
- hh_special
- brand_card?
- end_point_api
- position
- link
- branch_id
- group_tag_id
- tag_id
- Hero Banner: New API, if click edit will open edit banner but only for Hero Banner
- API: {{ base_api }}/homes/section_banner.json
- Search Icon Homepage > New API (TBD)
- Promo/Promotion Banner: edit will open banner setting
- API: {{ base_api }}/banners.json
- Type: group_card/4_outlet_card/6_outlet_card
- Branch
- API: {{ base_api }}/branch/{id}/restaurants.json
- type: restaurants
- Restaurant Tag Group
- API: {{ base_api }}/restaurant_tag_groups/{id}.json
- type: featured_restaurants
- Restaurant Tag
- API: {{ base_api }}/restaurant_tags/{id}/restaurants.json
- type: featured_restaurants
- New Restaurant API (section_9)
- Top Restaurant API (section_8)
- Featured Restaurant (section_1)
- Branch
- Tag Sections
- API: API restaurant tag by slug?
- type: restaurant_tags
- Node Display (HH Special)
- API: {{ base_api }}/hungryhub_specials
- type: hh_special
- Near Me (search by latlong) (fixed) can't edited only change position and active/inactive
- Popular Brands (fixed) Need to be deleted:
- section_6, section_11, section_13? Restaurant section ditambahin: section_template cover_image if group_card Query: city_id (misal)
{
"data": [
{
"id": "85",
"type": "homepage_section",
"attributes": {
"title": "Hero Banner",
"active": true,
"punch_line": "Apa gitu",
"section_template": "single_banner",
"type": "banner",
"end_point_api": "/homes/section_banner.json",
"position": 1,
"image_cover_url": "/uploads/branch/logo/85/ww.jpg",
"link": "https://web.hungryhub.com/restaurants/group/top-mall-restaurants-deals-2023?locale=en",
"slug":"",
"branch_id": "",
"group_tag_id": "",
"tag_id": ""
}
},
{
"id": "85",
"type": "homepage_section",
"attributes": {
"title": "Promotion Banner",
"active": true,
"punch_line": "Apa gitu",
"section_template": "promotion_banner",
"type": "banner",
"end_point_api": "/banners.json",
"position": 2,
"image_cover_url": "/uploads/branch/logo/85/ww.jpg",
"link": "https://web.hungryhub.com/restaurants/group/top-mall-restaurants-deals-2023?locale=en",
"slug":"",
"branch_id": "",
"group_tag_id": "",
"tag_id": ""
}
},
{
"id": "85",
"type": "homepage_section",
"attributes": {
"title": "New Restaurant",
"active": true,
"punch_line": "New New New",
"section_template": "group_card",
"type": "featured_restaurants",
"end_point_api": "/homes/section_8.json?city_id=1",
"position": 3,
"image_cover_url": "/uploads/branch/logo/85/ww.jpg",
"link": "https://web.hungryhub.com/restaurants/group/top-mall-restaurants-deals-2023?locale=en",
"slug":"top-cuisine",
"branch_id": "",
"group_tag_id": "",
"tag_id": ""
}
},
{
"id": "85",
"type": "homepage_section",
"attributes": {
"title": "Top Cuisine",
"active": true,
"punch_line": "Cuisine is gud",
"section_template": "tag",
"type": "restaurant_tags",
"end_point_api": "/homes/section_7.json",
"position": 4,
"image_cover_url": "/uploads/branch/logo/85/ww.jpg",
"link": "https://web.hungryhub.com/restaurants/group/top-mall-restaurants-deals-2023?locale=en",
"slug":"top-cuisine",
"branch_id": "",
"group_tag_id": "",
"tag_id": ""
}
},
{
"id": "85",
"type": "homepage_section",
"attributes": {
"title": "Group Landing/Promotion/Branch",
"active": true,
"punch_line": "Pokoknya punchline",
"section_template": "4_outlet_card",
"type": "featured_restaurants",
"end_point_api": "/search.json?tag_id=12",
"position": 4,
"image_cover_url": "/uploads/branch/logo/85/ww.jpg",
"link": "https://web.hungryhub.com/restaurants/group/top-mall-restaurants-deals-2023?locale=en",
"slug":"top-mall-restaurants-deals-2023",
"branch_id": "",
"group_tag_id": "",
"tag_id": "12"
}
}
],
"status": true,
"message": null
}