Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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
  1. Hero Banner: New API, if click edit will open edit banner but only for Hero Banner
    1. API: {{ base_api }}/homes/section_banner.json
  2. Search Icon Homepage > New API (TBD)
  3. Promo/Promotion Banner: edit will open banner setting
    1. API: {{ base_api }}/banners.json
  4. Type: group_card/4_outlet_card/6_outlet_card
    1. Branch
      1. API: {{ base_api }}/branch/{id}/restaurants.json
      2. type: restaurants
    2. Restaurant Tag Group
      1. API: {{ base_api }}/restaurant_tag_groups/{id}.json
      2. type: featured_restaurants
    3. Restaurant Tag
      1. API: {{ base_api }}/restaurant_tags/{id}/restaurants.json
      2. type: featured_restaurants
    4. New Restaurant API (section_9)
    5. Top Restaurant API (section_8)
    6. Featured Restaurant (section_1)
  5. Tag Sections
    1. API: API restaurant tag by slug?
    2. type: restaurant_tags
  6. Node Display (HH Special)
    1. API: {{ base_api }}/hungryhub_specials
    2. type: hh_special
  7. Near Me (search by latlong) (fixed) can't edited only change position and active/inactive
  8. 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
}