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

점수 계산 로직이 분산되어 있는 문제 #168

Open
2 tasks
jihee-dev opened this issue Jun 9, 2022 · 0 comments
Open
2 tasks

점수 계산 로직이 분산되어 있는 문제 #168

jihee-dev opened this issue Jun 9, 2022 · 0 comments
Assignees
Labels
🪄 개선합시다 기능이 기존에 돌아가지만 더 나은 방향으로 개선(ex 리팩토링, 마이그레이션)하려고 할 때

Comments

@jihee-dev
Copy link
Member

jihee-dev commented Jun 9, 2022

ISSUE or BUG

작업 내용

  • AdminScore쪽은 해당 세션을 클릭하면 sessionId를 받을 수 있지만 MemberScore부분은 DateUtil로 다가오는 세션인지를 계산하고 나서 가져오고 있어 점수 계산 로직이 분산되어 있음 -> 해당 로직을 하나로 통일해야 함!
    • AttendanceList 일급컬렉션에 getAttendenceListByDate 추가

스크린샷

Screen Name Screen Name

체크리스트

  • AttendanceList 일급컬렉션에 getAttendenceListByDate 추가
  • MemberScore 부분의 로직 수정
@jihee-dev jihee-dev self-assigned this Jun 9, 2022
@toastmeister1 toastmeister1 added 🪄 개선합시다 기능이 기존에 돌아가지만 더 나은 방향으로 개선(ex 리팩토링, 마이그레이션)하려고 할 때 and removed enhancement labels Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪄 개선합시다 기능이 기존에 돌아가지만 더 나은 방향으로 개선(ex 리팩토링, 마이그레이션)하려고 할 때
Projects
None yet
Development

No branches or pull requests

2 participants