feat: 동기화 후 문제 액션 모달과 제출 이력 아카이브 추가#7
Merged
Conversation
|
🎉 This PR is included in version 1.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
문제 동기화가 끝난 뒤 바로 후속 작업을 할 수 있도록 액션 모달을 추가했습니다.
이제 사용자는 동기화된 문제 디렉터리를 GitHub에서 바로 열 수 있고, 문제별 노트를
NOTE.md에 누적 저장할 수 있습니다.또한 최신 제출 코드만 덮어쓰지 않고
archives/에 제출 이력을 함께 저장하도록 업로드 흐름을 확장했습니다.변경 사항
NOTE.md에 날짜 단위로 누적 저장archives/경로에도 함께 저장하도록 변경NOTE.md내용을 이어붙이는 로직 추가검증
npm run lintnpm run build