체크리스트 링크 공유 기능 구현 #1125
tkdgur0906
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
기능 : 작성한 체크리스트에 대한 링크를 생성하여 공유할 수 있게 한다.
1. 체크리스트 공유 링크 생성 및 조회
2. 공유된 체크리스트 조회
논의할 점
- post 공유 링크 생성 api의 response로 공유 링크 반환(채택)
https://bang-ggood.com/checklists/share/{token}
로 반환하고 있는데 api 도메인이 아니기 때문에 실행되지 않는다.-> 해당 공유링크에 대한 토큰만 반환하기로 결정
Beta Was this translation helpful? Give feedback.
All reactions