Skip to content
Snippets Groups Projects
Commit 361bf85e authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add changelog

parent e7db0ebb
No related branches found
No related tags found
1 merge request!350Resolve "Add simple course book list"
Pipeline #180316 failed
......@@ -9,6 +9,24 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Notable, breaking changes
~~~~~~~~~~~~~~~~~~~~~~~~~
Starting from the class register core functionality, `AlekSIS-App-Alsijil` is getting a entire rewrite
of both its frontend and backend. The models formerly used for lesson documentation, notably
`LessonDocumentation` and `PersonalNote` are replaced by new ones based on the calendar framework
provided by `AlekSIS-Core` and the absense framework provided by `AlekSIS-App-Kolego`. The legacy
views providing management functionality for those legacy models are not available anymore. Currently,
there exists no migration path away from legacy data.
Changed
~~~~~~~
* Rewrite of class register/coursebook, both in the frontend and the backend
* Several legacy class register views were consolidated in one Vue.js based frontend (coursebook).
* [Dev] The `LessonDocumentation` model is replaced with the `Documentation` model, based on the calendar framework.
* [Dev] The `PersonalNote` model is replaced with the `NewPersonalNote` model.
* [Dev] Participation status documentation is taken over by the new `Participation` model.
Fixed
~~~~~
* Migrating failed due to an incorrect field reference.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment