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

[J-TB] 태그 관련 데이터 구조변경으로 인한 추가작업 필요 #408

Closed
joonseong11 opened this issue Dec 6, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@joonseong11
Copy link
Contributor

joonseong11 commented Dec 6, 2023

상황

기존의 태그 데이터는 아래처럼 주고받았었음.

Name : javascript 
Color : #e1e1e1

그러나 이번부터 백엔드 로직 변경으로 아래처럼 태그 데이터 구조가 변경됨.

id : 1
Name : javascript
Color : #e1e1e1

따라서 모집글에서 태그를 활용하는 부분들의 업데이트가 필요함
https://github.com/orgs/peer-42seoul/projects/35/views/1?pane=issue&itemId=46377732
기존의 api 가 아닌 /api/v1/tag 의 api를 활용해서 반영하는 게 좋을 듯 함 (형찬님 의견)

@joonseong11 joonseong11 added the bug Something isn't working label Dec 6, 2023
@joonseong11 joonseong11 added enhancement New feature or request and removed bug Something isn't working labels Dec 6, 2023
@hyeon81
Copy link
Contributor

hyeon81 commented Dec 6, 2023

Id값은 프론트에서 어떨때 쓰는건가요?
그리고 api를 /api/v1/tag로 바꾸면 되는건가요?

@joonseong11
Copy link
Contributor Author

joonseong11 commented Dec 7, 2023

@hyeon81
(질문 1) 모집글 작성/수정 과 같은 태그정보를 갱신할때 id 를 사용하게 돼요.
예를 들어 모집글 작성에서 지금 등록된 태그리스트를 받고, 사용할 태그들의 id들로 구성된 리스트를 만들어서 보내줘야하는거죠

(질문 2) 넵넵

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

No branches or pull requests

2 participants