Enable Store Page Specific Restaurant
Based on request on slack we want to implement store page based on restaurant id instead on/off flipper for all restaurant. We will apply for all later, we would prefer flipper for each outlets because of hiccups in converting each package to have photos and grouped into Package Group by the Commercial team so we just try to support them if Flipper is available.
Backend
Backend need to create API that return array restaurant id / actor that added in flipper. API: {base_api}/restaurants/store_page_list.json Response:
{
"data": [
"997",
"837",
"933",
"280",
....
],
"success": true,
"message": null
}
This is just example, please explore Flipper for easier implementation on backend side.

Frontend Android/iOS
In the frontend side we will make it like deeplink group landing page. We store array restaurant list in the local data. When restaurant id contains in the array list we'll open new store page. But if not available in array list we'll open existing/old store page.