-
Notifications
You must be signed in to change notification settings - Fork 0
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
The head ref may contain hidden characters: "feature/52-\uBAA8\uC9D1\uC758\uB8B0\uC11C-\uAE30\uC5C5-\uC9C0\uC6D0\uC11C-\uCD1D-\uAC1C\uC218"
Conversation
src/Apis/Applications/response.ts
Outdated
export interface CntType { | ||
count: number; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cnt와 같은 약어 보다는 네이밍이 길어지더라도 명확한 네이밍이 좀 더 좋을 거 같아요.
전체적으로 네이밍만 조금 더 신경쓰면 괜찮을 거 같아요 |
src/Apis/Applications/response.ts
Outdated
@@ -27,6 +27,6 @@ export interface InternshipStudentType { | |||
student_gcn: string; | |||
} | |||
|
|||
export interface CntType { | |||
export interface applicationCountType { |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그냥 위에서 구조분해 할당 해주면 될 것 같은데 이렇게 쓴 이유가 있나요?
There was a problem hiding this comment.
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} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도 위에서 구조분해할당
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도 다시 확인해주세요.
특이사항
관련 이슈