Skip to content

Commit

Permalink
Tender qualificationDuration config params
Browse files Browse the repository at this point in the history
  • Loading branch information
zhtnk committed Jul 5, 2024
1 parent d613bb8 commit 39dd011
Show file tree
Hide file tree
Showing 19 changed files with 132 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codelists/tender/tender_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
"name_en": "Selection with pre-qualified participants",
"description_en": "The parameter that determines the presence or absence of the preliminary stage of the qualification selection of participants in the procurement"
},
"qualificationDuration": {
"name_uk": "Тривалість кваліфікації",
"description_uk": "Параметр, який встановлює тривалість періоду кваліфікації учасників",
"name_en": "Qualification duration",
"description_en": "The parameter that sets the duration of the participants' qualification period"
},
"restricted": {
"name_uk": "Обмежений доступ",
"description_uk": "Параметр, що визначає наявність або відсутність обмеження публічного доступу до структури даних",
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/aboveThreshold.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +96,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/aboveThresholdEU.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 20,
"maximum": 20,
"default": 20
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +96,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/aboveThresholdUA.defense.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +96,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/aboveThresholdUA.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +96,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/belowThreshold.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
],
"default": false
},
"qualificationDuration": {
"type": "integer",
"minimum": 20,
"maximum": 20,
"default": 20
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -94,6 +100,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": false
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/closeFrameworkAgreementUA.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 20,
"maximum": 20,
"default": 20
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/competitiveDialogueEU.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 20,
"maximum": 20,
"default": 20
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 20,
"maximum": 20,
"default": 20
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/competitiveDialogueUA.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 20,
"maximum": 20,
"default": 20
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/competitiveOrdering.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
],
"default": false
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -94,6 +100,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/esco.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 20,
"maximum": 20,
"default": 20
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/negotiation.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/negotiation.quick.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/priceQuotation.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": false
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/reporting.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
],
"default": false
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -89,6 +95,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down
7 changes: 7 additions & 0 deletions data_model/schema/TenderConfig/simple.defense.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
],
"default": true
},
"qualificationDuration": {
"type": "integer",
"minimum": 0,
"maximum": 0,
"default": 0
},
"restricted": {
"type": "boolean",
"enum": [
Expand All @@ -90,6 +96,7 @@
"hasTenderComplaints",
"hasAwardComplaints",
"hasCancellationComplaints",
"qualificationDuration",
"restricted"
],
"additionalProperties": false
Expand Down

0 comments on commit 39dd011

Please sign in to comment.