krmallon / chapter-app

Chapter Web App
0 stars 0 forks source link

Integrate book recommendation system #7

Open krmallon opened 3 years ago

krmallon commented 3 years ago

Integrate recommendation system created as part of the initial functional prototype.

  1. Create book_recommender.py class
  2. Create test_book_recommender.py class
  3. Ensure pytest CI is correctly configured
krmallon commented 3 years ago
  1. book_recommender.py created
  2. test_book_recommender.py created
  3. Pytest running on each commit to master

image