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

공지사항 목록 컴포넌트 / 공지사항 상세 컴포넌트 UI 구현 #741

Closed
2 tasks
Gilpop8663 opened this issue Oct 13, 2023 · 0 comments · Fixed by #749
Closed
2 tasks

공지사항 목록 컴포넌트 / 공지사항 상세 컴포넌트 UI 구현 #741

Gilpop8663 opened this issue Oct 13, 2023 · 0 comments · Fixed by #749

Comments

@Gilpop8663
Copy link
Collaborator

✨ 추가 기능

  • 공지사항 목록 컴포넌트 UI 구현

📆 일정 추정

1시간

📃 세부 사항

image

image

  • 공지사항 상세 컴포넌트에서는 기존의 상세 컴포넌트의 하단에 목록으로 가기 버튼을 추가하려고 합니다

✅ 투두리스트

  • item
  • item

🔗 참고 자료

https://help.wanted.co.kr/hc/ko/

@Gilpop8663 Gilpop8663 added this to the 6차 데모데이 milestone Oct 13, 2023
@Gilpop8663 Gilpop8663 self-assigned this Oct 13, 2023
Gilpop8663 added a commit that referenced this issue Oct 17, 2023
같은 파일에 있어야 코드 가독성이 높아질 것으로 생각했습니다
Gilpop8663 added a commit that referenced this issue Oct 18, 2023
* feat: (#741) 모바일 버전 공지사항 목록 구현

* feat: (#741) PC 버전 공지사항 리스트 스타일 구현

* feat: (#741) 공지사항 세부 내용 컴포넌트 구현

* feat: 공지사항 리스트 페이지 구현

* feat: (#741) 공지사항 세부 페이지 구현

* feat: (#741) 공지사항 목록, 상세 페이지 router 설정

* feat: (#741) 공지사항 웹 접근성 개선

* style: (#741) 공지사항 목록에서는 채널톡 안보이도록 설정 및 padding 속성 설정

* style: (#741) 공지사항 목록 ...이 짧게 설정되어서  width 값 재설정

* chore: (#741) 디자인 변경으로 인한 공지사항 보러가기 삭제

* refactor: (#741) 홈과 공지사항 목록 url을 PATH로 변경

* refactor :(#741) 공지사항 목록을 감싸는 부모를 div에서 main으로 변경

* refactor: (#741) 날짜를 string에서 StringDate로 타입 변경

* style: (#741) 데스크탑일때 홈으로 버튼 안보이도록 설정

* chore: (#741) 읽은 사람에게 혼동을 주는 주석 제거

* chore: (#741) router의 :id를 :noticeId로 이름 변경

* refactor: (#741) StringDateOnly 타입 추가 및 api에서 생성 날짜를 변환시켜 날짜만 존재하도록 수정

* refactor: (#741) Response를 Omit하여 만든 타입의 가독성을 높이기 위해 Response 타입을 이동
같은 파일에 있어야 코드 가독성이 높아질 것으로 생각했습니다

* refactor: (#741) StringDateOnly Type 이름 변경
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment