ucsb-cs56-projects / cs56-webapps-curriculum

Apache License 2.0
0 stars 3 forks source link

After login is added, add ability to store user preferences to a MongoDB database #4

Open pconrad opened 7 years ago

pconrad commented 7 years ago

The first user preference will be a "favorite search".

The user should be able to specify a department, quarter, and level.

That will be saved as a JSON object in the MongoDB database.

It will be retrieved when the user logs in.

pconrad commented 7 years ago

F16 OK (200 pts)