-
- Downloads
There was a problem fetching the pipeline summary.
Tutor Layout and SubmissioCorrectionPage
Restructured front end code into components and pages. Components should be as dumb and generic as possible. Pages should dispatch actions, pass props to components etc,. Added more serializers and views for student-page Added information which submissions have been viewed Added v-clipboard dependency run yarn install
parent
15b16f82
No related branches found
No related tags found
Pipeline #
Showing
- core/permissions.py 1 addition, 1 deletioncore/permissions.py
- core/serializers.py 48 additions, 14 deletionscore/serializers.py
- core/urls.py 2 additions, 0 deletionscore/urls.py
- core/views.py 19 additions, 2 deletionscore/views.py
- frontend/package.json 1 addition, 0 deletionsfrontend/package.json
- frontend/src/App.vue 3 additions, 0 deletionsfrontend/src/App.vue
- frontend/src/components/BaseLayout.vue 9 additions, 5 deletionsfrontend/src/components/BaseLayout.vue
- frontend/src/components/SubmissionType.vue 76 additions, 0 deletionsfrontend/src/components/SubmissionType.vue
- frontend/src/components/student/ExamInformation.vue 3 additions, 3 deletionsfrontend/src/components/student/ExamInformation.vue
- frontend/src/components/student/SubmissionDetail.vue 0 additions, 17 deletionsfrontend/src/components/student/SubmissionDetail.vue
- frontend/src/components/student/SubmissionList.vue 10 additions, 16 deletionsfrontend/src/components/student/SubmissionList.vue
- frontend/src/components/submission_notes/AnnotatedSubmission.vue 63 additions, 45 deletions...d/src/components/submission_notes/AnnotatedSubmission.vue
- frontend/src/components/submission_notes/CorrectionHelpCard.vue 38 additions, 0 deletions...nd/src/components/submission_notes/CorrectionHelpCard.vue
- frontend/src/components/submission_notes/FeedbackComment.vue 3 additions, 4 deletionsfrontend/src/components/submission_notes/FeedbackComment.vue
- frontend/src/components/submission_notes/FeedbackForm.vue 12 additions, 7 deletionsfrontend/src/components/submission_notes/FeedbackForm.vue
- frontend/src/components/submission_notes/toolbars/AnnotatedSubmissionBottomToolbar.vue 64 additions, 0 deletions...ssion_notes/toolbars/AnnotatedSubmissionBottomToolbar.vue
- frontend/src/components/submission_notes/toolbars/AnnotatedSubmissionTopToolbar.vue 44 additions, 0 deletions...bmission_notes/toolbars/AnnotatedSubmissionTopToolbar.vue
- frontend/src/main.js 2 additions, 0 deletionsfrontend/src/main.js
- frontend/src/pages/Login.vue 12 additions, 5 deletionsfrontend/src/pages/Login.vue
- frontend/src/pages/SubmissionCorrectionPage.vue 81 additions, 0 deletionsfrontend/src/pages/SubmissionCorrectionPage.vue
frontend/src/components/SubmissionType.vue
0 → 100644
Please register or sign in to comment