Commit Graph

16 Commits

Author SHA1 Message Date
AmirReza Jamali e6b4720dcd Update iOS deployment target to 13.0, enhance Flutter integration, and improve tender submission flow
- Changed the iOS deployment target from 12.0 to 13.0 in Podfile and project settings.
- Updated AppDelegate to support implicit Flutter engine initialization.
- Modified Info.plist to include scene configuration for multiple scenes.
- Enhanced CompletionOfDocumentsRouteData to accept a tenderId parameter.
- Implemented tender submission functionality in TenderDetailViewModel and updated UI components to reflect loading states and success/error messages.
- Added new strings for submission success and error notifications.
2026-05-30 16:48:05 +03:30
amirrezaghabeli 6d674a4a1b Update dependencies and enhance tender approval status handling
- Updated `pubspec.lock` to reflect new versions for several packages, including `async`, `fake_async`, `leak_tracker`, and `vm_service`.
- Modified `TenderApprovalStatus` enum to include a new status `approved`.
- Updated routing for `YourTendersRouteData` to accept a status parameter and pass it to the `YourTendersScreen`.
- Adjusted API calls and view models to utilize the new status handling, ensuring proper filtering and display of tender data based on approval status.
- Enhanced filter dialog to support new status options and improved user feedback in the UI for submitted and approved tenders.
2025-10-12 14:57:33 +03:30
amirrezaghabeli 7e1240dffb some fixes 2025-10-06 10:32:58 +03:30
amirrezaghabeli 5689e98a43 refactors on codes 2025-09-18 10:27:16 +03:30
llsajjad d47c85ffd4 Fixed pagination bug in tender like filter and fixed current page bug in same page 2025-09-14 13:56:20 +03:30
llsajjad c7fc74a153 changed pagination to selectPage in t d yourTenders 2025-09-13 16:33:05 +03:30
amirrezaghabeli f6da74f739 removed hardcoded status feedback and submission mode 2025-09-08 12:22:08 +03:30
amirrezaghabeli daba428d67 get like tenders refactor services 2025-09-08 10:48:05 +03:30
amirrezaghabeli 9a1ec0b34e fixed your tenders filters and service and home your tneders use your tenders service 2025-09-08 09:53:21 +03:30
amirrezaghabeli cd32bbd812 added pagination in your tenders and some fixes 2025-09-07 12:15:43 +03:30
amirrezaghabeli 1e3bd9d9a8 filters in your tenders fixed 2025-09-03 13:25:40 +03:30
amirrezaghabeli 7b6f7d6dbd your tenders apprvals filter 2025-09-03 09:19:39 +03:30
amirrezaghabeli 513475cfb6 initial your tenders 2025-09-02 15:33:07 +03:30
llsajjad 96540c3cb3 Add filter dialog and bottom sheet for tenders 2025-08-31 16:24:35 +03:30
llsajjad 4b0dc4cedf added approved api 2025-08-19 22:22:17 +03:30
llsajjad d10e0459ae Added logic to YourTenders 2025-08-11 15:52:13 +03:30