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.
#20 해당 이슈에서 논의되었던 강의 계획서에 에브리타임 강의평 정보를 연동하는 기능이 완성되었습니다. 원래는 기존의 기능이나 디자인에서 크게 변동 없이 에브리타임 강의평 정보만 그대로 추가하려고 했으나, 이를 기존의 코드에 이식하는 것이 거의 불가능에 가까운 것 같아서 React를 이용해서 강의 계획서를 새로 만들어 버렸습니다. 😂
변경 사항
사용자 기준
개발자 기준
apis
폴더에 강의 계획서와 관련된 정보를 쉽게 가져올 수 있도록 API를 만들었습니다.@klas-helper/data
패키지에서import
문으로 쉽게 가져와 사용할 수 있습니다.scripts
폴더에 에브리타임 강의평 수집 스크립트가 있습니다. 크롬 브라우저의 콘솔 탭에서 해당 스크립트를 실행하면 에브리타임 강의평 정보가 JSON 형태의 데이터로 수집됩니다. 이 과정은 약 1시간 정도 소요됩니다. (be8649b)개선할 점
스크린샷
Before
After