부모 티켓
1개 티켓

백로그

0
티켓 없음

할 일

0
티켓 없음

진행 중

0
티켓 없음

리뷰

0
티켓 없음

완료 (전체)

1
높음 0983a2c7
서브 티켓 [Phase 3] PR 3-3: 블로그 댓글 + 좋아요

PR 3-3: 블로그 댓글 + 좋아요 구현

블로그 댓글(Turbo Stream) + 좋아요(Turbo Frame) 구현. TDD 기반. ## 담당 파일 - app/controllers/blog/comments_controller.rb (신규) - app/controllers/blog/likes_controller.rb (신규) - app/views/blog/comments/ (신규 디렉토리) - app/views/blog/likes/ (신규 디렉토리) - app/views/blog/posts/show.html.erb (댓글/좋아요 섹션 추가) - config/routes.rb (blog subdomain에 comments/likes 중첩 라우트) - test/controllers/blog/comments_controller_test.rb (신규) - test/controllers/blog/likes_controller_test.rb (신규) ## 주의사항 - routes.rb blog subdomain posts 리소스에 comments/likes 중첩 - blog/shared/_meta_tags.html.erb 수정 금지 (PR 3-2 담당) - 댓글: Turbo Stream, 1단계 쓰레드 - 좋아요: Turbo Frame 토글 - 비로그인 → 로그인 유도, 본인 댓글만 삭제(admin 전체)

D
developer-2
4 months