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

게시판 관련 Content API를 변경한다. #665

Open
unluckyjung opened this issue Oct 26, 2021 · 1 comment
Open

게시판 관련 Content API를 변경한다. #665

unluckyjung opened this issue Oct 26, 2021 · 1 comment
Labels
back-end 백엔드 크루가 진행할 작업 front-end 프론트엔드 크루가 진행할 작업 refactor 리팩토링 대상

Comments

@unluckyjung
Copy link
Collaborator

현재 저희 명세에 따르면, 이미지를 업로드 하는경우에도 base64 문자열로 변경후 content에 이어 붙이는 방식으로 구현되어있습니다.

게시글 내용 : hi
이미지 첨부 : 123.jpg 이면

123.jpg가 문자열로 바뀐뒤 저장되는 형태입니다.

이로 인해서, 게시글 내용에 대한 길이제한도 정하지못하고 있는상황입니다.

이미지 저장방식을 변경해야할 필요성이 있습니다.

@unluckyjung unluckyjung added refactor 리팩토링 대상 back-end 백엔드 크루가 진행할 작업 front-end 프론트엔드 크루가 진행할 작업 labels Oct 26, 2021
@unluckyjung
Copy link
Collaborator Author

관련된 PR : #663

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end 백엔드 크루가 진행할 작업 front-end 프론트엔드 크루가 진행할 작업 refactor 리팩토링 대상
Projects
None yet
Development

No branches or pull requests

1 participant