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 :: 모집의뢰서,기업,지원서 총 개수 추가 #53

Merged

Conversation

phyuna0525
Copy link
Contributor

특이사항

  • 모집의뢰서,기업,지원서 총 개수 추가

관련 이슈

@phyuna0525 phyuna0525 added the 기능 구현 구현, 개선 사항에 관련된 내용입니다. label May 28, 2024
@phyuna0525 phyuna0525 self-assigned this May 28, 2024
@phyuna0525 phyuna0525 linked an issue May 28, 2024 that may be closed by this pull request
3 tasks
Comment on lines 30 to 32
export interface CntType {
count: number;
}
Copy link
Member

Choose a reason for hiding this comment

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

cnt와 같은 약어 보다는 네이밍이 길어지더라도 명확한 네이밍이 좀 더 좋을 거 같아요.

@jikwan0327
Copy link
Member

전체적으로 네이밍만 조금 더 신경쓰면 괜찮을 거 같아요

@@ -27,6 +27,6 @@ export interface InternshipStudentType {
student_gcn: string;
}

export interface CntType {
export interface applicationCountType {
Copy link
Member

Choose a reason for hiding this comment

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

interface 명명은 파스칼 케이스로 해주세요

@@ -114,6 +116,13 @@ export function ApplicationViewTable({
}
);
const { isLoading: requestStatusIsLoading } = changeStatusAPI;
Copy link
Member

Choose a reason for hiding this comment

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

그냥 위에서 구조분해 할당 해주면 될 것 같은데 이렇게 쓴 이유가 있나요?

Copy link
Member

Choose a reason for hiding this comment

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

여기 다시 확인해주세요.

kind="Ghost"
size="S"
disabled={buttonDisabled}
onClick={changeContractAPI.mutate}
Copy link
Member

Choose a reason for hiding this comment

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

여기도 위에서 구조분해할당

Copy link
Member

Choose a reason for hiding this comment

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

여기도 다시 확인해주세요.

@phyuna0525 phyuna0525 merged commit dabfe1f into develop Jun 4, 2024
2 checks passed
@phyuna0525 phyuna0525 deleted the feature/52-모집의뢰서-기업-지원서-총-개수 branch July 8, 2024 01:03
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.

모집의뢰서, 기업, 지원서 총 개수
4 participants