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] 경제 톡톡 저장 기능 구현 및 기타 버그 수정 #60

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

chanmin-00
Copy link
Member

@chanmin-00 chanmin-00 commented Feb 6, 2025

#️⃣연관된 이슈

Close #55

📝작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

경제 톡톡 저장 기능 구현

  1. 경제 톡톡 이미지 파일은 미리 AWS에 저장 후 id 값 입력 필요
  2. 엑셀 파일에 title, content, imageId 기록
  3. 엑셀 파일 자동으로 읽어와 DB 저장

경제 톡톡 작성자 미존재로 인한 getUser Null 오류 수정

  • 경제 톡톡 작성자는 미존재하기 때문에 발생하는 NullPointer 오류 수정

경제 톡톡 게시글 검색 오류 수정

  • Querydsl 기본 조건 미설정으로 인한 잘못된 데이터 검색 오류 수정

경제 톡톡 엑셀 파일 구성

image
  • 아직 미저장 상태로 나중에 데이터 추가 할 것

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

@chanmin-00 chanmin-00 added 🐛 Bug 버그 발생 ✨ Feat 새로운 기능 추가 labels Feb 6, 2025
@chanmin-00 chanmin-00 self-assigned this Feb 6, 2025
Copy link
Member

@chaen-ing chaen-ing left a comment

Choose a reason for hiding this comment

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

null인 경우에 꼼꼼하게 처리하신 것 같아요!! 저장 기능 구현하는거 수고 많으셨어요~~👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug 버그 발생 ✨ Feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 경제 톡톡 게시물 저장 기능을 구현한다.
2 participants