Skip to content

Version 3.3.1

Compare
Choose a tag to compare
@hampfh hampfh released this 03 Feb 22:24
· 241 commits to master since this release
d100b48

Changelog on the latest changes:

  • Total restructuring in the client. This has involved migration to functional components and a ton of code abstractions to move away from large files.
  • Movement system, the site now has support for draggable elements
  • Subjects are now archivable (though there is no way for the user to archive a subject yet, that action must be performed directly in the database) which makes it possible to hide old subjects without deleting them which might be beneficial in the future.
  • Total model rework on the backend, models are now using Typegoose for more intuitive modeling instead of mongoose defaults