Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single submission view #453

Merged
merged 62 commits into from
May 23, 2024
Merged

Single submission view #453

merged 62 commits into from
May 23, 2024

Commits on Apr 16, 2024

  1. chore: startup treeView

    tyboro2002 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    218ad6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b364d06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    046d7ab View commit details
    Browse the repository at this point in the history
  4. chore: add button to load

    tyboro2002 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6468712 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    eab5710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f26dfab View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    89fac7a View commit details
    Browse the repository at this point in the history
  2. chore: commit to save work

    tyboro2002 committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    cc4e90a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54318bd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    5084879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c74690 View commit details
    Browse the repository at this point in the history
  3. chore: add sort

    tyboro2002 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    32ccf4b View commit details
    Browse the repository at this point in the history
  4. chore: add delete

    tyboro2002 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    da37319 View commit details
    Browse the repository at this point in the history
  5. chore: moved to component

    tyboro2002 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d378d90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    541478b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    7508a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec732db View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    77c73ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec4df5b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    37374fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e061f45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58a71d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. chore: fix the seeders

    tyboro2002 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9c85c53 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. chore: commit before merge

    DeLany123 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3140b10 View commit details
    Browse the repository at this point in the history
  2. fix: Admin panel fix (#364)

    * fix: fixed bug where deleting teacher role would delete the student role #355
    
    * refactor: re-center search icons + use multiselect for role filtering + update global select #355
    
    * chore: get data table out of Title component and put into Body component
    
    * fix: proper translation of roles in admin table
    
    * refactor: lint fixes
    
    * fix: accidentally deleted I18n as import, now fixed
    bsilkyn authored and DeLany123 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e879d59 View commit details
    Browse the repository at this point in the history
  3. Roles course (#365)

    * chore: layout for selecting role
    
    * chore: join logic
    
    * chore: fix filter users
    
    * chore: assistant/teacher role switch
    
    * chore: leave course + fix not last teacher
    
    * fix: backend check on last teacher
    
    * fix: not possible to remove last teacher in frontend
    
    * chore: linting
    
    * fix: comments
    
    * fix: backend test
    BramMeir authored and DeLany123 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    77afbba View commit details
    Browse the repository at this point in the history
  4. chore: fixed some layout issues (#368)

    * chore: fixed some layout issues
    
    * chore: project card fixes
    
    * chore: seperated course cards
    
    * chore: linting
    
    * chore: changes to make bram happy
    
    * chore: fixed translatiosn
    EwoutV authored and DeLany123 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    9470676 View commit details
    Browse the repository at this point in the history
  5. chore: deployment improvements (#372)

    * chore: reduce image size
    
    * feat: tool-versions
    
    * chore: networking
    
    * feat: dns servers
    
    * chore: remove unnecessary copy's
    
    * chore: I hate fixtures
    
    * chore: remove unneccessary rm
    
    * chore: added back container names
    Topvennie authored and DeLany123 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    55b9a89 View commit details
    Browse the repository at this point in the history
  6. Group creation (#374)

    * chore: group size field
    
    * fix: student added to individual projects when joining course after project creation
    
    * fix: new group created when students join course and groups are full
    
    * fix: delete from course button was displayed for students
    
    * fix: do not remove teacher role when deleted from last course
    
    * fix: linting
    
    * fix: only show visible projects to students
    
    * fix: still display for teachers
    
    * fix: only creating groups when project is in future
    BramMeir authored and DeLany123 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5a5ebda View commit details
    Browse the repository at this point in the history
  7. Frontend tests fix (#375)

    * test: extraCheckResult type
    
    * test: structureCheckResult type
    
    * test: submission type
    
    * test: fix submission JSON test
    
    * fix: linting errors
    francisvaut authored and DeLany123 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    020006d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a273dc View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    ab4e8fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2321b19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0f1630 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. chore: commit before merge

    DeLany123 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    85b5e3c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/development' into single_submission_view

    # Conflicts:
    #	backend/api/locale/en/LC_MESSAGES/django.po
    #	backend/api/locale/nl/LC_MESSAGES/django.po
    #	development.sh
    #	frontend/src/assets/lang/app/en.json
    #	frontend/src/assets/lang/app/nl.json
    #	frontend/src/components/courses/CourseGeneralList.vue
    #	frontend/src/components/projects/ProjectList.vue
    #	frontend/src/composables/services/project.service.ts
    #	frontend/src/router/router.ts
    #	frontend/src/types/Project.ts
    #	frontend/src/views/App.vue
    #	frontend/src/views/admin/UsersView.vue
    #	frontend/src/views/courses/SearchCourseView.vue
    DeLany123 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    314ae13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54a0f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73e4dd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c810460 View commit details
    Browse the repository at this point in the history
  6. Revert "chore: student help pages (#394)"

    This reverts commit 0fa3158.
    DeLany123 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    609c930 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge remote-tracking branch 'origin/development' into development

    # Conflicts:
    #	frontend/src/router/router.ts
    DeLany123 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    729f8de View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge remote-tracking branch 'origin/development' into development

    # Conflicts:
    #	backend/api/fixtures/large/large.json
    #	backend/api/fixtures/medium/medium.json
    #	backend/api/fixtures/realistic/realistic.json
    #	backend/api/fixtures/small/small.json
    #	backend/api/serializers/project_serializer.py
    #	backend/api/serializers/submission_serializer.py
    #	backend/api/views/project_view.py
    #	backend/api/views/submission_view.py
    #	backend/authentication/fixtures/large/large.json
    #	backend/authentication/fixtures/medium/medium.json
    #	backend/authentication/fixtures/small/small.json
    #	frontend/src/types/Project.ts
    DeLany123 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    afeaaed View commit details
    Browse the repository at this point in the history
  2. chore: feedback migration

    EwoutV authored and DeLany123 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d50a9fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e24ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c107bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2331421 View commit details
    Browse the repository at this point in the history
  6. fix: submissions locally

    DeLany123 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3eb1201 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    f413aa0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/development' into d…

    …evelopment
    
    # Conflicts:
    #	docs/.vitepress/config.mts
    #	docs/assets/student/en/group-join.png
    #	docs/assets/student/en/group-leave.png
    #	docs/assets/student/en/join-course.png
    #	docs/assets/student/en/leave-course.png
    #	docs/assets/student/nl/group-join.png
    #	docs/assets/student/nl/group-leave.png
    #	docs/assets/student/nl/join-course.png
    #	docs/assets/student/nl/leave-course.png
    #	docs/en/student-examples.md
    #	docs/nl/student-examples.md
    #	frontend/src/views/projects/CreateProjectView.vue
    #	frontend/src/views/projects/roles/TeacherProjectView.vue
    DeLany123 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    baa8242 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    9400b1b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/development' into single_submission_view

    # Conflicts:
    #	backend/api/locale/en/LC_MESSAGES/django.po
    #	backend/api/locale/nl/LC_MESSAGES/django.po
    #	backend/api/serializers/submission_serializer.py
    #	backend/api/tests/helpers.py
    #	backend/api/urls.py
    #	backend/api/views/submission_view.py
    #	frontend/src/config/endpoints.ts
    #	frontend/src/views/projects/roles/TeacherProjectView.vue
    DeLany123 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    808e631 View commit details
    Browse the repository at this point in the history
  3. fix: permissions

    DeLany123 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3f85694 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. chore: Overview of errors #399

    DeLany123 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bb752b6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    bdd8398 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    d6b104b View commit details
    Browse the repository at this point in the history
  2. chore: Fix translations

    DeLany123 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9ca663d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix: Lander moment

    DeLany123 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d55d172 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/development' into single_submission_view

    # Conflicts:
    #	backend/api/locale/en/LC_MESSAGES/django.po
    #	backend/api/locale/nl/LC_MESSAGES/django.po
    #	backend/api/permissions/group_permissions.py
    #	backend/api/permissions/project_permissions.py
    #	docs/en/index.md
    #	docs/nl/index.md
    #	frontend/src/components/projects/SubmissionCard.vue
    #	frontend/src/composables/services/structure_check.service.ts
    #	frontend/src/config/endpoints.ts
    #	frontend/src/router/router.ts
    #	frontend/src/types/FileExtension.ts
    #	frontend/src/types/StructureCheck.ts
    #	frontend/src/types/submission/ExtraCheckResult.ts
    #	frontend/src/types/submission/Submission.ts
    #	frontend/src/views/layout/base/BaseHeader.vue
    #	frontend/src/views/layout/base/BaseLayout.vue
    #	frontend/src/views/projects/roles/StudentProjectView.vue
    #	frontend/src/views/submissions/SubmissionView.vue
    EwoutV committed May 23, 2024
    Configuration menu
    Copy the full SHA
    18f4f9f View commit details
    Browse the repository at this point in the history
  3. chore: quickfix

    EwoutV committed May 23, 2024
    Configuration menu
    Copy the full SHA
    873085b View commit details
    Browse the repository at this point in the history
  4. chore: fixes

    EwoutV committed May 23, 2024
    Configuration menu
    Copy the full SHA
    32db516 View commit details
    Browse the repository at this point in the history
  5. chore: fixes

    EwoutV committed May 23, 2024
    Configuration menu
    Copy the full SHA
    63c0563 View commit details
    Browse the repository at this point in the history
  6. chore: linting

    EwoutV committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9ba7d8e View commit details
    Browse the repository at this point in the history