We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
[BE/#50] Feat : 레이블 목록 요청 API 구현
fb0bddf
[BE/#50] Feat : LabelController CRUD 스켈레톤 코드 작성
8ca2241
- list() - create() - update() - delete()
[BE/#50] Feat : 레이블 관련 요청 DTO 추가
6474677
- LabelRequestDto - create, update 요청 시 사용
[BE/#50] Feat : 레이블 생성 관련 서비스 로직 추가
7f0966b
- createNewLabel() - labelRequestDto
[BE/#50] Feat : 레이블 추가 DAO 로직 추가
32edf34
- issueDao.createNewLabel() - 요청 받은 이름, 설명, 색상코드 추가
[BE/#50] Feat : 레이블 업데이트 관련 서비스 로직 추가
9bcb636
- LabelService
hanurii
MuseopKim
No branches or pull requests
레이블 전체 목록 요청 기능 구현
The text was updated successfully, but these errors were encountered: