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

488 post tagssuper 응답값으로 새로 생성된 태그 정보 반환 #494

Conversation

cjho0316
Copy link
Contributor

@cjho0316 cjho0316 commented Jun 7, 2023

개요

front에서의 요구사항대로 데이터를 넘겨주는 작업을 생성함

작업 사항

함수 생성 및 추가

변경점

{
content: string;
count : number;
id : number;
login : string;
type : "super" | "default";
}
로 반환하게 할 수 있게함

목적

프론트 요구사항 부합

스크린샷 (optional)

슈퍼태그 리턴값 생성
login 반환해주는 함수
createSuperTags의 return생성
@cjho0316 cjho0316 linked an issue Jun 7, 2023 that may be closed by this pull request
1 task
@cjho0316 cjho0316 added the enhancement New feature or request label Jun 7, 2023
Copy link
Contributor

@nyj001012 nyj001012 left a comment

Choose a reason for hiding this comment

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

LGTM

@nyj001012 nyj001012 merged commit 9895ad4 into develop Jun 7, 2023
@chanhihi chanhihi deleted the 488-post-tagssuper-응답값으로-새로-생성된-태그-정보-반환 branch June 10, 2023 13:45
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.

POST tags/super 응답값으로 새로 생성된 태그 정보 반환
2 participants