magento-hackathon/Implement-Module-for-prediction.io
There is a service called http://prediction.io/ which targets on predicting user behaviors. Could be very interesting for recommendation backend.
PHP
Issues
- 0
- 0
Remove when refactored to single id [app/code/community/Magehack/Predictions/Block/Catalog/Product/List/Related.php]
#14 opened by amacgregor - 0
Refactor this asap, terrible code hacked together to make it work [app/code/community/Magehack/Predictions/Model/Cron.php]
#15 opened by amacgregor - 0
Add a collection limit thorugh configuration [app/code/community/Magehack/Predictions/Block/Catalog/Product/List/Related.php]
#13 opened by amacgregor - 0
Review the logic for loading the product collection for this block [app/code/community/Magehack/Predictions/Block/Catalog/Product/List/Related.php]
#12 opened by amacgregor - 1
Test for performance [app/code/community/Magehack/Predictions/Model/Observer.php]
#3 opened by amacgregor - 0
This method is never called, should add EE support. [app/code/community/Magehack/Predictions/Helper/Adapters/Predictionio.php]
#11 opened by amacgregor - 0
This method is never called, should add EE returns support. [app/code/community/Magehack/Predictions/Helper/Adapters/Interface.php]
#10 opened by amacgregor - 0
Move into a separate cron job [app/code/community/Magehack/Predictions/Model/Queue.php]
#8 opened by amacgregor - 0
Use an iterator(s) here since nested foreachs doesn't necessarily makes sense [app/code/community/Magehack/Predictions/Model/Queue.php]
#9 opened by amacgregor - 0
This code should be moved into a separate cron class [app/code/community/Magehack/Predictions/Model/Queue.php]
#6 opened by amacgregor - 0
Refactor this code there is no need for doing the join [app/code/community/Magehack/Predictions/Model/Queue.php]
#7 opened by amacgregor - 0
Move into a separate cron class [app/code/community/Magehack/Predictions/Model/Queue.php]
#5 opened by amacgregor - 0
Test for correct implementation [app/code/community/Magehack/Predictions/Model/Observer.php]
#4 opened by amacgregor - 0
Refactor this code to be in a single function [app/code/community/Magehack/Predictions/Model/Observer.php]
#2 opened by amacgregor