-
- Downloads
There was a problem fetching the pipeline summary.
Bug Fixes and StudentSubmissionPage
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, Student page now gets submission and submissiontyp from api and displays those to the student Added information which submissions have been viewed
parent
15b16f82
No related branches found
No related tags found
Pipeline #
Showing
- core/permissions.py 1 addition, 1 deletioncore/permissions.py
- core/serializers.py 40 additions, 13 deletionscore/serializers.py
- core/tests/test_student_page.py 95 additions, 18 deletionscore/tests/test_student_page.py
- core/tests/test_submissiontypeview.py 35 additions, 4 deletionscore/tests/test_submissiontypeview.py
- core/urls.py 2 additions, 0 deletionscore/urls.py
- core/views.py 10 additions, 1 deletioncore/views.py
- 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 54 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 23 additions, 27 deletions...d/src/components/submission_notes/AnnotatedSubmission.vue
- frontend/src/components/submission_notes/FeedbackComment.vue 2 additions, 3 deletionsfrontend/src/components/submission_notes/FeedbackComment.vue
- frontend/src/pages/Login.vue 0 additions, 0 deletionsfrontend/src/pages/Login.vue
- frontend/src/pages/reviewer/ReviewerPage.vue 0 additions, 0 deletionsfrontend/src/pages/reviewer/ReviewerPage.vue
- frontend/src/pages/reviewer/ReviewerToolbar.vue 0 additions, 0 deletionsfrontend/src/pages/reviewer/ReviewerToolbar.vue
- frontend/src/pages/reviewer/StudentListOverview.vue 0 additions, 0 deletionsfrontend/src/pages/reviewer/StudentListOverview.vue
- frontend/src/pages/student/StudentLayout.vue 32 additions, 18 deletionsfrontend/src/pages/student/StudentLayout.vue
- frontend/src/pages/student/StudentPage.vue 11 additions, 11 deletionsfrontend/src/pages/student/StudentPage.vue
Loading
Please register or sign in to comment