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

[refactor/#8] signup 비동기 적용 #9

Merged
merged 1 commit into from
Jan 26, 2025
Merged

Conversation

shinythinking
Copy link
Collaborator

📍 Work Description

  • 비동기 적용
  • Optimistic한 방식으로 비동기 동작
    • 지도 진입 시간 7800ms -> 2ms
    • 다른 화면에서 네트워크로 데이터를 가져오는 것이 아닌 DataStore에서 flow로 가져오기 때문에 Optimistic한 방식으로 동작해도 문제가 없음.

📸 Screenshot

< 이전 동작 시간 >

< 리팩토링 이후 >

⏲️Time

- 1 h 

@shinythinking shinythinking added the 🔧 refactorc 리펙토링 작업 label Jan 23, 2025
@shinythinking shinythinking added this to the Coroutine milestone Jan 23, 2025
@shinythinking shinythinking self-assigned this Jan 23, 2025
@shinythinking shinythinking merged commit 509e5f0 into develop Jan 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 refactorc 리펙토링 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Refactor] signup / 비동기 적용
1 participant