-
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
64 impl proposal apis post and get #65
Conversation
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.
"ASC" | "DESC" 이것만 설명해주세요~ 나머지는 굿
target: Partial<ProjectProposalT>, | ||
isNullCondition?: Partial<Record<keyof ProjectProposalT, boolean>>, | ||
orderByCondition?: Partial< | ||
Record<keyof ProjectProposalT, "ASC" | "DESC"> |
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.
"ASC" | "DESC" 이건 어디서 사용하는건가요?
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.
오름차순 내림차순 나타냅니당
요약 *
It closes #64
만든 api: ApiPrp004 및 스키마 일부 수정 (스키마 documenatation 완료)
근데 사실 post 하나만 아직 완성돼서 다른 post 및 get도 추가할 예정입니다.
스크린샷
![image](https://github.com/user-attachments/assets/31d1b40a-2d36-464d-985e-87639d0949ae)이후 Task *