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

✨ [Feature] 탬플릿 추가 API #700

Merged
merged 4 commits into from
Mar 9, 2024
Merged

Conversation

JaBeast
Copy link
Contributor

@JaBeast JaBeast commented Mar 7, 2024

📌 개요

  • 템플릿 추가 api

💻 작업사항

  • 템플릿 Admin 추가 Controller 코드 추가
  • 템플릿 Admin 추가 Dto 코드 추가
  • 템플릿 Admin 추가 Service 코드 추가
  • 템플릿 Admin 삭제 파트에 exception관련 주석 추가

💡Issue 번호

@JaBeast JaBeast added the enhancement New feature or request label Mar 7, 2024
@JaBeast JaBeast requested review from ghyen, yes-ee and AreSain March 7, 2024 09:32
@JaBeast JaBeast self-assigned this Mar 7, 2024
@JaBeast JaBeast changed the title ✨ [Feature] 탬플릿 삭제 API ✨ [Feature] 탬플릿 추가 API Mar 7, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.06%. Comparing base (e9225ee) to head (ae8cc06).
Report is 13 commits behind head on dev.

Additional details and impacted files
@@             Coverage Diff              @@
##                dev     #700      +/-   ##
============================================
- Coverage     74.16%   74.06%   -0.10%     
+ Complexity      737      730       -7     
============================================
  Files           166      164       -2     
  Lines          3178     3162      -16     
  Branches        340      337       -3     
============================================
- Hits           2357     2342      -15     
  Misses          677      677              
+ Partials        144      143       -1     
Flag Coverage Δ
integrationTest 68.15% <ø> (-0.13%) ⬇️
unitTest 29.34% <ø> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@ghyen ghyen left a comment

Choose a reason for hiding this comment

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

LGTM

@JaBeast JaBeast merged commit bba06df into dev Mar 9, 2024
2 checks passed
@JaBeast JaBeast deleted the 649-feature-templates-admin-추가 branch March 10, 2024 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feature] Admin 템플릿 추가 API
4 participants