We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
이 서비스에서 공유하는 정보는 크게 Token, Store, Menu, Category, Cart, Order가 있습니다.
Token
Store
Menu
Category
Cart
Order
원격 API 호출은 비동기 액션이므로 '시작', '성공', '실패' 별로 액션/리듀서가 있는 게 적절하지만 저희가 이번 주에 도입할 지는 잘 모르겠습니다 🔨 (예) redux-promise-middleware, redux-pender
- 토큰 발행 - 토큰 확인 - 토큰 리프레시 - 매 최초 접속 시 정상적인 토큰이 발급되어야 함 - 로딩 페이지에서 처리 - 이후 axios를 사용하더라도 Token에 관련된 정보는 관여하지 않도록
shopId shopName shopImagePath`(예상 데이터)
menuId categoryId name comment imagePath price options (Array) optionId name price
categoryId categoryName
- API가 있지 않음 - Redux에서 내부적으로 처리함 - 해당 정보는 주문 API 호출(아래) 시 사용됨 - 새로고침 등에 대비해서 local storage를 사용해야 할 수도 있음
userId totalPrice shopId seatNumber items (Array) { itemName itemOptions (Array) itemOptionName }
The text was updated successfully, but these errors were encountered:
현재 userId가 있는지 모르겠습니다.
userId
totalPrice는 서버단에서 계산하는 게 정상적일 것 같습니다 :(
totalPrice
items의 itemName, itemOptions의 itemOptionName이 Id 대신 존재해야 하는지 모르겠습니다 :/
items
itemName
itemOptions
itemOptionName
Sorry, something went wrong.
No branches or pull requests
이 서비스에서 공유하는 정보는 크게
Token
,Store
,Menu
,Category
,Cart
,Order
가 있습니다.원격 API 호출은 비동기 액션이므로 '시작', '성공', '실패' 별로 액션/리듀서가 있는 게 적절하지만 저희가 이번 주에 도입할 지는 잘 모르겠습니다 🔨 (예) redux-promise-middleware, redux-pender
Token
Store - 현재 온전하지 않음(...)
Menu
Category
Cart
Order
The text was updated successfully, but these errors were encountered: