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:
@@ -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 =
|
||||
'We’re 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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user