mirror of
https://github.com/yusufipk/RepoHub.git
synced 2026-09-12 02:56:07 +00:00
feat: enhance recommendations with category tracking and UI improvements
This commit is contained in:
@@ -64,6 +64,7 @@ export interface RecommendedPackage {
|
||||
recommendationScore: number;
|
||||
recommendationReason: string;
|
||||
presetMatch?: boolean;
|
||||
matchedCategory?: UserCategory; // Which user category this package matched
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user