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

🔀 :: (#208) 이미지 추가 전으로 롤백 #209

Merged
merged 2 commits into from
Mar 21, 2023
Merged

🔀 :: (#208) 이미지 추가 전으로 롤백 #209

merged 2 commits into from
Mar 21, 2023

Conversation

lyutvs
Copy link
Member

@lyutvs lyutvs commented Mar 20, 2023

No description provided.

@lyutvs lyutvs added the 리팩토링 리팩토링이 필요함을 나타냅니다. label Mar 20, 2023
@lyutvs lyutvs self-assigned this Mar 20, 2023
@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #209 (58639b7) into main (e981c5d) will decrease coverage by 0.23%.
The diff coverage is 75.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #209      +/-   ##
============================================
- Coverage     33.79%   33.57%   -0.23%     
+ Complexity      101       99       -2     
============================================
  Files            68       68              
  Lines           719      700      -19     
  Branches         19       19              
============================================
- Hits            243      235       -8     
+ Misses          468      457      -11     
  Partials          8        8              
Impacted Files Coverage Δ
.../github/v1servicenotification/category/Category.kt 100.00% <ø> (ø)
...ification/category/api/response/CategoryElement.kt 100.00% <ø> (ø)
...1servicenotification/detail/spi/dto/DetailModel.kt 100.00% <ø> (ø)
...vicenotification/setting/service/SettingApiImpl.kt 100.00% <ø> (ø)
...vicenotification/stubs/InMemoryDetailRepository.kt 85.18% <ø> (-0.53%) ⬇️
...ification/domain/category/domain/CategoryEntity.kt 0.00% <0.00%> (ø)
...ation/domain/category/mapper/CategoryMapperImpl.kt 0.00% <ø> (ø)
...domain/category/presentation/CategoryController.kt 0.00% <ø> (ø)
.../presentation/dto/request/CreateCategoryRequest.kt 0.00% <ø> (ø)
...il/domain/repository/CustomDetailRepositoryImpl.kt 0.00% <ø> (ø)
... and 4 more

@leeseojune53
Copy link
Member

@lyutvs 왜 롤백하는지 사유는 적어주라

@sonarqubecloud
Copy link

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@lyutvs
Copy link
Member Author

lyutvs commented Mar 20, 2023

스크린샷 2023-03-20 오후 10 36 36

디자인 에서 안읽은 알림일 경우 보라색 아이콘을 사용하고 읽은 알림은 회색 을 띄는데 이부분을 바꾸는걸 서버보단 클라이언트에서 처리 하는게 좀더 좋다 생각해서 롤백 시켰습니다

@@ -10,7 +10,6 @@ class DetailElement(
val sentAt: LocalDateTime,
val isRead: Boolean,
val userId: UUID,
val name: String,
val categoryName: String,
Copy link
Member

Choose a reason for hiding this comment

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

Q) 요쪽 name -> categoryName은 Client랑 다 이야기된 부분이죠?

Copy link
Member Author

Choose a reason for hiding this comment

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

넵 상의후 변경한 부분입니다

@lyutvs lyutvs merged commit 2db88d5 into main Mar 21, 2023
@lyutvs lyutvs deleted the 208-rollback branch March 21, 2023 00:59
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.

3 participants