DevDogs-UGA / Optimal-Schedule-Builder

DevDogs' inaugural, 2024-2025 project: an optimal schedule-building website for UGA students.
13 stars 71 forks source link

Added Professor Class #54

Closed YuvalDeshe closed 1 month ago

YuvalDeshe commented 1 month ago

Added the Professor class to be used in webscraping; #21

Jeffrey-000 commented 1 month ago

some issues: -create class constructors -change the class property visibility to private; currently is package protected -create necessary getters and setters -specifically line 11 note: setting the values of the array should be done by a constructor and after the variables have be initialized

YuvalDeshe commented 1 month ago

The commit 07510e0:

YuvalDeshe commented 1 month ago

The commit 40de972 fixed the order of the variables.

YuvalDeshe commented 1 month ago

The commits 1de790b and b53cf0a moved the file to the correct directory according to the new file structure and added Professor.java to the edu.uga.devdogs.professor_rating.webscraping package.