Conversation
mooninbeom
commented
Apr 14, 2025
| ) -> Bool { | ||
| #if DEBUG | ||
| RepositoryService.shared.configureServer(to: .production) | ||
| RepositoryService.shared.configureServer(to: .test) |
Contributor
Author
There was a problem hiding this comment.
디버그에서도 실제 서버로 들어가지길레 수정했습니다!
mooninbeom
commented
Apr 14, 2025
Comment on lines
+11
to
+23
| struct AnswerComment: Identifiable, Equatable { | ||
| let id: Int | ||
| let writeId: Int | ||
| let writerGeneration: String | ||
| let content: String | ||
| var heartCount: Int | ||
| var isLiked: Bool | ||
| let isMine: Bool | ||
| var isReport: Bool | ||
| let createdAt: Date | ||
|
|
||
| var anonymityId: Int | ||
| } |
Contributor
Author
There was a problem hiding this comment.
임시로 만들어놓은 답변에 대한 댓글 엔티티 입니다.
추후 수정 예정
mooninbeom
commented
Apr 14, 2025
| case answer(Answer) | ||
| case bulletinBoard(BulletinBoard) | ||
| case comment(BoardComment) | ||
| case answerComment(AnswerComment) |
mooninbeom
commented
Apr 14, 2025
Comment on lines
+122
to
+124
| case .answerCommentButtonTapped: | ||
| return .none | ||
|
|
Contributor
Author
There was a problem hiding this comment.
답변-댓글 뷰로 이동하는 액션
mooninbeom
commented
Apr 14, 2025
Comment on lines
+11
to
+18
| let comment: AnswerComment | ||
| let like: () -> Void | ||
| let delete: () -> Void | ||
| let report: () -> Void | ||
|
|
||
| @State private var hOffset: CGFloat = 0 | ||
| @State private var reportedCommentVisible: Bool = false | ||
|
|
Contributor
Author
There was a problem hiding this comment.
기존 CommentCell 복붙입니다
thinkySide
approved these changes
Apr 14, 2025
Contributor
thinkySide
left a comment
There was a problem hiding this comment.
확인했슴다! API만 잘 붙이면 되겠군여 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #360
TO-DO
상세 설명
스크린샷