More essential features added to long list
parent
037742c51e
commit
2f4700927f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user