From 2f4700927f87b844d0540df07b738d61065c3b6b Mon Sep 17 00:00:00 2001 From: Manish Date: Wed, 3 Jun 2020 03:49:33 +1000 Subject: [PATCH] More essential features added to long list --- Long-List.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Long-List.md b/Long-List.md index 63fe1a0..4d29b82 100644 --- a/Long-List.md +++ b/Long-List.md @@ -1,4 +1,8 @@ # Features/Enhancements +## Generator +* Incremental app store update sup.port: add apps without needing to specify all apps again or overwriting existing apps in website. +* Multiple version support: show multiple versions of app and ability to download older version. + ## Search * Search box on all pages. Write a template html code and embed in all pages. * Filter search results by tags @@ -6,7 +10,7 @@ * Combine search + browse functionality. All activities displayed initially and have option to filter by tags which becomes browse functionality for all apps and for search keywords as well. * Partial search ranking function eg. 'car' for query 'cars' & vice-versa * Search spell correct and suggestion. Thanks! [@srevinsaju](https://github.com/srevinsaju) for suggestion. - Recommend closet matching keyword from index (up to a matching threshold like 60%) else suggestion some app or tag from index. Suggestion can be based on probability distribution of app & tags (popularity of apps with that tag) popularity i.e. download counts. + Recommend closet matching keyword from index (up to a matching threshold like 60%) else suggestion some app or tag from index. Suggestion can be based on probability distribution of app & tags (popularity of apps with that tag) popularity i.e. download counts. If no result for original search keyword but has for closely matching keyword from index, than automatically show those results and inform about it above results. # Code Quality ## Python code/generator