modulersYJ / ganoverflow-front

2 stars 2 forks source link

Feat category #27

Closed hongregii closed 1 year ago

hongregii commented 1 year ago

Category

  1. 챗 저장 모달 열릴 때 getAllCategories API 호출 후, categories state에 저장.
  2. 모달 안에 select > option 있음. 여기안에 API로 받아온 카테고리들 뿌려줌.
  3. onChangeTitle 함수를 onChangeTitleAndCategory 함수로 변경. (인터페이스/타입도 몇가지 바꿈) -> select 선택하면 상위(page.tsx)에 titleAndCategory state 변경. category는 옵셔널이라 선택 안해도 됨.
  4. chatPosts 등록하는 코드는 수정하지 않았음 (onClickSaveChatpostExec) - title state의 형이 바뀌었을 뿐.
  5. 저장 모달 (SaveChatModal.tsx) 모듈화 - 파일 분리, props Interface 생성
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ganoverflow ❌ Failed (Inspect) Jul 17, 2023 2:03pm
ganoverflow-front ❌ Failed (Inspect) Jul 17, 2023 2:03pm
ganoverflow-front-88gi ❌ Failed (Inspect) Jul 17, 2023 2:03pm
ABizCho commented 1 year ago

제가 resolve conflicts 수행하면서 발생한 배포 충돌이 있는것같은데, 코드리뷰로는 확인이 안돼서 일단 merge하고 hotfix하던가 하겠습니다!