docs: Update feature documentation with optimizations

This commit is contained in:
ersaayan
2025-11-22 17:48:25 +03:00
parent f8fffdce83
commit a893ec6837
+4 -1
View File
@@ -10,8 +10,9 @@ This feature adds intelligent package recommendations to RepoHub based on user p
- 3-step wizard for new users - 3-step wizard for new users
- Category selection (up to 3 categories) - Category selection (up to 3 categories)
- OS detection with manual override option - OS detection with manual override option
- **Auto-fallback to Ubuntu** when OS detection fails
- Experience level selection (beginner/intermediate/advanced) - Experience level selection (beginner/intermediate/advanced)
- Persistent localStorage-based profile - Persistent localStorage-based profile with **version control**
### 2. **Smart Recommendations** ### 2. **Smart Recommendations**
- Hybrid scoring algorithm: - Hybrid scoring algorithm:
@@ -21,6 +22,8 @@ This feature adds intelligent package recommendations to RepoHub based on user p
- Preset boost: 10% - Preset boost: 10%
- Curated preset packages for 7 categories - Curated preset packages for 7 categories
- Real-time filtering based on user profile - Real-time filtering based on user profile
- **Optimized package fetching** (reduced N+1 queries)
- **Case-insensitive** package name matching
### 3. **Categories Supported** ### 3. **Categories Supported**
- 💻 **Development**: IDEs, version control, programming languages - 💻 **Development**: IDEs, version control, programming languages