You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.03Sep30Aug27161514131297632128Jul2726Merge branch 'angular-lecture' into 'main'mainmainRestructure foldersangular-lectureangular-lectureFornt-end unit testMerge branch 'angular-lecture' into 'main'Further changesMerge branch 'angular-lecture' into 'main'Add angular clientMerge branch 'angular-lecture' into 'main'Add angular clientMerge branch 'security-lecture' into 'main'Some refactoringsecurity-lecturesecurity-lectureImplement functionality for role changes between different usersSet up JWT tokens in db and define an endpoint for changing student to teacher/adminAdd logout functionality using in memory context that clears token once user is logged out and no longer can be used for authorizationMerge branch 'security-lecture' into 'main'Working solution to security authorisation on api, handling endpoint requests as of roles student, teacher, admin. As of yet unit tests don't work and final functionality 'An admin can change the roles of other users'.Add roles featuring student, teacher and admin rights using stateless jwt authorizations and build securiy filter chain to control access rights. No controllers set up as of yet.Merge branch 'web-lecture' into 'main'Finish controller testsweb-lectureweb-lectureAdd rest api as controller of the app, refactor dto to entity mapping to be managed by MapStruct, move tests to seperate module and refactor them to be spring testsMerge branch 'orm-hibernate-lecture' into 'main'Make project utilize spring-boot-data-jpa and mysql server as persistence layerorm-hibernate-l…orm-hibernate-lectureMerge branch 'junit-lecture' into 'main'Change a Set to be TreeSet not HashSetjunit-lecturejunit-lectureMerge branch 'junit-lecture' into 'main'Add final testsMore testsConvert test initialization to pure @BeforeAllAdd unit tests for Grade and Student Service plus some reconfigurations in actual servicesAdd unit tests for Teacher Service take Teacher constants in another file and fix DegreeType bug throws NullPointerMerge branch 'gradle-lecture' into 'main'Final modifications for gradlegradle-lecturegradle-lectureSimplify multi-project gradle build and buildSrcAdd gradle changes in the build filesRemove unnecessary field in CourseRepositoryInMemoryImpltestMerge branch 'gradle-lecture' into 'main'Remove template Test.java in api moduleMerge branch 'gradle-lecture' into 'main'Add first version of student-management following gradle lecture