fdai7887
|
5e75c4c216
|
Improved Documentation in Student class
|
11 months ago |
fdai7887
|
614e31e845
|
Added test for calculateTotalCredits Method in StudentTest class
|
11 months ago |
fdai7887
|
2e5a2eb3ac
|
Added calculateTotalCredits Method in Student class
|
11 months ago |
fdai7887
|
81bc1b5118
|
Merge branch 'master' of https://gitlab.cs.hs-fulda.de/fdai7600/PWN_Alpha_Dogs
|
11 months ago |
fdai7887
|
595adc0298
|
Merge branch 'fdai7887'
|
11 months ago |
fdai7887
|
433fe85901
|
Added Test for dropStudentFromCourseWithInput method to AdministrationTest class
|
11 months ago |
fdai7600
|
a12205e796
|
Test: added testAssignGrade
|
11 months ago |
fdai7600
|
d8f09ce6a2
|
refactoring: improving the readability of the input
|
11 months ago |
fdai7600
|
3713e18f23
|
Merge remote-tracking branch 'origin/fdai7600'
|
11 months ago |
fdai7600
|
a3dd0f5764
|
refactoring: encapsulated the input handling related with case 5
|
11 months ago |
fdai7887
|
727be64c90
|
Added Test for deleteCourseWithInput method to AdministrationTest class
|
11 months ago |
fdai7600
|
b0fea42a7c
|
refactoring: encapsulated the input handling related with case 6
|
11 months ago |
fdai7600
|
110c8d0ded
|
refactoring: encapsulated the input handling related with case 7
|
11 months ago |
fdai7600
|
6bb64f6a06
|
refactoring: encapsulated the input handling related with case 9
|
11 months ago |
Tobias Herbert
|
d85c04e586
|
fixed merge conflict
|
11 months ago |
Tobias Herbert
|
2dbedd5879
|
test: Added testViewGradesFromStudent Function
|
11 months ago |
fdai7887
|
4c43b68e18
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# src/main/java/org/example/Administration.java
# src/test/java/org/example/AdministrationTest.java
|
11 months ago |
fdai7887
|
6ca8101ffe
|
Added Test for dropStudentFromCourse method to AdministrationTest class
|
11 months ago |
fdai7600
|
90d6ae9538
|
Merge remote-tracking branch 'origin/fdai7600'
|
11 months ago |
Tobias Herbert
|
be76e39089
|
test: Added testEnrollStudentInteractive Function
|
11 months ago |
fdai7887
|
7b2d0dafb7
|
refactoring: Moved dropStudentFromCourse Method to Administration class
|
11 months ago |
fdai7600
|
c80a4dd636
|
refactoring: encapsulated the input handling related with case 10
|
11 months ago |
fdai7887
|
b5b71bd152
|
Added dropStudentFromCourse feature in Main class
|
11 months ago |
fdai7600
|
20d6af9614
|
Implemented cae 10 To view Grades from Student
|
11 months ago |
fdai7600
|
2e315e56bf
|
refactoring: encapsulates the input handling related to enrolling a student in a course
|
11 months ago |
fdai7600
|
6785825c43
|
Merge branch 'master' of gitlab.cs.hs-fulda.de:fdai7600/PWN_Alpha_Dogs into fdai7600
# Conflicts:
# src/main/java/org/example/Administration.java
# src/main/java/org/example/Main.java
# src/main/java/org/example/Student.java
|
11 months ago |
fdai7600
|
3744102661
|
refactoring: follow up on the redundancy on the Menu (element 11-13)
|
11 months ago |
fdai7600
|
a6c886ac1e
|
Merge remote-tracking branch 'origin/fdai7600'
# Conflicts:
# src/main/java/org/example/Administration.java
|
11 months ago |
fdai7600
|
98f8944568
|
Merge branch 'master' of gitlab.cs.hs-fulda.de:fdai7600/PWN_Alpha_Dogs
|
11 months ago |
fdai7600
|
e0c6b49c80
|
Added the missing implementation for the Menu elements aside from Case 5
|
11 months ago |
fdai7887
|
bf2260f2b7
|
refactoring: removed redundancies from Menu in Main class
|
11 months ago |
fdai7887
|
38977b1f09
|
Added test for dropFromCourse Method in AdministrationTest class
|
11 months ago |
fdai7600
|
798cb5c36d
|
Merge branch 'master' of gitlab.cs.hs-fulda.de:fdai7600/PWN_Alpha_Dogs into fdai7600
# Conflicts:
# src/main/java/org/example/Administration.java
|
11 months ago |
fdai7600
|
33d41beb40
|
Merge remote-tracking branch 'origin/master'
|
11 months ago |
Tobias Herbert
|
bf345ba729
|
test: Added registerUser Test Function
|
11 months ago |
fdai7600
|
0b69f68241
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# src/main/java/org/example/Administration.java
|
11 months ago |
fdai7600
|
b6948da1eb
|
Adjusted the implementation of Cases 6-9 from the new menu to the older ones
|
11 months ago |
Tobias Herbert
|
ec0b692ce7
|
test: Added enrollInCourse Test Function
|
11 months ago |
fdai7887
|
ae092ecf82
|
refactoring: Moved dropProfFromCourse to Administration class
|
11 months ago |
fdai7887
|
ce73746c0f
|
Added dropProfFromCourse function in Main class
|
11 months ago |
fdai7600
|
c96fbd2d52
|
Added the new Enroll Student in course
|
11 months ago |
fdai7887
|
5190b04a81
|
refactoring: Moved enrollProfInCourse function to Administration
|
11 months ago |
fdai7600
|
3bdf705ebb
|
Added Delete course function in Main in the new menu
|
11 months ago |
fdai7887
|
d94f43320d
|
Implemented enrollProfToCourse function in Main class
|
11 months ago |
fdai7600
|
8fc2c6d50b
|
Added Create course function Administration and implemented in Main
|
11 months ago |
fdai7600
|
2cf158923f
|
refactoring: updated Menu to better readability of extended project
|
11 months ago |
fdai7600
|
fe4b78b1ea
|
refactoring: Changed to Map instead of list to store both Course and grades
|
11 months ago |
fdai7600
|
6ad1984302
|
Added Setter for the class Student courses
|
11 months ago |
fdai7600
|
4d6f2581f7
|
Added getCourses for the class Student
|
11 months ago |
fdai7600
|
6b7ae7f768
|
Added Attribute List of Courses for the Student
|
11 months ago |