Skip to content

[Feat-T3-197] 제보 상세 화면 UI 구현 - #67

Merged
choijungp merged 5 commits into
developfrom
feat/report-detail
Nov 19, 2025
Merged

[Feat-T3-197] 제보 상세 화면 UI 구현 #67
choijungp merged 5 commits into
developfrom
feat/report-detail

Conversation

@choijungp

@choijungp choijungp commented Nov 18, 2025

Copy link
Copy Markdown
Contributor

🌁 Background

제보 현황 상세 화면 UI를 구현했어용 ~

📱 Screenshot

iPhone SE3 iPhone 13 mini iPhone 16 Pro
Simulator Screenshot - iPhone SE (3rd generation) - 2025-11-18 at 21 41 42 Simulator Screenshot - iPhone 13 mini - 2025-11-18 at 21 42 24 Simulator Screenshot - iPhone 16 Pro - 2025-11-18 at 21 43 21

추가적으로 FloatingMenu제보하기를 추가하였습니다 !!

Simulator Screenshot - iPhone 13 mini - 2025-11-18 at 22 00 24

요기에는 임시로 제보하기 상세뷰로 이동하게 해놨는데 추후 딩이 만든 ReportViewController로 이동하면 될 것 같아유 !!!!

👩‍💻 Contents

  • 제보하기 상세 화면 UI 구현
  • Floating Menu에 제보하기 버튼 추가

📝 Review Note

1. Tuist.swift 세팅 변경

아까 회의때 말씀 드린 것과 같이 .. . Xcode 26으로 업뎃한 바람에 .. Tuist 세팅을 변경해줘야 합니다 ㅜ.ㅜ
(딩은 이런거 하지 마십쇼)

추가적으로 version이 1.0.0으로 되어 있어서 자꾸 업데이트 하라는 Alert가 떠서 2.0.0으로 수정햇심다 !!!!!

말고는 별다른거 없어유 ~~~

📣 Related Issue

  • close #T3-197

@choijungp
choijungp requested a review from taipaise November 18, 2025 13:44
@choijungp choijungp self-assigned this Nov 18, 2025
@choijungp

Copy link
Copy Markdown
Contributor Author

낼 아침에 다시 돌릴게유 .. 암튼 제 잘못 아님 😇

@taipaise taipaise left a comment

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.

고생하셨습니다~!~! 히스토리 리스트는 최대한 빨리 해서 올려볼게유.!.!

case .addRoutine:
return "루틴 등록"
case .report:
return "제보하기"

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.

홈 화면 버튼 작업도 해주셨군요 감사합니다!

func floatingMenuDidTapReportButton(_ sender: FloatingMenuView) {
toggleFloatingButton()
// TODO: 제보하기 뷰로 이동 (현재는 제보 detailView)
guard let reportDetailViewModel = DIContainer.shared.resolve(type: ReportDetailViewModel.self)

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.

요 부분은 다음 pr 올릴때 적용해서 올리겠습니다!

dateLabel.text = reportDetail.date
titleContentLabel.text = reportDetail.title
categoryLabel.text = reportDetail.category.name
detailDescriptionLabel.attributedText = BitnagilFont(style: .body2, weight: .medium).attributedString(text: reportDetail.description)

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.

혹시 따로 attributedText를 사용할 일이 있을까요?? 특정 부분만 폰트나 색상이 다른 부분을 찾지 못해서 여쭤봅니다~!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Label이 여러 줄일 때 attributedText를 적용하지 않으면 디자인에서 의도했던 식으로 줄 간격이 나오지 않아서
여러 줄일 때에는 attributedText를 적용했습니다 !!!

@choijungp
choijungp merged commit f2486b3 into develop Nov 19, 2025
1 of 2 checks passed
@choijungp
choijungp deleted the feat/report-detail branch November 19, 2025 01:15
taipaise

This comment was marked as resolved.

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.

2 participants