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

#54 style: 농구장 자세히 보기 UI 수정 #77

Merged
merged 3 commits into from Feb 2, 2024

Conversation

hi-rachel
Copy link
Contributor

@hi-rachel hi-rachel commented Feb 1, 2024

📝 #54 작업 내용

농구장 제보하기 UI와 다르게 농구장 자세히 보기는 네이버, 카카오 지도 참고해 UI 수정했습니다.

  • 아이콘 추가, 변경
  • DB 완성 전 fake data 활용

스크린샷

특이사항

  • 세부 UI 수정 예정(길찾기 관련, 아이콘과 글자 간 간격 일치시키기 등등)
  • react Icons와 Icon duck을 활용했습니다. 추후 농구장 마커 아이콘 통일 필요.

- 아이콘 추가, 변경
- DB 완성 전 fake data 활용
@hi-rachel hi-rachel added the  🌈 Style UI 관련 label Feb 1, 2024
@hi-rachel hi-rachel added this to the 3차 스프린트 milestone Feb 1, 2024
@hi-rachel hi-rachel self-assigned this Feb 1, 2024
Copy link

vercel bot commented Feb 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
slam-talk ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 2, 2024 2:13am

{selectedPlace.convenience.map((tag: string, idx: number) => (
<li
// eslint-disable-next-line react/no-array-index-key
key={idx}
Copy link
Contributor

Choose a reason for hiding this comment

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

DB에 저장될 때 배열로 저장되는 건 웬만하면 id 넣어주고 그 id 값으로 key를 주는 게 좋긴 할 것 같은데.. 사실 태그는 idx로 줘도 전혀 문제될 게 없긴 해서 이 부분이 애매하긴 하네요.. 이건 eslint 무시하고 하는 걸로 하실건가요??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

jsx-eslint/eslint-plugin-react#1123

단순 배열 나열로 idx로 줘도 문제가 없을 것 같아서 그렇게 했습니다!

- style: 시설 채팅 스타일 수정
Copy link
Contributor

@SwimmingRiver SwimmingRiver left a comment

Choose a reason for hiding this comment

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

확인했습니다

@hi-rachel hi-rachel merged commit 48287f7 into develop Feb 2, 2024
3 checks passed
@hi-rachel hi-rachel deleted the feature/54-court-info-update branch March 9, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
 🌈 Style UI 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants