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

fix: TopicCard nullable한 필드 예외처리 추가 #183

Merged
merged 5 commits into from
Feb 8, 2024

Conversation

Jinho1011
Copy link
Member

What is this PR? 🔍

  • /topic/info의 응답 중에 특정 필드가 nullable하게 변경되어 이를 예외처리하는 코드를 작성했습니다.

🛠️ Issue

Copy link

netlify bot commented Feb 8, 2024

Deploy Preview for offonoff-ab ready!

Name Link
🔨 Latest commit 9ef7c89
🔍 Latest deploy log https://app.netlify.com/sites/offonoff-ab/deploys/65c5006fd7a5e60008976a25
😎 Deploy Preview https://deploy-preview-183--offonoff-ab.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Jinho1011 Jinho1011 merged commit da45f52 into dev Feb 8, 2024
5 checks passed
@Jinho1011 Jinho1011 deleted the fix/nullable-filed branch February 8, 2024 16:37
Jinho1011 added a commit that referenced this pull request Feb 9, 2024
* A사이드 토픽 생성 API 연동 (#175)

* fix: lineheight 1.4 기본값 적용

* feat: text, image icon 추가

* fix: padding 값 수정

* fix: 수정된 input theme으로 변경

* feat: 카테고리 input form 추가

* fix: 파일 로직 변경

* feat: 토픽생성 image input 컴포넌트 추가

* fix: textinput props 변경

* feat: 뒤로가기 로직을 위한 코드수정

* feat: B topic step2 추가

* feat: B topic step1 추가

* feat: B topic 페이지 추가

* feat: add delete icon

* feat: add maxlength

* fix: constant fix

* fix: constant fix

* fix: form fix

* feat: add BTopicCreate Step2 page

* feat: separate imageinput component

* feat: add imgurl dto

* feat: add topic deadline constant

* fix: modal close button width, height fix

* feat: 토픽생성 api 구축

* feat: 토픽생성 form 유효성 검사 추가

* chore: update gitignore

* fix: update value by useWatch

* fix: lint error

* fix: 로고색상 변경 #169

* feat: 토픽생성 유효성 검사 및 api 연동

* feat: 토픽생성 api dto 수정

* fix: 슬라이더 , 투표완료 컴포넌트 내 로고위치 수정

* fix: topic content 글자수에 따른 size 조정

* fix: 로그인 화면 로고 B 색상 수정

* fix: 슬라이더 topic content text z index 수정

* fix: api 변경에 따라 topic content 받아오도록 수정

* fix: topiccreate dto interface 위치 조정

* feat: Aside topiccreate api 연동

* fix: 절대경로로 수정

---------

Co-authored-by: 전진호 <[email protected]>

* 토픽생성완료 후 로직 (#176)

* fix: lineheight 1.4 기본값 적용

* feat: text, image icon 추가

* fix: padding 값 수정

* fix: 수정된 input theme으로 변경

* feat: 카테고리 input form 추가

* fix: 파일 로직 변경

* feat: 토픽생성 image input 컴포넌트 추가

* fix: textinput props 변경

* feat: 뒤로가기 로직을 위한 코드수정

* feat: B topic step2 추가

* feat: B topic step1 추가

* feat: B topic 페이지 추가

* feat: add delete icon

* feat: add maxlength

* fix: constant fix

* fix: constant fix

* fix: form fix

* feat: add BTopicCreate Step2 page

* feat: separate imageinput component

* feat: add imgurl dto

* feat: add topic deadline constant

* fix: modal close button width, height fix

* feat: 토픽생성 api 구축

* feat: 토픽생성 form 유효성 검사 추가

* chore: update gitignore

* fix: update value by useWatch

* fix: lint error

* fix: 로고색상 변경 #169

* feat: 토픽생성 유효성 검사 및 api 연동

* feat: 토픽생성 api dto 수정

* fix: 슬라이더 , 투표완료 컴포넌트 내 로고위치 수정

* fix: topic content 글자수에 따른 size 조정

* fix: 로그인 화면 로고 B 색상 수정

* fix: 슬라이더 topic content text z index 수정

* fix: api 변경에 따라 topic content 받아오도록 수정

* fix: topiccreate dto interface 위치 조정

* feat: Aside topiccreate api 연동

* fix: 절대경로로 수정

* feat: 토픽생성 완료시 각 사이드 화면으로 이동

---------

Co-authored-by: 전진호 <[email protected]>

* fix: remove enable option (#177)

* fix: api url (#178)

* Update cd.yml (#180)

* fix: TopicCard nullable한 필드 예외처리 추가 (#183)

* fix: change topics api url

* fix: make TopicResponse's field nullable

* fix: optionally render nullable content

* feat: make topicSide type to TOPIC_A or TOPIC_B

* fix: ATopicCard's topicSide format

* 글자수,띄어쓰기에 따른 ui 조정 (#184)

* fix: 선택지 글자수, 띄어쓰기에 따라 ui 조정

* fix: 토픽제목 글자수, 띄어쓰기에 따라 ui조정

* A 사이드 토픽 API 연결 (#185)

* fix: rename alpha to a

* feat: make useTopics to infiniteQuery

* feat: make bg color to navy

* fix: exclude isOpen from export

* feat: add date util

* fix: date distance option

* feat: add commentCount and createAt to topic model

* feat: add side to DTO

* fix: remove dummy choices

* feat: add  comment sheet

* fix: getDateDistanceText option condition

* feat: add sort to useTopics

* fix: vote to topic response

* feat: add createdAt and asc to sort

* fix: voteTopic response type

* feat: add revealed condition

* feat: export TopicsRequestDTO

* fix: remove unused import

* feat: add rea params to set exact query data

* feat: add vote to topic

* feat: add desc option

---------

Co-authored-by: CHAEYOUNG SONG <[email protected]>
Jinho1011 added a commit that referenced this pull request Feb 11, 2024
* A사이드 토픽 생성 API 연동 (#175)

* fix: lineheight 1.4 기본값 적용

* feat: text, image icon 추가

* fix: padding 값 수정

* fix: 수정된 input theme으로 변경

* feat: 카테고리 input form 추가

* fix: 파일 로직 변경

* feat: 토픽생성 image input 컴포넌트 추가

* fix: textinput props 변경

* feat: 뒤로가기 로직을 위한 코드수정

* feat: B topic step2 추가

* feat: B topic step1 추가

* feat: B topic 페이지 추가

* feat: add delete icon

* feat: add maxlength

* fix: constant fix

* fix: constant fix

* fix: form fix

* feat: add BTopicCreate Step2 page

* feat: separate imageinput component

* feat: add imgurl dto

* feat: add topic deadline constant

* fix: modal close button width, height fix

* feat: 토픽생성 api 구축

* feat: 토픽생성 form 유효성 검사 추가

* chore: update gitignore

* fix: update value by useWatch

* fix: lint error

* fix: 로고색상 변경 #169

* feat: 토픽생성 유효성 검사 및 api 연동

* feat: 토픽생성 api dto 수정

* fix: 슬라이더 , 투표완료 컴포넌트 내 로고위치 수정

* fix: topic content 글자수에 따른 size 조정

* fix: 로그인 화면 로고 B 색상 수정

* fix: 슬라이더 topic content text z index 수정

* fix: api 변경에 따라 topic content 받아오도록 수정

* fix: topiccreate dto interface 위치 조정

* feat: Aside topiccreate api 연동

* fix: 절대경로로 수정

---------

Co-authored-by: 전진호 <[email protected]>

* 토픽생성완료 후 로직 (#176)

* fix: lineheight 1.4 기본값 적용

* feat: text, image icon 추가

* fix: padding 값 수정

* fix: 수정된 input theme으로 변경

* feat: 카테고리 input form 추가

* fix: 파일 로직 변경

* feat: 토픽생성 image input 컴포넌트 추가

* fix: textinput props 변경

* feat: 뒤로가기 로직을 위한 코드수정

* feat: B topic step2 추가

* feat: B topic step1 추가

* feat: B topic 페이지 추가

* feat: add delete icon

* feat: add maxlength

* fix: constant fix

* fix: constant fix

* fix: form fix

* feat: add BTopicCreate Step2 page

* feat: separate imageinput component

* feat: add imgurl dto

* feat: add topic deadline constant

* fix: modal close button width, height fix

* feat: 토픽생성 api 구축

* feat: 토픽생성 form 유효성 검사 추가

* chore: update gitignore

* fix: update value by useWatch

* fix: lint error

* fix: 로고색상 변경 #169

* feat: 토픽생성 유효성 검사 및 api 연동

* feat: 토픽생성 api dto 수정

* fix: 슬라이더 , 투표완료 컴포넌트 내 로고위치 수정

* fix: topic content 글자수에 따른 size 조정

* fix: 로그인 화면 로고 B 색상 수정

* fix: 슬라이더 topic content text z index 수정

* fix: api 변경에 따라 topic content 받아오도록 수정

* fix: topiccreate dto interface 위치 조정

* feat: Aside topiccreate api 연동

* fix: 절대경로로 수정

* feat: 토픽생성 완료시 각 사이드 화면으로 이동

---------

Co-authored-by: 전진호 <[email protected]>

* fix: remove enable option (#177)

* fix: api url (#178)

* Update cd.yml (#180)

* fix: TopicCard nullable한 필드 예외처리 추가 (#183)

* fix: change topics api url

* fix: make TopicResponse's field nullable

* fix: optionally render nullable content

* feat: make topicSide type to TOPIC_A or TOPIC_B

* fix: ATopicCard's topicSide format

* 글자수,띄어쓰기에 따른 ui 조정 (#184)

* fix: 선택지 글자수, 띄어쓰기에 따라 ui 조정

* fix: 토픽제목 글자수, 띄어쓰기에 따라 ui조정

* A 사이드 토픽 API 연결 (#185)

* fix: rename alpha to a

* feat: make useTopics to infiniteQuery

* feat: make bg color to navy

* fix: exclude isOpen from export

* feat: add date util

* fix: date distance option

* feat: add commentCount and createAt to topic model

* feat: add side to DTO

* fix: remove dummy choices

* feat: add  comment sheet

* fix: getDateDistanceText option condition

* feat: add sort to useTopics

* fix: vote to topic response

* feat: add createdAt and asc to sort

* fix: voteTopic response type

* feat: add revealed condition

* feat: export TopicsRequestDTO

* fix: remove unused import

* feat: add rea params to set exact query data

* feat: add vote to topic

* feat: add desc option

* fix: timer endtime 수정

* fix: dealine 계산 방식 변경

* fix: 인증 로직 구현 (#188)

* fix: remove accessToken from localStorage

* feat: add Auth route

* fix: change login and add relogin

* fix: remove error condition

* feat: �A topic 투표 응답 모델 수정 (#190)

* feat: memoize ATopicCard

* fix: add zIndex to show percentage

* feat: add voteCount to Choice model

* fix: remove req from useTopics

* fix: useVoteTopic's onSucess handler

---------

Co-authored-by: CHAEYOUNG SONG <[email protected]>
Co-authored-by: chaeyoung103 <[email protected]>
Jinho1011 added a commit that referenced this pull request Feb 12, 2024
* A사이드 토픽 생성 API 연동 (#175)

* fix: lineheight 1.4 기본값 적용

* feat: text, image icon 추가

* fix: padding 값 수정

* fix: 수정된 input theme으로 변경

* feat: 카테고리 input form 추가

* fix: 파일 로직 변경

* feat: 토픽생성 image input 컴포넌트 추가

* fix: textinput props 변경

* feat: 뒤로가기 로직을 위한 코드수정

* feat: B topic step2 추가

* feat: B topic step1 추가

* feat: B topic 페이지 추가

* feat: add delete icon

* feat: add maxlength

* fix: constant fix

* fix: constant fix

* fix: form fix

* feat: add BTopicCreate Step2 page

* feat: separate imageinput component

* feat: add imgurl dto

* feat: add topic deadline constant

* fix: modal close button width, height fix

* feat: 토픽생성 api 구축

* feat: 토픽생성 form 유효성 검사 추가

* chore: update gitignore

* fix: update value by useWatch

* fix: lint error

* fix: 로고색상 변경 #169

* feat: 토픽생성 유효성 검사 및 api 연동

* feat: 토픽생성 api dto 수정

* fix: 슬라이더 , 투표완료 컴포넌트 내 로고위치 수정

* fix: topic content 글자수에 따른 size 조정

* fix: 로그인 화면 로고 B 색상 수정

* fix: 슬라이더 topic content text z index 수정

* fix: api 변경에 따라 topic content 받아오도록 수정

* fix: topiccreate dto interface 위치 조정

* feat: Aside topiccreate api 연동

* fix: 절대경로로 수정

---------

Co-authored-by: 전진호 <[email protected]>

* 토픽생성완료 후 로직 (#176)

* fix: lineheight 1.4 기본값 적용

* feat: text, image icon 추가

* fix: padding 값 수정

* fix: 수정된 input theme으로 변경

* feat: 카테고리 input form 추가

* fix: 파일 로직 변경

* feat: 토픽생성 image input 컴포넌트 추가

* fix: textinput props 변경

* feat: 뒤로가기 로직을 위한 코드수정

* feat: B topic step2 추가

* feat: B topic step1 추가

* feat: B topic 페이지 추가

* feat: add delete icon

* feat: add maxlength

* fix: constant fix

* fix: constant fix

* fix: form fix

* feat: add BTopicCreate Step2 page

* feat: separate imageinput component

* feat: add imgurl dto

* feat: add topic deadline constant

* fix: modal close button width, height fix

* feat: 토픽생성 api 구축

* feat: 토픽생성 form 유효성 검사 추가

* chore: update gitignore

* fix: update value by useWatch

* fix: lint error

* fix: 로고색상 변경 #169

* feat: 토픽생성 유효성 검사 및 api 연동

* feat: 토픽생성 api dto 수정

* fix: 슬라이더 , 투표완료 컴포넌트 내 로고위치 수정

* fix: topic content 글자수에 따른 size 조정

* fix: 로그인 화면 로고 B 색상 수정

* fix: 슬라이더 topic content text z index 수정

* fix: api 변경에 따라 topic content 받아오도록 수정

* fix: topiccreate dto interface 위치 조정

* feat: Aside topiccreate api 연동

* fix: 절대경로로 수정

* feat: 토픽생성 완료시 각 사이드 화면으로 이동

---------

Co-authored-by: 전진호 <[email protected]>

* fix: remove enable option (#177)

* fix: api url (#178)

* Update cd.yml (#180)

* fix: TopicCard nullable한 필드 예외처리 추가 (#183)

* fix: change topics api url

* fix: make TopicResponse's field nullable

* fix: optionally render nullable content

* feat: make topicSide type to TOPIC_A or TOPIC_B

* fix: ATopicCard's topicSide format

* 글자수,띄어쓰기에 따른 ui 조정 (#184)

* fix: 선택지 글자수, 띄어쓰기에 따라 ui 조정

* fix: 토픽제목 글자수, 띄어쓰기에 따라 ui조정

* A 사이드 토픽 API 연결 (#185)

* fix: rename alpha to a

* feat: make useTopics to infiniteQuery

* feat: make bg color to navy

* fix: exclude isOpen from export

* feat: add date util

* fix: date distance option

* feat: add commentCount and createAt to topic model

* feat: add side to DTO

* fix: remove dummy choices

* feat: add  comment sheet

* fix: getDateDistanceText option condition

* feat: add sort to useTopics

* fix: vote to topic response

* feat: add createdAt and asc to sort

* fix: voteTopic response type

* feat: add revealed condition

* feat: export TopicsRequestDTO

* fix: remove unused import

* feat: add rea params to set exact query data

* feat: add vote to topic

* feat: add desc option

* fix: timer endtime 수정

* fix: dealine 계산 방식 변경

* fix: 인증 로직 구현 (#188)

* fix: remove accessToken from localStorage

* feat: add Auth route

* fix: change login and add relogin

* fix: remove error condition

* feat: �A topic 투표 응답 모델 수정 (#190)

* feat: memoize ATopicCard

* fix: add zIndex to show percentage

* feat: add voteCount to Choice model

* fix: remove req from useTopics

* fix: useVoteTopic's onSucess handler

* feat: enable scroll when height is not enough (#192)

* feat: enable scroll when height is not enough

* fix: move slide button inside slide

* fix: slide button position

---------

Co-authored-by: CHAEYOUNG SONG <[email protected]>
Co-authored-by: chaeyoung103 <[email protected]>
Jinho1011 added a commit that referenced this pull request Feb 13, 2024
* A사이드 토픽 생성 API 연동 (#175)

* fix: lineheight 1.4 기본값 적용

* feat: text, image icon 추가

* fix: padding 값 수정

* fix: 수정된 input theme으로 변경

* feat: 카테고리 input form 추가

* fix: 파일 로직 변경

* feat: 토픽생성 image input 컴포넌트 추가

* fix: textinput props 변경

* feat: 뒤로가기 로직을 위한 코드수정

* feat: B topic step2 추가

* feat: B topic step1 추가

* feat: B topic 페이지 추가

* feat: add delete icon

* feat: add maxlength

* fix: constant fix

* fix: constant fix

* fix: form fix

* feat: add BTopicCreate Step2 page

* feat: separate imageinput component

* feat: add imgurl dto

* feat: add topic deadline constant

* fix: modal close button width, height fix

* feat: 토픽생성 api 구축

* feat: 토픽생성 form 유효성 검사 추가

* chore: update gitignore

* fix: update value by useWatch

* fix: lint error

* fix: 로고색상 변경 #169

* feat: 토픽생성 유효성 검사 및 api 연동

* feat: 토픽생성 api dto 수정

* fix: 슬라이더 , 투표완료 컴포넌트 내 로고위치 수정

* fix: topic content 글자수에 따른 size 조정

* fix: 로그인 화면 로고 B 색상 수정

* fix: 슬라이더 topic content text z index 수정

* fix: api 변경에 따라 topic content 받아오도록 수정

* fix: topiccreate dto interface 위치 조정

* feat: Aside topiccreate api 연동

* fix: 절대경로로 수정

---------

Co-authored-by: 전진호 <[email protected]>

* 토픽생성완료 후 로직 (#176)

* fix: lineheight 1.4 기본값 적용

* feat: text, image icon 추가

* fix: padding 값 수정

* fix: 수정된 input theme으로 변경

* feat: 카테고리 input form 추가

* fix: 파일 로직 변경

* feat: 토픽생성 image input 컴포넌트 추가

* fix: textinput props 변경

* feat: 뒤로가기 로직을 위한 코드수정

* feat: B topic step2 추가

* feat: B topic step1 추가

* feat: B topic 페이지 추가

* feat: add delete icon

* feat: add maxlength

* fix: constant fix

* fix: constant fix

* fix: form fix

* feat: add BTopicCreate Step2 page

* feat: separate imageinput component

* feat: add imgurl dto

* feat: add topic deadline constant

* fix: modal close button width, height fix

* feat: 토픽생성 api 구축

* feat: 토픽생성 form 유효성 검사 추가

* chore: update gitignore

* fix: update value by useWatch

* fix: lint error

* fix: 로고색상 변경 #169

* feat: 토픽생성 유효성 검사 및 api 연동

* feat: 토픽생성 api dto 수정

* fix: 슬라이더 , 투표완료 컴포넌트 내 로고위치 수정

* fix: topic content 글자수에 따른 size 조정

* fix: 로그인 화면 로고 B 색상 수정

* fix: 슬라이더 topic content text z index 수정

* fix: api 변경에 따라 topic content 받아오도록 수정

* fix: topiccreate dto interface 위치 조정

* feat: Aside topiccreate api 연동

* fix: 절대경로로 수정

* feat: 토픽생성 완료시 각 사이드 화면으로 이동

---------

Co-authored-by: 전진호 <[email protected]>

* fix: remove enable option (#177)

* fix: api url (#178)

* Update cd.yml (#180)

* fix: TopicCard nullable한 필드 예외처리 추가 (#183)

* fix: change topics api url

* fix: make TopicResponse's field nullable

* fix: optionally render nullable content

* feat: make topicSide type to TOPIC_A or TOPIC_B

* fix: ATopicCard's topicSide format

* 글자수,띄어쓰기에 따른 ui 조정 (#184)

* fix: 선택지 글자수, 띄어쓰기에 따라 ui 조정

* fix: 토픽제목 글자수, 띄어쓰기에 따라 ui조정

* A 사이드 토픽 API 연결 (#185)

* fix: rename alpha to a

* feat: make useTopics to infiniteQuery

* feat: make bg color to navy

* fix: exclude isOpen from export

* feat: add date util

* fix: date distance option

* feat: add commentCount and createAt to topic model

* feat: add side to DTO

* fix: remove dummy choices

* feat: add  comment sheet

* fix: getDateDistanceText option condition

* feat: add sort to useTopics

* fix: vote to topic response

* feat: add createdAt and asc to sort

* fix: voteTopic response type

* feat: add revealed condition

* feat: export TopicsRequestDTO

* fix: remove unused import

* feat: add rea params to set exact query data

* feat: add vote to topic

* feat: add desc option

* fix: timer endtime 수정

* fix: dealine 계산 방식 변경

* fix: 인증 로직 구현 (#188)

* fix: remove accessToken from localStorage

* feat: add Auth route

* fix: change login and add relogin

* fix: remove error condition

* feat: �A topic 투표 응답 모델 수정 (#190)

* feat: memoize ATopicCard

* fix: add zIndex to show percentage

* feat: add voteCount to Choice model

* fix: remove req from useTopics

* fix: useVoteTopic's onSucess handler

* feat: enable scroll when height is not enough (#192)

* feat: enable scroll when height is not enough

* fix: move slide button inside slide

* fix: slide button position

---------

Co-authored-by: CHAEYOUNG SONG <[email protected]>
Co-authored-by: chaeyoung103 <[email protected]>
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.

토픽 조회의 응답으로 nullable한 필드 예외 처리
1 participant