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: 임시 글 기능 구현 #117

Merged
merged 14 commits into from
Nov 30, 2023
Merged

feat: 임시 글 기능 구현 #117

merged 14 commits into from
Nov 30, 2023

Conversation

shin-mallang
Copy link
Member

@shin-mallang shin-mallang linked an issue Nov 30, 2023 that may be closed by this pull request
4 tasks
@shin-mallang shin-mallang self-assigned this Nov 30, 2023
Copy link

sonarqubecloud bot commented Nov 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
2.0% 2.0% Duplication

Copy link

Test Results

638 tests  +54   638 ✔️ +54   35s ⏱️ +5s
248 suites +24       0 💤 ±  0 
248 files   +24       0 ±  0 

Results for commit 3c54e35. ± Comparison against base commit 76d82d6.

This pull request removes 4 and adds 58 tests. Note that renamed tests count towards both.
com.mallang.acceptance.post.PostManageAcceptanceTest ‑ 포스트를 삭제한다
com.mallang.acceptance.post.PostManageAcceptanceTest ‑ 포스트를 업데이트한다
com.mallang.acceptance.post.PostManageAcceptanceTest ‑ 포스트를 작성한다
com.mallang.post.domain.PostOrderInBlogGeneratorTest ‑ 특정 블로그의 포스트 수보다 1큰 값을 반환한다
com.mallang.acceptance.post.DraftAcceptanceTest$임시_글_목록_조회_API ‑ 블로그 주인이 아닌 경우 예외
com.mallang.acceptance.post.DraftAcceptanceTest$임시_글_목록_조회_API ‑ 블로그의 임시 글 목록을 조회한다
com.mallang.acceptance.post.DraftAcceptanceTest$임시_글_불러오기_API ‑ 없는 글 조회 시 예외
com.mallang.acceptance.post.DraftAcceptanceTest$임시_글_불러오기_API ‑ 임시 글 작성자가 아니면 예외
com.mallang.acceptance.post.DraftAcceptanceTest$임시_글_불러오기_API ‑ 임시 글을 조회한다
com.mallang.acceptance.post.DraftAcceptanceTest$임시_글_삭제_API ‑ 내가 작성한 글이 아니면 예외
com.mallang.acceptance.post.DraftAcceptanceTest$임시_글_삭제_API ‑ 임시 글를 삭제한다
com.mallang.acceptance.post.DraftAcceptanceTest$임시_글_수정_API ‑ 내가 작성한 글이 아니면 예외
com.mallang.acceptance.post.DraftAcceptanceTest$임시_글_수정_API ‑ 임시 글를 업데이트한다
com.mallang.acceptance.post.DraftAcceptanceTest$임시_글_저장_API ‑ 내 블로그가 아니면 예외
…

@shin-mallang shin-mallang merged commit df0c9aa into main Nov 30, 2023
5 checks passed
shin-mallang added a commit that referenced this pull request Dec 10, 2023
* [#62] refactor: 포스트 본문을 content에서 bodyText로 변경

* [#62] refactor: 포스트 제목, 내용 등등을 담은 PostContent 클래스 작성

* [#62] feat: 임시 글 저장, 수정 도메인 로직 구현

* [#62] feat: 임시 글 저장, 수정, 삭제 서비스 구현

* test: polishing PostManageAcceptanceTest

* [#62] feat: 임시 글 저장, 수정 ,삭제 API 작성

* [#62] refactor: polishing

* [#101] refactor: PostOrderInBlogGenerator -> PostIdGenerator

* [#62] feat: 임시 글 최종 수정일 필드 추가

* [#62] feat: 임시 글 조회 기능 구현

* [#62] feat: 임시 글 조회 API 구현

* [#62] feat: 임시 글을 통해 포스트 작성 기능 구현

* [#62] feat: 임시 글을 통해 포스트 작성 API 구현

(cherry picked from commit df0c9aa)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🚀 feature] 글 임시 저장 기능
1 participant