Skip to content

[Feature] 영상 조회수 format 추가 및 개선#103

Merged
kdn0325 merged 5 commits intodevfrom
feature/video-views-format
Jun 17, 2025
Merged

[Feature] 영상 조회수 format 추가 및 개선#103
kdn0325 merged 5 commits intodevfrom
feature/video-views-format

Conversation

@kdn0325
Copy link
Copy Markdown
Collaborator

@kdn0325 kdn0325 commented Jun 17, 2025

  • 영상 조회수에 해당하는 format Extention 추가
  • 조회수 사용하는 코드에서 Formatting 하도록 변경
  • 1,000,000(M) 1,000(K)

@korbit-ai
Copy link
Copy Markdown

korbit-ai Bot commented Jun 17, 2025

You've used up your 5 PR reviews for this month under the Korbit Starter Plan. You'll get 5 more reviews on June 22nd, 2025 or you can upgrade to Pro for unlimited PR reviews and enhanced features in your Korbit Console.

func configure(with video: Video) {
usernameLabel.text = video.user
viewsLabel.text = "Views: \(video.views)"
viewsLabel.text = video.views.formattedViews()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

플레이어까지 수정해주셔서 감사합니다 ㅎㅎㅎ

Copy link
Copy Markdown
Collaborator

@vinyl-nyl vinyl-nyl left a comment

Choose a reason for hiding this comment

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

확인했습니다 👍

@kdn0325 kdn0325 self-assigned this Jun 17, 2025
@kdn0325 kdn0325 merged commit 268a02b into dev Jun 17, 2025
Copy link
Copy Markdown
Collaborator

@giseungNoh giseungNoh left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@kdn0325 kdn0325 deleted the feature/video-views-format branch June 17, 2025 07:03
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.

4 participants