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
+3 -1
View File
@@ -28,8 +28,10 @@ class _ProfileScreenState extends State<ProfileScreen> {
_tabService.addListener(_onTabChanged);
WidgetsBinding.instance.addPostFrameCallback((_) {
// _viewModel.getCompanyProfile();
_viewModel.getProfile();
// Loads the company profile and, when its documents/website are ready,
// kicks off AI onboarding (guarded so it only runs on profile changes).
_viewModel.getCompanyProfile();
});
}