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] 유저의 연속적인 메세지에 대해 프로필 사진과 전송 시간을 한 번만 표시하는 분기처리 로직을 구현합니다. #275

Open
wontaeyoung opened this issue Mar 9, 2023 · 0 comments
Assignees
Labels
✨ Feature New feature or request 🛠️ Fix 기존 구현된 코드 수정
Milestone

Comments

@wontaeyoung
Copy link
Contributor

wontaeyoung commented Mar 9, 2023

📝 작업 목적

한 유저가 연속으로 메세지를 전송하는 케이스

  • 첫 메세지 셀에만 프로필 사진을 표시합니다.
  • 마지막 셀에만 전송 시간을 표시합니다.
  • 전송시간이 변경되면 프로필 사진과 시간을 다시 표시합니다.
  • 날짜가 변경되면 년월일을 표시합니다.

메모

  • MessageCell에서 연속적인 메세지의 시작, 중간, 끝을 받을 수 있는 enum 프로퍼티를 추가
  • MessageCell 배열에서 이전 메세지 혹은 다음 메세지와의 프로퍼티를 비교해서 분기처리

🛠️ Tasks

  • 작업 시 추가 예정
@wontaeyoung wontaeyoung self-assigned this Mar 9, 2023
@wontaeyoung wontaeyoung added ✨ Feature New feature or request 🛠️ Fix 기존 구현된 코드 수정 labels Mar 9, 2023
@wontaeyoung wontaeyoung added this to the Sprint 7 milestone Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature New feature or request 🛠️ Fix 기존 구현된 코드 수정
Projects
None yet
Development

No branches or pull requests

1 participant