Resolve "Re-add CoursebookLoader (Follow-up from "Draft: Port to vue3")" #916

Merged
yuha merged 47 commits from 376-re-add-coursebookloader-follow-up-from-draft-port-to-vue3 into master 2026-04-19 18:30:14 +02:00
yuha commented 2026-04-17 20:50:49 +02:00 (Migrated from edugit.org)

Information and screenshots

No further information have been provided.

Checklist

  • tox -e reformat,lint used
  • Changelog updated/No update necessary
  • Documentation (incl. Screenshots) up-to-date
  • Copyright in apps.py and README.rst up-to-date
  • (Unit) tests for new feature/regression tests for bug fixes (only if useful)
  • Adhere to URL scheme
  • Tested with admin account
  • Tested with normal account (based on permissions)

Backend checklist

  • Use permissions for all GraphQL mutations
  • Use query optimizer for all GraphQL queries
  • Don't use inefficient DB queries

Frontend checklist (mandatory with ~"part::frontend")

Closes #376

## Information and screenshots No further information have been provided. ## Checklist - [x] `tox -e reformat,lint` used - [x] Changelog updated/No update necessary - [ ] Documentation (incl. Screenshots) up-to-date - [ ] Copyright in `apps.py` and `README.rst` up-to-date - [ ] (Unit) tests for new feature/regression tests for bug fixes (only if useful) - [ ] Adhere to [URL scheme](https://edugit.org/AlekSIS/official/AlekSIS/-/issues/86) - [ ] Tested with admin account - [ ] Tested with normal account (based on permissions) ## Backend checklist - [ ] Use permissions for all GraphQL mutations - [ ] Use query optimizer for all GraphQL queries - [ ] Don't use inefficient DB queries ## Frontend checklist (mandatory with ~"part::frontend") - [ ] Screenshots are attached (mobile and desktop) - [ ] Tested on mobile, tablet, and desktop sizes - [ ] Adhered to [frontend guidelines](https://edugit.org/AlekSIS/official/AlekSIS/-/blob/master/project/frontend_guidelines.rst?ref_type=heads) - [ ] Checked with [Firefox Accessibility Checker](https://firefox-source-docs.mozilla.org/devtools-user/accessibility_inspector/) Closes #376
yuha commented 2026-04-17 20:50:49 +02:00 (Migrated from edugit.org)

assigned to @yuha

assigned to @yuha
yuha commented 2026-04-17 20:53:56 +02:00 (Migrated from edugit.org)

added 44 commits

  • 555dfd67...ec8c00a3 - 34 earlier commits
  • d9f75f77 - Improve absence creation summary
  • 03c3d338 - Fix value passed to SubjectChip
  • e2a2e597 - Adapt cache updating in MSD
  • f9b61d76 - Drop comment
  • 23bcb95c - Use get_objects instead of get_single_events in touch
  • 4c72064a - Reformat
  • fe4635f1 - Fix participation selection on participation status overview
  • cc3655a4 - Reformat
  • b6b0f092 - Fix model value handling of AbsenceReasonGroupSelect
  • 70996284 - Merge branch 'master' into...

Compare with previous version

added 44 commits <ul><li>555dfd67...ec8c00a3 - 34 earlier commits</li><li>d9f75f77 - Improve absence creation summary</li><li>03c3d338 - Fix value passed to SubjectChip</li><li>e2a2e597 - Adapt cache updating in MSD</li><li>f9b61d76 - Drop comment</li><li>23bcb95c - Use get_objects instead of get_single_events in touch</li><li>4c72064a - Reformat</li><li>fe4635f1 - Fix participation selection on participation status overview</li><li>cc3655a4 - Reformat</li><li>b6b0f092 - Fix model value handling of AbsenceReasonGroupSelect</li><li>70996284 - Merge branch &#39;master&#39; into...</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-Alsijil/-/merge_requests/526/diffs?diff_id=86210&start_sha=555dfd6749b8e5d9646eba9a914837cf78539e25)
yuha commented 2026-04-17 21:25:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 529bb4ad - Remove unnecessary parts of DocumentationLoader and use it in different slot

Compare with previous version

added 1 commit <ul><li>529bb4ad - Remove unnecessary parts of DocumentationLoader and use it in different slot</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-Alsijil/-/merge_requests/526/diffs?diff_id=86215&start_sha=709962841b0d26115fb7fcd6b9cd38dfa3556695)
yuha commented 2026-04-17 21:26:21 +02:00 (Migrated from edugit.org)

added 1 commit

Compare with previous version

added 1 commit <ul><li>ee9867f7 - Drop CoursebookLoader</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-Alsijil/-/merge_requests/526/diffs?diff_id=86216&start_sha=529bb4ad5efafa59dae480962e1f751cb9de3f43)
yuha commented 2026-04-17 21:27:55 +02:00 (Migrated from edugit.org)

assigned to @hansegucker and unassigned @yuha

assigned to @hansegucker and unassigned @yuha
yuha commented 2026-04-17 21:27:56 +02:00 (Migrated from edugit.org)

marked the checklist item tox -e reformat,lint used as completed

marked the checklist item **tox \-e reformat,lint used** as completed
yuha commented 2026-04-17 21:27:58 +02:00 (Migrated from edugit.org)

marked the checklist item Changelog updated/No update necessary as completed

marked the checklist item **Changelog updated/No update necessary** as completed
yuha commented 2026-04-17 21:28:00 +02:00 (Migrated from edugit.org)

marked this merge request as ready

marked this merge request as **ready**
hansegucker commented 2026-04-19 18:19:04 +02:00 (Migrated from edugit.org)

added 5 commits

  • ee9867f7...6ee42162 - 4 commits from branch master
  • d13371f8 - Merge branch 'master' into 376-re-add-coursebookloader-follow-up-from-draft-port-to-vue3

Compare with previous version

added 5 commits <ul><li>ee9867f7...6ee42162 - 4 commits from branch <code>master</code></li><li>d13371f8 - Merge branch &#39;master&#39; into 376-re-add-coursebookloader-follow-up-from-draft-port-to-vue3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-Alsijil/-/merge_requests/526/diffs?diff_id=86259&start_sha=ee9867f7bdeb7635d8d94811ad86db78f26b44d0)
hansegucker (Migrated from edugit.org) merged commit 97174099b4 into master 2026-04-19 18:30:14 +02:00
hansegucker commented 2026-04-19 18:30:15 +02:00 (Migrated from edugit.org)

mentioned in commit 97174099b4

mentioned in commit 97174099b40b6bbae883178663757a5884bea90a
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-Alsijil!916
No description provided.