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

[Fix]: 백엔드 타입 힌트 오류 #69

Open
Jeong-Junhwan opened this issue Feb 2, 2023 · 0 comments
Open

[Fix]: 백엔드 타입 힌트 오류 #69

Jeong-Junhwan opened this issue Feb 2, 2023 · 0 comments
Labels
back 백엔드 담당자가 진행할 이슈입니다.

Comments

@Jeong-Junhwan
Copy link
Contributor

백엔드에 타입이 제대로 안되어 있는 경우가 너무 많아요. 예를들면

image

여기서 단순히 Dict가 아니라 Dict 안에 Pydantic의 BaseModel을 이용한 Schema가 들어가야 하는게 맞아요.

이것 뿐만 아니라 router에서 반환하는 모든 경우에 대해 엄격하게 체크해야 할텐데, 대충대충 되어있는게 너무 많습니다~

@41ow1ives 41ow1ives changed the title 백엔드 타입 힌트 오류 [Fix]: 백엔드 타입 힌트 오류 Feb 8, 2023
@41ow1ives 41ow1ives added the back 백엔드 담당자가 진행할 이슈입니다. label Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back 백엔드 담당자가 진행할 이슈입니다.
Projects
None yet
Development

No branches or pull requests

2 participants