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

학습자료 crud api 연결 #297

Merged
merged 30 commits into from
Sep 4, 2024

Conversation

mun-kyeong
Copy link
Collaborator

관련 이슈

작업 요약

  • 학습자료 관련 상세 수정 완료했습니다

작업 상세 설명

  • 모달 전체의 placeholder 색상 white로 수정
  • 학습 자료 생성 모달의 font-weigth 동일하게 맞추기
  • 첨부가능한 파일의 종류 제한두기 (.cpp, .py 같은 파일은 백엔드 에서 막아두어 생성이 안 됨.)
  • 학습자료 url, 파일의 미리보기 아이콘 수정
  • 이미지와 링크 클릭 시 잘못된 url로 라우팅 됨.
  • 링크 학습자료에 링크 여러개 첨부 가능하지만 조회의 1개만 됨.
  • 학습자료 첨부된 링크 누르면 AccessDenied됨….. ⇒ 프론트에서 s3 링크를 같이 붙여서 보내줌
  • 학습자료 수정한다음에 그냥 확인 누르면 제목이랑 설명 다 날아감

리뷰 요구 사항

  • 수정 필요한 부분 있다면 코멘트 부탁드립니다!
  • 브랜치를 옮기지 않고 그대로 작업을 진행해버려서,,! 이전 pr 올렸던 브랜치라고 생각해주시면 돼요
    (늦게 알아버려서 ㅠㅠ 죄송합니다,,!)

미리 보기

image image

mun-kyeong and others added 29 commits June 29, 2024 23:31
- 팀 id 다를때에도 제대로 들어오는거 확인됨
…into feature/#253-학습자료-CRUD-API-연결-

# Conflicts:
#	public/png/file.png
#	public/png/folder.png
#	src/components/DocumentCard/index.tsx
#	src/containers/study/CreateDocumentModal/index.tsx
#	src/containers/study/DocumentModal/index.tsx
Copy link
Collaborator

@llddang llddang left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

Copy link
Collaborator

@jasper200207 jasper200207 left a comment

Choose a reason for hiding this comment

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

👍

@mun-kyeong mun-kyeong merged commit cedeaec into develop Sep 4, 2024
1 check passed
@mun-kyeong mun-kyeong deleted the feature/#253-학습자료-CRUD-API-연결- branch September 4, 2024 12:19
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.

[FEAT] 학습자료 CR API 연결
3 participants