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

[Feat] 공고 리스트 화면 #1273

Merged
merged 20 commits into from
Mar 12, 2024
Merged

Conversation

yoouyeon
Copy link
Member

@yoouyeon yoouyeon commented Mar 8, 2024

📌 개요

  • 공고 리스트 화면 추가했습니다.

💻 작업사항

자잘한 변경사항..

  • 5기때 작업되었던 무한스크롤 제네릭 함수를 상점 보관함 코드에 적용했습니다.
  • recruitLayout에 있던 불필요한 div 태그 삭제
  • [Feat] 지원서 작성 페이지 레이아웃 구성 #1251 #1258 에서 추가되었던 StickyHeader를 따로 컴포넌트로 분리하고, 디자인(너비, z-index)을 수정했습니다.
  • recruitLayout flex 배치 수정
  • 모집 메인 페이지에 StickyHeader를 적용했습니다.

공고 리스트

  • 무한스크롤로 공고 리스트를 불러오게 했습니다. (필요하다면 추후 재사용할 수 있는 커스텀훅으로 빼낼 예정)

Screen_Shot 2024-03-08 21 25 35Screen_Shot 2024-03-08 21 26 08

✅ 변경로직

@yoouyeon yoouyeon added user 일반 사용자가 사용하는 서비스에서 발생한 issue recruit 모집 기능 라벨 labels Mar 8, 2024
@yoouyeon yoouyeon self-assigned this Mar 8, 2024
Copy link
Contributor

@PHJoon PHJoon left a comment

Choose a reason for hiding this comment

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

확인했습니다. recruit 메인화면(공고 존재할 때)에도 홈이나 뒤로가기 버튼이 있으면 좋을 것 같아요. 고생하셨습니다! 👍

Copy link
Contributor

Choose a reason for hiding this comment

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

엄청 깔끔해졌네요 👍

className: styles.listItemTextPrimary,
}}
secondary={
dateToString(new Date(recruit.startDate)) +
Copy link
Member

Choose a reason for hiding this comment

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

dateToString 에서 전체적으로 padStart(2, '0') 추가해주면 좋을 것 같아요!
지금은 2024-3-11 이런식으로 나와서 조금 어색해보이네요

Copy link
Member Author

Choose a reason for hiding this comment

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

오옹 좋은생각이네요!! 요거 수정사항은 바로 뒤 PR인 #1275 에다가 반영해둘게요!!

Copy link
Member

@hyobb109 hyobb109 left a comment

Choose a reason for hiding this comment

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

코멘트 하나 남겼는데 그것만 확인 해주세요! 고생 많으셨습니다😄

@yoouyeon yoouyeon merged commit 0458a1e into recruit Mar 12, 2024
@yoouyeon yoouyeon deleted the feat/1257-feat-공고-리스트-화면 branch March 12, 2024 07:58
@yoouyeon yoouyeon linked an issue Mar 12, 2024 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
recruit 모집 기능 라벨 user 일반 사용자가 사용하는 서비스에서 발생한 issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 공고 리스트 화면
3 participants