-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
feat: version 필드 추가 및 Type 변경 #33
Conversation
- 모든 Type 수정
const res = await postLog(); | ||
const res = await postLog(remainList); | ||
if (res.success) { | ||
SetLocalStorageClear(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
궁금한 점: 10개의 로그가 쌓인 상태에서 계속 백엔드 요청 에러가 날 경우,,,, 어떻게 해야 할까요...?
성공시에만 로컬스토리지를 지우는 로직 추가해주셔서 감사합니당!
10개가 쌓인 상태에서도 에러가 난다면 우선 로컬스토리지에는 로그를 계속 적재해 두는게 맞을것 같아요 제가 이슈파서 수정해둘게요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+) 머지하시면 수정해서 pr올려둘게용!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
현재 '10개가 쌓인 상태에서 에러가 날 경우에도 로컬스토리지에 로그를 계속 적재해 두는 상태'인 것 같은데 혹쉬 아닐까용??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아아 맞아요! 그러면 이대로 가도 될것 같아용!!
수고하셨어요! 데모 실행화면도 확인했습니다! |
const res = await postLog(); | ||
const res = await postLog(remainList); | ||
if (res.success) { | ||
SetLocalStorageClear(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아아 맞아요! 그러면 이대로 가도 될것 같아용!!
1️⃣ 어떤 작업을 했나요? (Summary)
기존 코드에 영향을 미치는 변경사항
demo app 기반 실행화면
확인 한 번 부탁드려용~!
3️⃣ 추후 작업
테스트!!!
4️⃣ 체크리스트 (Checklist)
main
브랜치의 최신 코드를pull
받았나요?