-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(EMS-3665): export contract - how was contract awarded - data mod…
…el (#2856) * feat(EMS-3665): export contract award method data model * feat(EMS-3665): export contract 'other' award method data model * chore(EMS-3665): update cspell
- Loading branch information
Showing
14 changed files
with
239 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/** | ||
* List of custom "export contract award method" database IDs and values. | ||
*/ | ||
export const EXPORT_CONTRACT_AWARD_METHOD = { | ||
OPEN_TENDER: { | ||
DB_ID: 'eg9qxlqw4edxa8b5mwbybsrfp', | ||
VALUE: 'Open tender', | ||
}, | ||
NEGOTIATED_CONTRACT: { | ||
DB_ID: 'mzwp337piamg1mei7fqh1o73s', | ||
VALUE: 'Negotiated contract', | ||
}, | ||
DIRECT_AWARD: { | ||
DB_ID: 'qnqrle4xwsj5go8pchj31sat4', | ||
VALUE: 'Direct award', | ||
}, | ||
COMPETITIVE_BIDDING: { | ||
DB_ID: 'qw2hp8khykctdic2z58z70ru8', | ||
VALUE: 'Competitive bidding', | ||
}, | ||
OTHER: { | ||
DB_ID: 'tn8k8lot1bvirmztmmgq2u8hn', | ||
VALUE: 'Other', | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/** | ||
* List of custom "export contract award method" database IDs and values. | ||
*/ | ||
export const EXPORT_CONTRACT_AWARD_METHOD = { | ||
OPEN_TENDER: { | ||
DB_ID: 'eg9qxlqw4edxa8b5mwbybsrfp', | ||
VALUE: 'Open tender', | ||
}, | ||
NEGOTIATED_CONTRACT: { | ||
DB_ID: 'mzwp337piamg1mei7fqh1o73s', | ||
VALUE: 'Negotiated contract', | ||
}, | ||
DIRECT_AWARD: { | ||
DB_ID: 'qnqrle4xwsj5go8pchj31sat4', | ||
VALUE: 'Direct award', | ||
}, | ||
COMPETITIVE_BIDDING: { | ||
DB_ID: 'qw2hp8khykctdic2z58z70ru8', | ||
VALUE: 'Competitive bidding', | ||
}, | ||
OTHER: { | ||
DB_ID: 'tn8k8lot1bvirmztmmgq2u8hn', | ||
VALUE: 'Other', | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.