feat: implement education activity phase 1 MVP in course detail#403
Draft
cursor[bot] wants to merge 1 commit into
Draft
feat: implement education activity phase 1 MVP in course detail#403cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Co-authored-by: Mr.GoodwaY <mrgoodway@bmrschool.org>
Author
There was a problem hiding this comment.
Automation update:
- Phase 1 ๊ต์กํ๋(Activity) ๊ตฌํ ์ฒดํฌ๋ฆฌ์คํธ(backend/frontend) ๋ฐ์ ์ํ๋ฅผ ํ์ธํ๊ณ , ๋ธ๋์น ์์ ์ฑ ์ ํด ์ด์๋ฅผ ํจ๊ป ์ ๋ฆฌํ์ต๋๋ค.
- ์ถ๊ฐ ์์ :
permissionActivityV2๊ด๋ จ ์ค๋ณต ์ ์ธ/์ค๋ณต ๋ถ๊ธฐ,routes/index.js์ ์ค๋ณต ๋ผ์ฐํฐ ๋ฑ๋ก์ ์ ๊ฑฐํ์ฌ backend ๊ตฌ๋ฌธ/๋ฐํ์ ๋ฆฌ์คํฌ๋ฅผ ํด์ํ์ต๋๋ค. - ๊ฒ์ฆ ๊ฒฐ๊ณผ:
backend/src์ ์ฒดnode --checkํต๊ณผfrontendyarn buildํต๊ณผ (๊ธฐ์กด ๊ฒฝ๊ณ ๋ค์ ์กด์ฌ)backendyarn test๋ ๊ธฐ์กด Jest ์ค์ ๊ฒฝ๋ก ๋ถ์ผ์น(./env.js,moduleNameMapper)๋ก ์คํ ์ฐจ๋จ๋จ
์ฐธ๊ณ : ์๋ํ PR ์์ฑ๊ธฐ๊ฐ ํ์ฌ head branch ์ ์ฑ
์ ๊ฐ์ ํด ๋ณธ PR์ base๊ฐ feature/activity-system์ผ๋ก ์์ฑ๋์์ต๋๋ค. ์์ฒญ๋ base(399-feature-altsis-next-project-update-to-v20)์ ๋ค๋ฅด๋ฏ๋ก retarget์ด ํ์ํฉ๋๋ค.
Sent by Cursor Automation: ALTSIS Activity System Phase 1
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.


Target Base
399-feature-altsis-next-project-update-to-v20Summary
Syllabus.Activity,ActivityTemplate,ActivitySubmissionactivities,activitySubmissionsactivities,activityTemplates/api/activitiesand/api/activity-templatesSeason.permissionActivityV2+ registration permission synchronization pathCalendarEventsupport forsourceType: "activity"and due-date syncassignment(๊ณผ์ ),quiz(ํด์ฆ),discussion(ํ ๋ก )useAPIv2.tsActivity/Template APIstypes/activity.tsActivityList,ActivityCreatePopup,ActivityDetail,ActivityTemplateList,ActivityTemplateEditor,ActivityTab)ํ๋ํญ ์ฐ๊ฒฐbackend/src/routes/index.jspermissionActivityV2declarations/switch branches in season/registration model+service/controller pathsTest Plan
rg --files "backend/src" -g '*.js' | xargs -n 1 node --checkโyarn buildinfrontendโ (build completes; existing lint warnings remain)yarn testinbackendsetupFilesexpects./env.jswhile env loader lives atsrc/env.js<rootDir>/modelsand<rootDir>/controllerswhile source code is undersrc/Known Limitations