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

#128 공유하기 API (워크스페이스 Post) 기능 구현 #129

Merged
merged 6 commits into from
Oct 22, 2023

Conversation

jhy0285
Copy link
Contributor

@jhy0285 jhy0285 commented Oct 21, 2023

이제 암호화된 워크스페이스id를 path variable로 post요청시, 해당 워크스페이스-카테고리-북마크-태그 정보들이 모두
요청한 유저의 db에 새로 저장됩니다!

해결못한 이슈
북마크들을 가져올때, 항상 마지막 북마크의 태그 리스트는 가져오지 못한다.

즉 A 워크스페이스 안에 a 카테고리가있고 그안에 q,w 북마크가 있고
q북마크에는 l,m 태그, w북마크에는 j,k 태그가 있을경우

  • A 워크스페이스
    • a 카테고리
      • q 북마크
        • 태그: l, m
      • w 북마크
        • 태그: j, k

A-a-q-l,m 은 잘가져오는데
A-a-w-j,k는 j,k태그까지는 가져오지 못하고, A-a-w 까지만 가져오는 이슈가 있습니다.

  • A 워크스페이스
    • a 카테고리
      • q 북마크
        • 태그: l, m
      • w 북마크
        • 태그: 비어있음

일단 배포관련(크램폴린, 도커 , etc...) 공부를 해야되서 이슈는 해결하지 못하고 이렇게 노티만 해드립니다!

import java.util.Optional;


@Transactional(readOnly = true)
Copy link
Contributor

Choose a reason for hiding this comment

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

현재 create와 같은 CUD를 하는 코드인데 @Transactional(readOnly = true)로 설정되어있습니다 @Transaction로 수정하면 좋을 듯 합니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

넵 확인했습니다!

@Train0303 Train0303 merged commit db67515 into Step3-kakao-tech-campus:weekly Oct 22, 2023
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.

2 participants