Commit 852ab73
authored
Tender integration. First version of features (#163)
* Implement Tenders feature with routing, module, and component setup
- Added a new route for 'tenders' in the app-routing module.
- Created TendersModule to encapsulate tender-related components and routes.
- Introduced TendersRoutes for managing tender navigation.
- Developed TenderListComponent for displaying and managing tenders.
- Added role constants for API and UI roles to facilitate role-based access.
- Established Tender model to represent tender data structure.
- Implemented CreateTenderModalComponent for creating and managing tender submissions.
- Updated header component to include navigation to the new Tenders section.
* Enhance Quote and Tender Management Features
- Added a new grid template column for 16 columns in Tailwind configuration.
- Refactored QuoteService to include HTTP options for API calls, ensuring consistent headers across requests.
- Introduced new methods in QuoteService for managing tender-specific operations, including creating and retrieving tender quotes.
- Updated TenderListComponent to accommodate changes in quote structure and display additional information.
- Implemented provider service for fetching provider data, enhancing the tender creation process.
- Enhanced CreateTenderModalComponent to support editing existing tenders and loading provider data dynamically.
* removed "rejected" from quote list filters1 parent e127a8d commit 852ab73
12 files changed
Lines changed: 3418 additions & 17 deletions
File tree
- src/app
- features
- quotes
- pages/quote-list
- services
- tenders
- pages/tender-list
- models
- services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
0 commit comments