Skip to content

[UI] 시간초 및 밸리데이터 추가#49

Open
FLU0RITE wants to merge 1 commit intodevelopfrom
feat/phone_ui
Open

[UI] 시간초 및 밸리데이터 추가#49
FLU0RITE wants to merge 1 commit intodevelopfrom
feat/phone_ui

Conversation

@FLU0RITE
Copy link
Collaborator

#️⃣연관된 이슈

close #

📝작업 내용

시간초 및 밸리데이터 ui 추가

스크린샷 or 작업영상

Screen_recording_20250430_023410.webm

ios 왜 빌드가 안되죠..

💬리뷰 요구사항

@FLU0RITE FLU0RITE added feat Improvements or additions to documentation ui Further information is requested labels Apr 29, 2025
@FLU0RITE FLU0RITE requested a review from kkosang April 29, 2025 18:05
@FLU0RITE FLU0RITE self-assigned this Apr 29, 2025
Copy link
Collaborator

@kkosang kkosang left a comment

Choose a reason for hiding this comment

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

여기도 패키지 구조만 변경하면 될 것 같습니돠~
굿굿 👍

int remainingSeconds = 120;


String formatTime(int seconds) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

해당 부분은 viewModel에서 처리하기보다, 도메인 로직이다보니 usecase를 사용하는 구조로 변경하면 좋을 것 같아요 !

return '$minutes:$remainingSeconds';
}

// 타이머 시작
Copy link
Collaborator

Choose a reason for hiding this comment

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

함수가 길어지면 주석 남기는것도 좋습니다~~ 👍

}

@override
void dispose() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

해당 부분은 어디에 들어가면 좋을까요?~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat Improvements or additions to documentation ui Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants