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][#69] 카드 태그의 추가 작업 #69 #84

Merged
merged 5 commits into from
Aug 26, 2024
Merged

Conversation

JeongSangByuk
Copy link
Collaborator

@JeongSangByuk JeongSangByuk commented Aug 26, 2024

🌱 관련 이슈

📌 작업 내용 및 특이사항

  1. 태그 전체 조회 api (GET /api/v1/tags)
  • 조회 시, 자기 직군(디자이너 or 개발자)만 조회 되게끔
  1. 카드 조회 api (GET /api/v1/cards), 공고에서 카드 조회 api (GET /api/v1/recruits/{id}/cards)
  • 카드 조회 시 , tag-ids 쿼리 파리미터 추가(required=false).
  1. 카드 생성 api (POST /api/v1/card), 카드 공고로 복사 api (POST /api/v1/recruits/{id}/cards)
  • 같은 태그 타입이 아닐 경우, 예외 처리
  • 내정보는 타입 하나만 추가 가능(마이 인포랑, 리쿠르트랑 다름) 예외 처리

4.카드 타입 변경 api 신규 개발 ( POST /cards/{card-id}/card-type)

📝 참고사항

  • n/a

📚 기타

  • n/a

@JeongSangByuk JeongSangByuk changed the title [Feature/#69] 카드 태그의 추가 작업 #69 [feature][#69] 카드 태그의 추가 작업 #69 Aug 26, 2024
@JeongSangByuk JeongSangByuk merged commit 1cd97ca into main Aug 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ 카드 태그의 추가 작업
1 participant