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

[ISSUE-65] 약속관리 - 약속보내기(P_06) 화면 구현 #97

Merged
merged 7 commits into from
Jul 20, 2022

Conversation

KwonDae
Copy link
Member

@KwonDae KwonDae commented Jul 17, 2022

ISSUE


작업 내용

  • 약속관리 - 약속응답 정원 다 찼을경우 띄우는 화면 구현
  • 약속응답 - 보내기 성공 화면 구현
  • 약속응답 - 약속거절시 띄우는 화면 구현

실행 화면

Screen Shot Screen Shot
약속정원 약속보내기
약속거절

Check List

  • PR 제목은 [ISSUE-{N}] PR 제목으로 작성
  • CI/CD 통과 여부
  • 1명 이상의 Approve 확인 후 Merge
  • 관련 이슈 연결

@KwonDae KwonDae added this to the Sprint #7 milestone Jul 17, 2022
@KwonDae KwonDae self-assigned this Jul 17, 2022
Copy link
Member

@hoyahozz hoyahozz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~!~! 🎉🎉🎉🎉🎉

Comment on lines +14 to +15
private val parseFormat = SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss", Locale.KOREA)
private val hourFormat = SimpleDateFormat("HH:mm", Locale.KOREA)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요 친구들 ViewModel에서 정제하는게 아니라 Data에서 하나용?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

음 시간표 생성할 때 시간 List 가 필요한데요, 서버에서 내려주지 않고 클라이언트에서 minTime 을 기준으로 시간테이블을 생성해야 해서 data 에서 생성 후 넘겨주고 있어요.
이것도 데이터이기에 데이터 레이어에서 생성 후 넘겨주어야 할 것 같아서 이렇게 구성했습니다

.padding(start = 20.dp)
) {
Text(
text = "대원님", style = PlanzTypography.h2, color = Gray900
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요 부분 컨벤션 맞춰야 할 것 같아용~~!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵 이부분 API 연동할 때 서버에서 내려주는 이름으로 넣어둘게요!

<string name="respond_plan_complete_title_text3">성공</string>
<string name="respond_plan_complete_button_text">확인하기</string>

<string name="respond_plan_reject_title_text">확인하기</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인하기 스트링 리소스가 두 개인데 잘못 들어간거겠죵??

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

음 이게 '보내기 성공' 화면과 '약속 거절 확인 화면' 에서의 두개의 버튼 텍스트가 같네요.
이 경우에 통일을 하는게 나을까요 분리하는게 나을까요..?

@KwonDae KwonDae merged commit 944d3b6 into develop Jul 20, 2022
@KwonDae KwonDae deleted the feature/issue-65-send-plan branch July 20, 2022 15:01
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.

[Sprint #7] 약속관리 - 약속보내기(P_06) 화면 구현
2 participants