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

[FE][Feat} #110 : 뒤로가기 버튼 구현 #162

Closed
wants to merge 2 commits into from

Conversation

effozen
Copy link
Collaborator

@effozen effozen commented Nov 14, 2024

📝 PR 개요

  • 뒤로가기 버튼 구현

🔍 변경 사항

  • 뒤로가기 버튼 구현

✅ 체크리스트 (Checklist)

  • 코드가 빌드 오류 없이 잘 작동하는지 확인
  • 테스트가 통과하는지 확인
  • 스타일 가이드와 일관성을 유지했는지 확인
  • 관련 문서가 업데이트되었는지 확인 (선택 사항)
  • 리뷰어가 이해할 수 있도록 주석이나 설명을 추가했는지 확인

🔄 관련 이슈 (Linked Issues)

  • 범용 컴포넌트에 대한 작업이 아직 미완료.
  • 현재는 레이아웃 정도만 구현해두었으며 리팩토링이 필요함

📷 스크린샷 및 동영상 (선택 사항)

스크린샷 2024-11-14 오전 9 37 01 스크린샷 2024-11-14 오전 9 37 30
사진 1 사진 2

🧪 테스트 방법

📚 참고 자료 (선택 사항)

@github-actions github-actions bot added the 확인 요청 리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전) label Nov 14, 2024
@juwon5272
Copy link
Collaborator

juwon5272 commented Nov 14, 2024

frontend 폴더에 import { App } from './App2'; 가 언제 들어갔죠... 코드리뷰가 부족했었나보네요. 더 열심히 살펴보겠습니다

Copy link
Member

@happyhyep happyhyep left a comment

Choose a reason for hiding this comment

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

주석 관련해서 조금만 수정해주서 올려주시면 좋을 것 같아요!
지금 상태에서 dev브랜치에 올리기에는 아쉬움이 있는 것 같습니다 😥

@@ -2,7 +2,7 @@ import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import { BrowserRouter } from 'react-router-dom';
import './index.css';
import { App } from './App2';
import { App } from './App';
// 우선은 폰트 다 포함시켰는데, 나중에 사용할 것들만 따로 뺴자.
Copy link
Member

Choose a reason for hiding this comment

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

이것도 만약 추후에 작업하시려고 주석처리 해둔 거라면, TODO:로 빼주시면 좋을 것 같아요!

// import { MdInfo } from 'react-icons/md';

export const GuestView = () => {
// TODO: 헤더 테스트 로직 추후 범용 Header로 제작시 제거 예정
Copy link
Member

Choose a reason for hiding this comment

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

여기는 다 주석이라... 이렇게 다 주석과 TODO로 해두는 것보다는,,, //TODO GuestView 구현 필요 정도의 주석 한 줄만 있는게 더 좋을 것 같아 보여요! 물론 금방 추가하시겠지만 너무 주석밖에 없는 것 같아서... dev 브랜치에 머지되기에는 어려움이 있어보입니다..!!

@@ -1 +1,23 @@
export const GuestView = () => <>Hello</>;
import { Header } from '@/component/Layout/header/Header.tsx';
// import { MdInfo } from 'react-icons/md';
Copy link
Member

Choose a reason for hiding this comment

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

이것도 나중에 쓰실거라면 주석 말고 그냥 제거해두는게 더 좋을 것 같아요!

navigate(-1);
};

// TODO: h1으로 걸거나, h2로 거는건 어케걸지 생각좀 하기
Copy link
Member

Choose a reason for hiding this comment

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

그래도 공식적으로 올라가는 코드이니까, 조금 더 주석이 official 느낌 나게 작성되면 좋을 것 같습니다..!! 현재는 너무 메모장 느낌이라... 팀원 모두가 알아볼 수 있는 TODO였으면 좋겠어요!

@effozen effozen closed this Nov 14, 2024
@effozen
Copy link
Collaborator Author

effozen commented Nov 14, 2024

크게 손볼게 있어서 다시 PR날리겠습니다.

@effozen effozen added 작업 중지 기술 구현 한계, 우선 순위 등 작업을 중지해야 하는 어쩔 수 없는 이유로 중지된 상태 and removed 확인 요청 리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전) labels Nov 14, 2024
@github-actions github-actions bot added the 확인 요청 리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전) label Nov 14, 2024
@effozen effozen deleted the feature/fe/#110-previous-button branch November 16, 2024 21:07
@effozen effozen removed the 확인 요청 리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전) label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
작업 중지 기술 구현 한계, 우선 순위 등 작업을 중지해야 하는 어쩔 수 없는 이유로 중지된 상태
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants