Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 뉴스 컨텐츠 수정 기능 추가 (#64) #68

Merged
merged 4 commits into from
Jan 2, 2024
Merged

feat: 뉴스 컨텐츠 수정 기능 추가 (#64) #68

merged 4 commits into from
Jan 2, 2024

Conversation

seokjin8678
Copy link
Contributor

관련 이슈

PR 세부 내용

뉴스의 컨텐츠를 수정하는 기능을 추가했습니다.

뉴스의 title, excerpt를 수정하지는 않고, 언어에 대한 컨텐츠를 수정합니다.

추후 뉴스의 title, excerpt을 수정할 기능이 생길 수 있어 API 경로는 /api/v1/news/{newsId}/content로 하였습니다.

나중에 인가 기능을 추가하여, 기능 명세에 나와있는 것 처럼 한국어 편집자 역할을 가진자는 한국어 뉴스만 수정가능 하도록 기능을 추가해야 할 것 같네요!

@seokjin8678 seokjin8678 added the 뉴스 뉴스 도메인 label Jan 2, 2024
@seokjin8678 seokjin8678 requested a review from Laeng January 2, 2024 08:25
@seokjin8678 seokjin8678 self-assigned this Jan 2, 2024
@seokjin8678 seokjin8678 linked an issue Jan 2, 2024 that may be closed by this pull request
@Laeng Laeng merged commit aa33005 into dev Jan 2, 2024
1 check passed
@Laeng Laeng deleted the feat#64 branch January 2, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
뉴스 뉴스 도메인
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: News 수정 기능을 추가한다.
2 participants