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

Week4~5 강철 멘토님 코드 리뷰 반영하기 #48

Closed
15 tasks done
pykido opened this issue Oct 7, 2024 · 1 comment
Closed
15 tasks done

Week4~5 강철 멘토님 코드 리뷰 반영하기 #48

pykido opened this issue Oct 7, 2024 · 1 comment
Assignees

Comments

@pykido
Copy link
Collaborator

pykido commented Oct 7, 2024

📝 이슈 설명

리뷰 남겨주신 PR 주소

☑️ TODO

  • 알림 전용 테이블 만들기
    • 알림 시간
    • 메시지
    • 사용하는 메시지 서비스 여부
    • 사용하는 메시지 서비스의 id
    • phone
    • isSend (발송 여부)
    • 보호자, 요양보호사와의 매핑
  • 일단 기본적으로 요양보호사는 오후 5시, 보호자는 오후 6시에 알림을 받도록 설계하기
  • ampm 나누지 말고 24시간을 기준으로 시간을 받는게 깔끔하다. ex) 18:00
  • CareworkerMessagingService 리팩토링
  • CareworkerService 리팩토링
  • LineMessagingController 리팩토링
  • LineMessagingService 리팩토링
  • MessaingController, MessagingService (인터페이스용)을 두고 필요한 메서드만을 뽑아서 사용하자 (카카오 알림톡 사용할 수도 있으니)
@pykido pykido self-assigned this Oct 8, 2024
@pykido
Copy link
Collaborator Author

pykido commented Nov 3, 2024

  1. 정해진 시간에 알림 받기 by scheduler
  2. 마이페이지에서 알림 시간 업데이트 가능
  • 요양보호사 마이페이지 : 이름, 생년월일, 전화번호, 소속 요양원 이름, 근무일, 알림 시간
  • 보호자 마이페이지 : 이름, 생년월일, 전화번호, 알림 받길 원하는 시간, 돌봄대상자 정보 (이름 생년월일 등)
  1. 마이페이지에서 업데이트하면 DB에 저장하기

@pykido pykido closed this as completed Nov 12, 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