issues
search
ucsb-cs56-w20
/
ucsb-courses-search
Spring Boot App to show similar information to that found at UCSB Curriculum Search page
https://ucsb-courses-search.herokuapp.com
2
stars
5
forks
source link
Staff archived course search
#236
Closed
pconrad
closed
4 years ago
pconrad
commented
4 years ago
In this PR we:
Add an admin menu
Add an archived course search feature to that menu that
Provides a proof of concept for doing searches on the MongoDB archived course data
Refactor many
public
data members of classes to be
private
and use getters/setters
Change
int
elements of
Section
class so that JSON from MongoDB deserializes properly
In this PR we:
public
data members of classes to beprivate
and use getters/settersint
elements ofSection
class so that JSON from MongoDB deserializes properly