Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

[FE] feat: 휴지통 기능 구현 #281

Merged
merged 26 commits into from
Aug 16, 2023
Merged

Conversation

jeonjeunghoon
Copy link
Member

@jeonjeunghoon jeonjeunghoon commented Aug 15, 2023

🛠️ Issue

✅ Tasks

  • TrashCan 컴포넌트 구현
  • TrashCanTable 컴포넌트 구현
  • TrashCanPage 페이지 구현
  • trash 관련 api 요청 로직 구현
  • trash api 관련 핸들러 작성

⏰ Time Difference

  • 1 -> 12

📝 Note

  • 백엔드 코드 충돌 해결하면서 Files changed 가 엄청 많아져버렸어요. 때문에 아래와 같이 file filter 하신 후에 보는게 편하실 것같아요.
스크린샷 2023-08-15 오후 6 29 03
  • 현재 WritingList 컴포넌트와 DeletedWritingList 컴포넌트를 추상화하고 싶은데, categoryId WritingList에서 Props로 사용하는 categoryId 가 애매해서 추상화하지 못하고 있습니다. API 명세가 바뀌면 그때 할 수 있을 것같아요.
  • mocking으로 요청이 잘 되는 것을 확인했습니다. 그러나 현재 계정이 없고 서버와 통신이 되지 않는 상황입니다.

image

image

스크린샷 2023-08-15 오후 6 21 24

Copy link
Collaborator

@nangkyeonglim nangkyeonglim left a comment

Choose a reason for hiding this comment

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

고생하셨어요! 코멘트 확인만 해주세요~!

@echo724 echo724 force-pushed the feature/trash-can-248 branch 2 times, most recently from 9023453 to 6edc034 Compare August 16, 2023 05:22
Copy link
Collaborator

@yogjin yogjin left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~

frontend/src/hooks/useDeletedWritings.ts Show resolved Hide resolved
@jeonjeunghoon jeonjeunghoon merged commit 51029e9 into develop Aug 16, 2023
1 check failed
@jeonjeunghoon jeonjeunghoon deleted the feature/trash-can-248 branch August 16, 2023 12:12
echo724 added a commit that referenced this pull request Aug 18, 2023
* test: trash api handler 추가

* feat: `trash` api 요청 로직 구현

* feat: 휴지통 컴포넌트 구현

* feat: `TrashCanPage` 페이지 추가

* feat: `TrashCan` 과 `TrashCanPage` 연결

* feat: `Layout` 에 휴지통 연결

* Merge branch 'develop' of https://github.com/woowacourse-teams/2023-dong-gle into feature/trash-can-248

* feat: TrashCanTable 추가

* feat: 휴지통 페이지 router에 연결

* test: 휴지통 mocking 데이터 추가

* fix: 체크 박스 버그 수정

* feat: useDeletedPermanentWritings 추가

* feat: useRestoreDeletedWritings 추가

* feat: `useTrashCanTable` 훅 구현

* feat: `TrashCanTable` 에 훅 추가

* test: mocking data 수정

* feat: `useDeletedWritings` 훅 구현

* feat: `DeletedWritingList` 컴포넌트 구현

* feat: 체크된 글이 없을 때 글 삭제/복구 로직 방어

* fix: 잘못된 메시지 수정

* design: 카테고리, 휴지통 스타일 수정

* design: WritingList 스타일 수정

* chore: backend reverse commit 생성

---------

Co-authored-by: echo724 <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

휴지통 기능 구현
4 participants