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

대시보드 페이지 #8

Open
donggi-lee-bit opened this issue Nov 5, 2024 · 0 comments
Open

대시보드 페이지 #8

donggi-lee-bit opened this issue Nov 5, 2024 · 0 comments
Assignees

Comments

@donggi-lee-bit
Copy link
Collaborator

기능 명세

  • 로그인이 요청이 정상적일 경우 대시보드 페이지로 이동
  • 대시보드 페이지에는 로그인 사용자의 잔액이 출력되어야함
  • 잔액 조회 API

성공 조건

  • 잔액 조회 API 요청이 정상적으로 처리되어, 로그인된 사용자의 잔액이 정확하게 조회될 경우

실패 또는 예외 발생 시 처리 흐름

  • 인증되지 않은 사용자가 잔액을 조회하려 할 경우 "로그인이 필요한 서비스입니다." 메시지가 출력되어야 함
  • 잔액 데이터가 조회되지 않거나 비정상적인 값이 반환될 경우 "잔액 정보를 불러오지 못했습니다." 메시지가 출력되어야 함
  • 서버 오류 발생 시 "서버 오류가 발생했습니다. 잠시 후 다시 시도해 주세요." 메시지가 출력되어야 함

고려해야 할 부분

  • 사용자의 잔액을 어떻게 관리하여 보여줘야할까?
  • 잔액 데이터를 따로 관리하지 않고, 송금 / 수취 데이터를 실시간으로 계산해서 보여주는 건 어떨까?
  • 잔액 데이터를 별도 컬럼으로 관리하면 동시성 이슈를 어떻게 피할 수 있을까?
@donggi-lee-bit donggi-lee-bit self-assigned this Nov 5, 2024
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