codedang
codedang copied to clipboard
fix(fe): save code immediately when click test button
Description
테스트 제출시 코드 저장순서 변경
- 기존: 테스트 제출 버튼 클릭 -> 테스트 제출 요청 (Request) -> 테스트 제출 응답 (Response) -> 코드 저장 -> 결과 폴링 시작
- 변경: 테스트 제출 버튼 클릭 -> 코드 저장 -> 테스트 제출 요청 (Request) -> 테스트 제출 응답 (Response) -> 결과 폴링 시작
Before submitting the PR, please make sure you do the following
- [x] Read the Contributing Guidelines
- [x] Read the Contributing Guidelines and follow the Commit Convention
- [x] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g.
fixes #123). - [x] Ideally, include relevant tests that fail without this PR but pass with it.