WIP: Draft: Resolve "Adapt to core changes of CalendarAlarm inheritance structure" #785

Draft
yuha wants to merge 2 commits from 304-adapt-to-core-changes-of-calendaralarm-inheritance-structure into master
yuha commented 2026-05-24 23:52:57 +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 #304

## 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](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 #304
yuha commented 2026-05-24 23:52:57 +02:00 (Migrated from edugit.org)

assigned to @yuha

assigned to @yuha
yuha commented 2026-05-25 01:43:30 +02:00 (Migrated from edugit.org)

added 1 commit

Compare with previous version

added 1 commit <ul><li>464343a9 - Adapt models</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-Chronos/-/merge_requests/481/diffs?diff_id=128522&start_sha=591c21b6e9d993af0585c5ba47dc26f1d19738b4)
yuha commented 2026-05-25 01:43:51 +02:00 (Migrated from edugit.org)

added 1 commit

Compare with previous version

added 1 commit <ul><li>89221651 - Add migration</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-Chronos/-/merge_requests/481/diffs?diff_id=128523&start_sha=464343a9ccbaf75be25b6491949539257bcfc8c5)
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 304-adapt-to-core-changes-of-calendaralarm-inheritance-structure:304-adapt-to-core-changes-of-calendaralarm-inheritance-structure
git switch 304-adapt-to-core-changes-of-calendaralarm-inheritance-structure

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff 304-adapt-to-core-changes-of-calendaralarm-inheritance-structure
git switch 304-adapt-to-core-changes-of-calendaralarm-inheritance-structure
git rebase master
git switch master
git merge --ff-only 304-adapt-to-core-changes-of-calendaralarm-inheritance-structure
git switch 304-adapt-to-core-changes-of-calendaralarm-inheritance-structure
git rebase master
git switch master
git merge --no-ff 304-adapt-to-core-changes-of-calendaralarm-inheritance-structure
git switch master
git merge --squash 304-adapt-to-core-changes-of-calendaralarm-inheritance-structure
git switch master
git merge --ff-only 304-adapt-to-core-changes-of-calendaralarm-inheritance-structure
git switch master
git merge 304-adapt-to-core-changes-of-calendaralarm-inheritance-structure
git push origin master
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-Chronos!785
No description provided.