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 구현 #103

Merged
merged 14 commits into from
Oct 22, 2024
Merged

보호자 메인페이지 ui 구현 #103

merged 14 commits into from
Oct 22, 2024

Conversation

Dobbymin
Copy link
Contributor

#️⃣ 연관된 이슈

ex) #이슈번호, - #이슈번호

📝 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요.(이미지 첨부 가능)

이 브랜치가 시니또 메인페이지 구현이었네요? ㅋㅋ...

스크린샷 (선택)

💬 리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

⏰ 현재 버그

✏ Git Close

close #이슈번호

@Dobbymin Dobbymin linked an issue Oct 22, 2024 that may be closed by this pull request
@Dobbymin Dobbymin self-assigned this Oct 22, 2024
@Dobbymin Dobbymin added the 🎨 Design 디자인 관련 작업을 진행하는 경우 label Oct 22, 2024
@Dobbymin Dobbymin requested review from Diwoni and JYN523 October 22, 2024 18:17
Copy link
Collaborator

@Diwoni Diwoni left a comment

Choose a reason for hiding this comment

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

늦은 시간까지 UI 구현한다고 고생하셨습니다!

Copy link
Collaborator

Choose a reason for hiding this comment

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

시니어 정보 불러와서 선택할 수 있게 제가 구현해놓으려고 했는데 이미 해주셨네요! 감사합니다 :)

if (id === null) {
alert('개발 예정입니다.');
} else {
navigate(`${location.pathname}/${id}`);
Copy link
Collaborator

Choose a reason for hiding this comment

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

이 부분도 제가 카테고리별 가이드라인 페이지 path 를 정해놓아서 그에 맞게 경로 변경해놓겠습니다!

@Dobbymin Dobbymin merged commit 12b21c1 into Weekly Oct 22, 2024
1 check passed
This was referenced Oct 25, 2024
@Dobbymin Dobbymin deleted the Feat/issue-#94 branch October 25, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 Design 디자인 관련 작업을 진행하는 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

보호자 메인 페이지 ui 구현
2 participants