Implement Contextual Recommendation Engine for Desktop Dashboard #75
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Implement a contextual recommendation engine for the desktop dashboard to drive user retention and cross-book monetization, strictly complying with Clean Architecture, Layer Isolation, and Native AOT compilation.
Requirements
IUserReadingStateStorein Application to fetch user active reading state (book, chapter, tenant) and chapter content.UserReadingStateStoreimplementation in Infrastructure using EF Core.GetContextualRecommendationsQueryand handler.IVectorSearchStoreinterface.BookIdvia Qdrant'sMustNotfilter.bookTitleandchapterTitledirectly from the point payload without DB joins.IsPremiumUpsell = trueif not owned.AppJsonContext.csfor Native AOT.GET /api/recommendationsendpoint.