Changes

Jump to navigation Jump to search
updated progress
Line 40: Line 40:  
The project starts in Q1 2020 and is projected to last until Q2 or Q3 2020. It contains 4 sub-tasks that can be worked on in parallel.
 
The project starts in Q1 2020 and is projected to last until Q2 or Q3 2020. It contains 4 sub-tasks that can be worked on in parallel.
   −
 
+
=== 1. [[Ingredients analysis and search features extraction]] - completed from March to May 2020  ===
=== 1. [[Ingredients analysis and search features extraction]] ===
      
We need to transform the text of ingredients list in local languages to structured data that we can use to determine if a food product is vegetarian, vegan, contains palm oil, etc.
 
We need to transform the text of ingredients list in local languages to structured data that we can use to determine if a food product is vegetarian, vegan, contains palm oil, etc.
Line 57: Line 56:  
* Report with metrics of the achieved improvements for each language
 
* Report with metrics of the achieved improvements for each language
   −
=== 2. [[Server-side product indexing and search]] ===
+
=== 2. [[Server-side product indexing and search]] - completed from May to October 2020 ===
    
For each product, we will precompute a list of similar products (e.g. from the same categories, with similar characteristics or possible uses, and available in the same country), and create a search API to return generic search results from the server to the mobile app. The mobile app will then be able to personalize the generic search results according to the preferences of the user.
 
For each product, we will precompute a list of similar products (e.g. from the same categories, with similar characteristics or possible uses, and available in the same country), and create a search API to return generic search results from the server to the mobile app. The mobile app will then be able to personalize the generic search results according to the preferences of the user.
Line 67: Line 66:  
* Server-side implementation
 
* Server-side implementation
   −
=== 3. [[Client-side libraries for personalized product filtering and ranking]] ===
+
=== 3. [[Client-side libraries for personalized product filtering and ranking]] - Started in September 2020 ===
    
On device in the mobile app, the generic search results from the server will be filtered and ranked according to the preferences of the user, which will stay on her local machine or phone. We will create an open-source library so that the personalization of results can be implemented in the Open Food Facts app, but also 3rd party apps.
 
On device in the mobile app, the generic search results from the server will be filtered and ranked according to the preferences of the user, which will stay on her local machine or phone. We will create an open-source library so that the personalization of results can be implemented in the Open Food Facts app, but also 3rd party apps.
Line 77: Line 76:  
* Libraries implementation and documentation
 
* Libraries implementation and documentation
   −
=== 4. User interface on the Open Food Facts mobile app ===
+
=== 4. User interface on the Open Food Facts mobile app - Started in September 2020 ===
    
Users will be able to store on their device their personal preferences. When searching food products, or when scanning a food product, they will see results personalized results, with indications on how well they match their personal preferences.
 
Users will be able to store on their device their personal preferences. When searching food products, or when scanning a food product, they will see results personalized results, with indications on how well they match their personal preferences.
Line 91: Line 90:  
* Server-side
 
* Server-side
 
** Ingredients analysis - done
 
** Ingredients analysis - done
** [[Open Food Facts Search API Version 2]] - https://github.com/openfoodfacts/openfoodfacts-server/pull/4039 - in progress
+
** [[Open Food Facts Search API Version 2]] - https://github.com/openfoodfacts/openfoodfacts-server/pull/4039 - done
** [[Product Attributes]] for ranking - https://github.com/openfoodfacts/openfoodfacts-server/pull/4113 - in progress
+
** [[Product Attributes]] for ranking - https://github.com/openfoodfacts/openfoodfacts-server/pull/4113 - done
 
* New OFF Flutter app ("Smoothie")
 
* New OFF Flutter app ("Smoothie")
 
** UI to locally save user preferences - done
 
** UI to locally save user preferences - done
Line 99: Line 98:  
** UI to display ranked product attributes for one product
 
** UI to display ranked product attributes for one product
 
* OFF web site
 
* OFF web site
** UI to locally save user preferences - https://github.com/openfoodfacts/openfoodfacts-server/issues/4119
+
** UI to locally save user preferences - https://github.com/openfoodfacts/openfoodfacts-server/issues/4119 - done
** Javascript library to score a product based on locally saved user preferences + product attributes from the API - https://github.com/openfoodfacts/openfoodfacts-server/issues/4120
+
** Javascript library to score a product based on locally saved user preferences + product attributes from the API - https://github.com/openfoodfacts/openfoodfacts-server/issues/4120 - done
** Local UI to display the ranked list of products according to user preferences (JS based) - https://github.com/openfoodfacts/openfoodfacts-server/issues/4121
+
** Local UI to display the ranked list of products according to user preferences (JS based) - https://github.com/openfoodfacts/openfoodfacts-server/issues/4121 - in progress
 
** Local UI to display for one product the ranked product attributes according to user preferences (JS based) - https://github.com/openfoodfacts/openfoodfacts-server/issues/4122
 
** Local UI to display for one product the ranked product attributes according to user preferences (JS based) - https://github.com/openfoodfacts/openfoodfacts-server/issues/4122
       
[[Category:Project:Personalized_Search]]
 
[[Category:Project:Personalized_Search]]

Navigation menu