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

merge: (#281) 휴무일 dto 리팩토링 #306

Merged
merged 10 commits into from
Jan 18, 2023

Conversation

khcho0125
Copy link
Member

작업 내용 설명

  • application Request → Data 변경
  • presentation WebRequest → Request 변경

주요 변경 사항

  • Web Enum 제거

체크리스트

  • 어플리케이션 구동(혹은 테스트)시 오류는 없나요?
  • 생성된 코드에 Javadoc 주석을 추가 하였나요?
  • 생성된 코드에 대한 테스트 코드가 작성 되었나요?

관련 이슈

@khcho0125 khcho0125 added the refactor 코드 리팩토링 할 경우 label Jan 13, 2023
@khcho0125 khcho0125 self-assigned this Jan 13, 2023
@codecov
Copy link

codecov bot commented Jan 13, 2023

Codecov Report

Merging #306 (ebcf63f) into develop (3ccaecc) will increase coverage by 0.16%.
The diff coverage is 40.69%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #306      +/-   ##
=============================================
+ Coverage      38.51%   38.68%   +0.16%     
- Complexity       373      384      +11     
=============================================
  Files            237      239       +2     
  Lines           2918     2934      +16     
  Branches          99       99              
=============================================
+ Hits            1124     1135      +11     
- Misses          1788     1793       +5     
  Partials           6        6              
Impacted Files Coverage Δ
...liday/dto/response/QueryEmployeeHolidayResponse.kt 100.00% <ø> (ø)
...ay/dto/response/QueryIndividualHolidaysResponse.kt 100.00% <ø> (ø)
...ay/dto/response/QueryMonthHolidayPeriodResponse.kt 100.00% <ø> (ø)
...ain/holiday/usecase/AppointHolidayPeriodUseCase.kt 100.00% <ø> (ø)
.../holiday/usecase/QueryMonthHolidayPeriodUseCase.kt 100.00% <ø> (ø)
.../comit/simtong/domain/holiday/WebHolidayAdapter.kt 0.00% <0.00%> (ø)
...simtong/domain/holiday/dto/AppointAnnualRequest.kt 0.00% <0.00%> (ø)
.../domain/holiday/dto/AppointHolidayPeriodRequest.kt 0.00% <0.00%> (ø)
...imtong/domain/holiday/dto/AppointHolidayRequest.kt 0.00% <0.00%> (ø)
...simtong/domain/holiday/dto/CancelHolidayRequest.kt 0.00% <0.00%> (ø)
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3ccaecc...ebcf63f. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Jan 16, 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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@khcho0125 khcho0125 merged commit 70288c1 into develop Jan 18, 2023
@khcho0125 khcho0125 deleted the refactor/281-holiday-dto-package branch January 18, 2023 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 코드 리팩토링 할 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants