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

[FEAT] 공유 API 수정 #628

Open
wants to merge 17 commits into
base: backend-v2
Choose a base branch
from
Open

[FEAT] 공유 API 수정 #628

wants to merge 17 commits into from

Conversation

kimminkyeu
Copy link
Collaborator

What is this PR? 🔍

  • 기능 : 공유 API 수정 작업
    1. 폴더 조회시 accessToken 값이 함께 반환됩니다.
      null일 경우 비공개 폴더 입니다.
    2. 공유 폴더 조회시 최신 정보를 DB에서 끌고와서 반환합니다.
      ⚠️ 조회시마다 계속 DB에서 끌고 오기 때문에, 성능적인 고려가 필요
  • issue : [feat] 공유 api 수정 #611

@kimminkyeu kimminkyeu added the backend 백엔드 관련 label Nov 29, 2024
@kimminkyeu kimminkyeu self-assigned this Nov 29, 2024
…ck/feat/#600

# Conflicts:
#	backend/techpick-api/src/main/java/techpick/api/application/sharedFolder/controller/SharedFolderApiController.java
#	backend/techpick-api/src/main/java/techpick/api/domain/sharedFolder/dto/SharedFolderMapper.java
#	backend/techpick-api/src/main/java/techpick/api/domain/sharedFolder/dto/SharedFolderResult.java
#	backend/techpick-api/src/main/java/techpick/api/domain/sharedFolder/service/SharedFolderService.java
@kimminkyeu kimminkyeu changed the title Back/feat/#611 [FEAT] 공유 API 수정 Nov 29, 2024
@kimminkyeu
Copy link
Collaborator Author

  1. 폴더 삭제시 공유 삭제 로직 추가 작업 필요
  2. 폴더 이름 설정은 일단 제외하겠음.

@kimminkyeu
Copy link
Collaborator Author

@Gyaak @sangwonsheep 리팩토링 및 폴더 삭제시 공유 해제 로직 추가하였습니다.

@kimminkyeu kimminkyeu added the 기한 13:00 🎯 점심 오후 1시 지나면 머지합니다. label Nov 29, 2024
@kimminkyeu
Copy link
Collaborator Author

kimminkyeu commented Nov 29, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 백엔드 관련 기한 13:00 🎯 점심 오후 1시 지나면 머지합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant