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

여러 단계를 한 번에 제출한 유저의 PR이 한 개만 생성되는 문제 #14

Closed
wonyongChoi05 opened this issue Oct 8, 2023 · 0 comments · Fixed by #15
Closed
Labels

Comments

@wonyongChoi05
Copy link
Contributor

🐞 Describe

하나의 제목에 2개의 스텝이 존재할 때 PR 레코드를 다른 stepId로 2개 생성해야 합니다. 하지만, 제목에 2개 이상의 step이 존재함에도 유저의 PR이 한 개만 생성되는 문제가 있습니다. 이는 저장되어있지 않은 pr들만 저장하기 위한 검증 메서드 때문인데, 해당 메서드는 pr의 제목만 비교합니다. 따라서 동일한 제목의 pr이 2개 이상 생성될 수 없기 떄문에 하나의 데이터만 생성됩니다.

스크린샷 2023-10-08 17 02 23

📄 Logs

No response

🌏 Environment

mac

🙋🏻 More

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant