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: 후보자 검색 기능 구현 #12

Merged
merged 8 commits into from
Mar 7, 2024
Merged

Conversation

nestiank
Copy link
Collaborator

@nestiank nestiank commented Mar 6, 2024

웹페이지 하단의 후보자 검색 기능을 call21st 쪽의 구현을 가져와서 구현합니다.

  • 제21대 후보자 json 파일을 탑재하여 테스트가 가능하도록 했습니다. 이 파일들은 추후 교체합니다.
    • 지역구: 선거구로 검색 잘 됨
    • 비례대표: 정당으로 검색 잘 됨
    • 후보자 이름으로 검색 잘 됨
  • DB 연결은 향후 작업합니다.
  • 기타
    • 이미지 경로 옮김
    • 임시 패비콘 도입
    • 사용하지 않는 이미지 3개 삭제
    • 서명운동 링크 삽입(교체)

@nestiank nestiank added the enhancement New feature or request label Mar 6, 2024
@nestiank nestiank requested a review from koremp March 6, 2024 07:12
@nestiank nestiank self-assigned this Mar 6, 2024
Copy link
Collaborator

Choose a reason for hiding this comment

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

yarn 또는 npm 하나만 사용하는 것이 좋을 것 같습니다.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

  1. 다른 리뷰할 내용은 없으신가요?
  2. 어느 쪽이 좋을까요..?

Copy link
Collaborator

Choose a reason for hiding this comment

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

  1. 없습니다.
  2. 제 취향은 yarn 이긴 한데 이전까지 yarn.lock을 사용했으니까 yarn 쓰는게 좋지 않을까요?

Copy link
Collaborator

@koremp koremp left a comment

Choose a reason for hiding this comment

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

yarn.lock 을 처음부터 써왔기 때문에 yarn.lock을 남기고 package-lock.json 을 지우는 것이 좋겠습니다.

@nestiank
Copy link
Collaborator Author

nestiank commented Mar 7, 2024

대신 작업 감사드립니다!

@nestiank nestiank merged commit 7fe0b4d into develop Mar 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants