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(#152): 내 템플릿 API 1차 연동 #163

Merged
merged 8 commits into from
Nov 13, 2023
Merged

Conversation

JeongWuk
Copy link
Collaborator

@JeongWuk JeongWuk commented Nov 12, 2023

📑 구현 사항

  • 내 템플릿 API 1차 연동 (조회, 생성, 상세보기)
Steady.-.Brave.2023-11-13.00-17-19.mp4

🚧 특이 사항

  • 나머지 API 연동은 새로운 이슈로 진행하겠습니다!
  • 템플릿 제목을 설정 방법에 대해서 논의해 봤으면 좋겠습니다!

🚨관련 이슈

close #152

@JeongWuk JeongWuk added the 기능 새로운 기능! label Nov 12, 2023
@JeongWuk JeongWuk added this to the 3차 스프린트 milestone Nov 12, 2023
@JeongWuk JeongWuk self-assigned this Nov 12, 2023
const { toast } = useToast();
const router = useRouter();

const validateQuestion = (content: string) => {
Copy link
Member

Choose a reason for hiding this comment

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

단순 validation만 담당하는 함수는 아닌 것 같아요!
handleAddQuestion 이라는 네이밍을 제안드립니다!

Copy link
Member

@JIY00N2 JIY00N2 left a comment

Choose a reason for hiding this comment

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

LGTM!

Comment on lines +93 to 94
onChange={(e) => handleInputChange(e, item.id)}
/>
Copy link
Member

Choose a reason for hiding this comment

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

저희 컨벤션 중에 event에 대한 네이밍은 e 보다는 event로 쓰기로 했습니당!

@JeongWuk JeongWuk merged commit fb5f384 into main Nov 13, 2023
3 checks passed
@JeongWuk JeongWuk deleted the feat/#152/form-template branch November 13, 2023 06:00
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.

[Feat] - 신청서 템플릿 페이지 API 연동 및 기능 수정
3 participants