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

feat : 상담원 회원가입, 로그인, 상담 완료 구현 및 Etag와 로컬 캐시 적용 #8

Merged
merged 19 commits into from
May 13, 2024

Conversation

byeolhaha
Copy link
Owner

구현 내용

  • 상담원 회원가입, 로그인, 상담 완료 구현 및 Etag와 로컬 캐시 적용

상세 내용

  • 상담원 회원가입 및 로그인 api 구현 및 페이지 연결
  • 상담원 정보와 외국인 정보는 잘 바뀌지 않는 정보인데 새로 고침할 때마다 쿼리가 새롭게 나가는 것을 확인하고 로컬 캐시를 적용하였으며 바뀌지 않은 데이터에 대한 페이로드를 줄이기 위해서 Etag를 적용
    • 로컬 캐시로는 다른 캐시에 성능이 좋은 Caffeine을 사용하였습니다.
  • 또한 정적 자원에 대한 브라우저 캐시나 메모리에 적용하기 위해서 WebConfig 설정을 추가하였습니다.
  • 상담이 완료되면 본인의 상태를 UNAVAILABLE에서 AVAILABLE로 바꾸기 위한 버튼을 추가하였습니다,

@byeolhaha byeolhaha self-assigned this May 13, 2024
@byeolhaha byeolhaha merged commit 0159213 into main May 13, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant