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

[버그] Aggregation에 단어가 없을 때 추가해주는 로직(알라카드가 수정되었을 경우 반영이 안되는 문제) #196

Open
alertjjm opened this issue Sep 15, 2021 · 0 comments
Assignees

Comments

@alertjjm
Copy link
Member

  • 기존 submit wordlist에서 if(middlecategory가 일치 && word in aggregation) 로직을 수정
if(middleCategory가 일치){
    if(word in aggregation){
        기존 로직 수행
    }
    else{
        aggregation에 단어 추가해주는 로직 개발하기
    }
}
  • 잠재적 문제점과 내 생각: 기존에 선정되었었던 단어가 있으면 그게 aggregation에서 사라지지 않아서 consistency?가 깨지는 문제가 발생할 수 있음
  • 그런데 단어를 제출받는 폼에는 사라진 단어들이 등장하지 않으므로 긴 기간 후에는 결국 aggregation에서 선택받지 못해서 사라질 것.

혹시 문제가 또 생긴다면,
aggregation에 단어 추가해주는 로직이 실행될 때(consistency가 깨진 상황) 비동기/동기로 aggregation과 사용자의 alacard를 대조해서 없는거를 aggregation에서 빼주는 로직도 추가 가능함
현재는 개발하지 않을 계획

@alertjjm alertjjm self-assigned this Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant