116 Commits (ba5399d67502a26cab0837e57f8ea18f004a7fd7)

Author SHA1 Message Date
fdai7600 ba5399d675 Test: AddAdmin Test added 11 months ago
fdai7600 73a429764b Test: AddProfessor Test added 11 months ago
fdai7600 d62aa243f8 Test: deleteProfessor Test Added 11 months ago
fdai7921 b756faecc2 refactoring: extract sample courses in CourseTest file 11 months ago
fdai7600 9f68b87804 Added ProfessorTest Class 11 months ago
fdai7887 4a8249ef27 Implemented Initialize Dummy Data function in Main 11 months ago
fdai7600 1211419687 Added writeToFile for the Professor Data 11 months ago
fdai7921 0377c71c52 refactoring: more clarity for output messages of Course add and delete functions 11 months ago
fdai7887 3741f601c8 Update Project 11 months ago
fdai7921 3e83c6ec3c Implementing Delete course method in main 11 months ago
fdai7921 a9e13a28bf Implementing Add Course function in main 11 months ago
fdai7921 f0a47e1c1a Finalizing documentation in Course class and Test file 11 months ago
fdai7921 ee86cf4325 test: deleteCourse method in Course class 11 months ago
fdai7921 28b4d42f9c Adding deleteCourse method in Course class 11 months ago
fdai7921 46b6240589 Adding addCourseFromUserInput method in Course class 11 months ago
fdai7921 ddeaa689cb Adding courseExists method in Course class 11 months ago
fdai7921 91cd4439af test: addCourse method in Course class 11 months ago
fdai7921 2542ae7b9d Adding addCourse method in Course class 11 months ago
fdai7921 a6dad8916d Improving writeToFile method in Course class 11 months ago
Tobias Herbert 0dd4950057 refactoring: Administration and AdministrationTest (registerUser, isNumber, rightPrefix) 11 months ago
Tobias Herbert 697a44fcb3 documentation: isNumber and rightPrefix test Methods 11 months ago
Tobias Herbert 067b7b4b83 test: added rightPrefix test 11 months ago
Tobias Herbert d0ca2545fc test: added isNumber test 11 months ago
Tobias Herbert 8694e81cb0 documentation: registerUser Method in Administration class 11 months ago
Tobias Herbert 8dd3285cbb Added exception handling for registerUser Method 11 months ago
Tobias Herbert 1334a57469 Added rightPrefix Method to Administration Class 11 months ago
Tobias Herbert 3840659063 Added isNumber Method to Administration class 11 months ago
Tobias Herbert ef7d53509c Implemented registerUser Feature in Main class so the Method cann be called 11 months ago
Tobias Herbert b84b57d40b Added basic registerUser Method to Administration Class 11 months ago
fdai7887 09432450b7 Added test for findStudentById Method for Administration class 11 months ago
fdai7887 268bac6c43 Added test for printStudentInfo Method for Student class 11 months ago
fdai7887 2496df464c Added test for readFromFile to StudentTest class 11 months ago
fdai7887 0a98db83cd Added StudentTest.java file and added test for writeToFile Method for Student class 11 months ago
fdai7887 10448e473d Added readFromFile Method to Student class 11 months ago
fdai7921 b2a434e5dd Finalizing documentation in Course class and Test file 11 months ago
fdai7921 54eb837dbb refactoring: extract temporary file handling into methods in CourseTest file 11 months ago
fdai7887 dda4d4f83b Added writeToFile Method to Student class 11 months ago
fdai7921 2a2caa891e test: readFromFile method in Course class 11 months ago
fdai7921 9a9e35153b test: writeToFile method in Course class 11 months ago
fdai7921 4932036ebd Adding readFromFile method in Course class 11 months ago
fdai7921 46c2dc1b9e Adding writeToFile method in Course class 11 months ago
fdai7921 96c6a8da43 test: printCourseInfo method in Course class 11 months ago
fdai7921 6ff78829ac Creating empty CourseTest file 11 months ago
fdai7921 f41920bcbf Docuentation in Course class 11 months ago
fdai7921 f2108da211 create printCourseInfo method in Course class 11 months ago
fdai7921 34a3af4df5 Adding getters and setters in Course class 11 months ago
fdai7921 a0be58f7b9 Adding constructors in Course class 11 months ago
fdai7921 f798b94a37 Adding basic attributes to Course class 11 months ago
fdai7921 87cd7e7d83 Creating empty Course class 11 months ago
Tobias Herbert d2146298c6 documentation: AdministrationTest and AdminTest 11 months ago