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

Feature : 공고 현황 페이지 구현 #24

Open
5 of 6 tasks
rktdnjs opened this issue Oct 5, 2023 · 1 comment
Open
5 of 6 tasks

Feature : 공고 현황 페이지 구현 #24

rktdnjs opened this issue Oct 5, 2023 · 1 comment
Assignees
Labels
✨ feature This feature will be developed

Comments

@rktdnjs
Copy link
Contributor

rktdnjs commented Oct 5, 2023

Description

공고 현황 페이지를 구현한다.

Todo

  • 매칭 상태에 따른 Card 컴포넌트 렌더링(Card.jsx 보완)
  • 공고 관련 페이지에서 사용할 ArticleNav 컴포넌트 구현
  • 공고 작성 페이지로 이동할 수 있는 기능 구현
  • 주문 매장 공고 필터링 기능 구현
  • 무한 스크롤 기능 구현
  • 모킹 혹은 백엔드 API 연결 후 디버깅 및 코드 리팩토링

ETC

@rktdnjs rktdnjs added the ✨ feature This feature will be developed label Oct 5, 2023
@rktdnjs rktdnjs self-assigned this Oct 5, 2023
@rktdnjs
Copy link
Contributor Author

rktdnjs commented Oct 5, 2023

https://merrily-code.tistory.com/169
https://www.npmjs.com/package/tailwind-scrollbar-hide
<div className="mt-32 h-[550px] overflow-scroll scrollbar-hide">
  (Card 컴포넌트들...)
</div>

chrome-capture-2023-9-5

위와 같은 형태로 스크롤바는 숨기면서 공고들을 렌더링하여 보여줄 수 있음.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature This feature will be developed
Projects
None yet
Development

No branches or pull requests

1 participant