Skip to content

[FIX/#739] Mark delete functionality as deprecated#740

Merged
angryPodo merged 3 commits intodevelopfrom
fix/#739-delete-feature-deprecated
Mar 16, 2026
Merged

[FIX/#739] Mark delete functionality as deprecated#740
angryPodo merged 3 commits intodevelopfrom
fix/#739-delete-feature-deprecated

Conversation

@angryPodo
Copy link
Copy Markdown
Member

Related issue 🛠

Work Description ✏️

  • DiaryRepository의 deleteDiary() 함수 Deprecated 처리
  • 관련된 삭제 로직과 UI 주석처리
  • 홈 온보딩에서 삭제 관련 정보 주석처리

Screenshot 📸

홈 온보딩 삭제 플로우
_03.16._15.11.mp4
_03.16._14.55.mp4

To Reviewers 📢

자세한 논의는 회의 스레드 참고 바랍니다👍🏻

- Comment out diary deletion UI components in DiaryFeedbackScreen, HomeDropDownMenu, and FeedbackMenuBottomSheet
- Mark deleteDiary methods in DiaryRepository, HomeViewModel, and DiaryFeedbackViewModel as deprecated
- Replace active deletion callbacks with empty lambdas in DiaryFeedbackScreen and HomeScreen
- Add code comments indicating that deletion functionality is suspended until the introduction of the edit feature
@angryPodo angryPodo self-assigned this Mar 16, 2026
@angryPodo angryPodo requested a review from a team as a code owner March 16, 2026 06:13
@angryPodo angryPodo requested review from Daljyeong, Hyobeen-Park, nahy-512 and nhyeonii and removed request for a team March 16, 2026 06:13
@angryPodo angryPodo added FIX🪲 프로덕션 코드의 오동작, 버그 수정 🍀민재 민재 담당 labels Mar 16, 2026
@angryPodo angryPodo linked an issue Mar 16, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Collaborator

@nhyeonii nhyeonii left a comment

Choose a reason for hiding this comment

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

@deprecated 어노테이션 오랜만에 보는 것 같아요 !! 디스코드 스레드 확인했었는데 빠르게 작업해주시느라 너무 고생하셨습니다 🚀

Copy link
Copy Markdown
Member

@nahy-512 nahy-512 left a comment

Choose a reason for hiding this comment

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

메소드에 Deprecated 쓴 거 좋네요ㅎㅎ 고생하셨습니다!

@angryPodo angryPodo merged commit 65e0e54 into develop Mar 16, 2026
2 checks passed
@angryPodo angryPodo deleted the fix/#739-delete-feature-deprecated branch March 16, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FIX🪲 프로덕션 코드의 오동작, 버그 수정 🍀민재 민재 담당

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX] 일기 삭제 기능을 비활성화 합니다.

3 participants