diff --git a/packages/customer/package.json b/packages/customer/package.json index 1bf01ae..d52218b 100644 --- a/packages/customer/package.json +++ b/packages/customer/package.json @@ -33,6 +33,7 @@ "axios": "^0.19.0", "axios-hooks": "^1.7.2", "connected-react-router": "^6.6.1", + "normalizr": "^3.6.0", "query-string": "^6.10.1", "ramda": "^0.26.1", "react": "^16.12.0", @@ -58,6 +59,7 @@ "@types/fs-extra": "^8.0.1", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", + "@types/normalizr": "^2.0.18", "@types/react": "^16.9.0", "@types/react-dom": "^16.9.0", "@types/react-gtm-module": "^2.0.0", diff --git a/packages/customer/public/data/show/menu/en.json b/packages/customer/public/data/show/menu/en.json index 01fed2c..4de8553 100644 --- a/packages/customer/public/data/show/menu/en.json +++ b/packages/customer/public/data/show/menu/en.json @@ -2,7 +2,7 @@ { "index": 0, "language": "en", - "restaurant": "demo", + "restaurant": "show", "section": "STARTERS", "dishName": "Beef tartare", "dishDescription": "With onion, pickled cucumber, mushrooms and yolk, served with bread", @@ -12,7 +12,7 @@ { "index": 1, "language": "en", - "restaurant": "demo", + "restaurant": "show", "section": "STARTERS", "dishName": "Mexican nachos", "dishDescription": "Served with sultry beef", @@ -22,7 +22,7 @@ { "index": 2, "language": "en", - "restaurant": "demo", + "restaurant": "show", "section": "SOUPS", "dishName": "Beef guts", "dishDescription": "According to a family recipe", @@ -32,7 +32,7 @@ { "index": 3, "language": "en", - "restaurant": "demo", + "restaurant": "show", "section": "SOUPS", "dishName": "Beetroot", "dishDescription": "Served with a meat croquette", @@ -42,7 +42,7 @@ { "index": 4, "language": "en", - "restaurant": "demo", + "restaurant": "show", "section": "MAIN DISHES", "dishName": "Oven trout", "dishDescription": "Served with grilled vegetables", @@ -52,7 +52,7 @@ { "index": 5, "language": "en", - "restaurant": "demo", + "restaurant": "show", "section": "MAIN DISHES", "dishName": "Dumplings - 10 pcs", "dishVariantPrice": 14, @@ -61,10 +61,10 @@ { "index": 6, "language": "en", - "restaurant": "demo", + "restaurant": "show", "section": "MAIN DISHES", "dishName": "Dumplings - 10 pcs", "dishVariantPrice": 14, "dishVariantName": "with meat" } -] +] \ No newline at end of file diff --git a/packages/customer/public/index.html b/packages/customer/public/index.html index a2f1440..32fc941 100644 --- a/packages/customer/public/index.html +++ b/packages/customer/public/index.html @@ -1,29 +1,23 @@ -
- - - - - - - - -