Skip to content
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

프론트엔드의 비동기 연산 리팩토링 #97

Open
1 task
include42 opened this issue Aug 18, 2020 · 0 comments
Open
1 task

프론트엔드의 비동기 연산 리팩토링 #97

include42 opened this issue Aug 18, 2020 · 0 comments
Labels
⭐⭐ 중요도 2 스프린트7 스프린트 7 💻프론트엔드 프론트엔드 관련 이슈

Comments

@include42
Copy link
Collaborator

목적

프론트엔드의 Infinite-Loading 컴포넌트에서 사용되는 setTimeOut 로직을 다른 비동기 로직으로 대체한다.

체크리스트

  • infinite-loading에서 사용하는 setTimeOut을 async/await로 수정한다.

주의 사항

  • Diary.vue에서 필터 선택 시, 게시글이 1~2개일 경우 로딩이 2번 수행되는 경우가 발생한다. 이를 비동기 연산의 리팩토링을 통해 해결해야 한다.

관련 이슈

일정

@include42 include42 added ⭐⭐ 중요도 2 💻프론트엔드 프론트엔드 관련 이슈 스프린트7 스프린트 7 labels Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐⭐ 중요도 2 스프린트7 스프린트 7 💻프론트엔드 프론트엔드 관련 이슈
Projects
None yet
Development

No branches or pull requests

1 participant