feat: add AI recommendations flow for tenders

Implement company AI onboarding/recommendation models, services, repository, and tender UI integration with supporting tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
AmirReza Jamali
2026-06-16 11:47:52 +03:30
parent 83b32549ce
commit 50e4f43738
34 changed files with 2558 additions and 112 deletions
@@ -27,4 +27,22 @@ class TendersStrings {
static const String minimumTime = 'Minimum time';
static const String tenderBudgetLabel = 'Budget :';
static const String board = 'Board';
// Recommended (AI) tab
static const String allTab = 'All';
static const String recommendedTab = 'Recommended';
static const String recommendedMatchLabel = 'Match';
static const String recommendedRankPrefix = '#';
static const String recommendedStillLearningTitle =
'Were still learning about your company';
static const String recommendedStillLearningBody =
'Recommendations will appear here once we finish analyzing your company. Check back soon.';
static const String recommendedEmptyTitle = 'No recommendations yet';
static const String recommendedEmptyBody =
'Add your company documents or website to get personalized tender recommendations.';
static const String recommendedError =
'Could not load recommendations. Please try again.';
static const String recommendedFallbackNotice =
'Showing keyword-based suggestions while AI recommendations are unavailable.';
static const String retry = 'Retry';
}