ornwipa / book_recommender

Final project for ComIT's FULL STACK .NET course
GNU General Public License v3.0
1 stars 1 forks source link

create a class for new users, differentiated from existing users extracted from dataset #22

Closed ornwipa closed 4 years ago

ornwipa commented 4 years ago

different method to get rating (not from the jagged array) ... may need to use inheritance but which one is inherited from the other?

ornwipa commented 4 years ago

new classes are okay. need to modified parent setRatings() to get rid of jagged array and use database