CDB3-327 dgf-english-fast can't create question due to problems with period start && endDate
Summary: can't create questions due to endDate < startDate now
STR:
- Go to /api/procedures/ endpoint
- Create dgf-english procedure with next body:
{
"auctionPeriod": {
"startDate": "2020-12-21T12:19:00+00:00"
},
"sellingMethod": "dgf-english-fast",
"sellingEntity": {
"identifier": {
"scheme": "UA-IPN",
"legalName": {
"uk_UA": "string",
"en_US": "string"
},
"id": "1234563378"
},
"address": {
"addressID": {
"scheme": "koatuu",
"id": "0110136600"
},
"streetAddress": {
"uk_UA": "string",
"en_US": "string"
},
"locality": {
"uk_UA": "string",
"en_US": "string"
},
"region": {
"uk_UA": "Автономна Республіка Крим",
"en_US": "string"
},
"countryName": {
"uk_UA": "Україна"
}
},
"contactPoint": {
"email": "Tadmin@example.com",
"telephone": "+380123456789",
"name": {
"uk_UA": "string",
"en_US": "string"
},
"url": "http://string.com"
},
"representativeInfo": "Довіреність № 123 від 22.02.2012, дійсна до 30.03.2012/Наказ № 142 від 14.12.2019/Статут ТОВ Кульбаба від 24.07.2002"
},
"lotId": "sd",
"title": {
"uk_UA": "string",
"en_US": "string"
},
"description": {
"uk_UA": "string",
"en_US": "string"
},
"decision": {
"decisionId": "string",
"decisionDate": "2020-11-04T17:28:58.265Z"
},
"bankAccount": [
{
"bankName": {
"uk_UA": "string",
"en_US": "string"
},
"description": {
"uk_UA": "string",
"en_US": "string"
},
"accountIdentifications": [
{
"scheme": "UA-IBAN",
"id": "As223323232378678905467894323"
}
]
}
],
"x_documentRequirements": {
"uk_UA": "string",
"en_US": "string"
},
"x_additionalInformation": {
"uk_UA": "string",
"en_US": "string"
},
"value": {
"currency": "UAH",
"amount": 1000,
"valueAddedTaxIncluded": true
},
"guarantee": {
"currency": "UAH",
"amount": 0.01,
"valueAddedTaxIncluded": true
},
"discount": {
"discount": false,
"previousAuctionValue": {"currency": "UAH",
"amount": 0.01},
"discountPercent": 0.01
},
"tenderAttempts": 1,
"virtualDataRoom": "http://virtial-data-room.com/id_of_room",
"eligibilityCriteria": "eligibilityCriteria",
"accessDetails": {
"uk_UA": "ssss"
},
"items": [
{
"description": {
"uk_UA": "тест фівфів",
"en_US": "string"
},
"classification": {
"scheme": "CAV",
"id": "04000000-8"
},
"unit": {
"code": "H87"
},
"quantity": 11.1126,
"address": {
"addressID": {
"scheme": "koatuu",
"id": "0110136600"
},
"streetAddress": {
"uk_UA": "string",
"en_US": "string"
},
"locality": {
"uk_UA": "string",
"en_US": "string"
},
"region": {
"uk_UA": "Автономна Республіка Крим",
"en_US": "string"
},
"postalCode": "string",
"countryName": {
"uk_UA": "Україна"
}
},
"additionalClassifications": [
{
"scheme": "CPVS",
"id": "QB49-3"
}
],
"location": {
"latitude": "string",
"longitude": "string",
"elevation": "string"
}
}
],
"minimalStep": {
"currency": "UAH",
"amount": 10
}
}
- Make 1 bid, make it active
- Create question with next body:
{
"author": {
"name": {
"uk_UA": "Опис",
"en_US": "Description"
},
"telephone": "+380123456789",
"faxNumber": "+380123456789",
"email": "admin@example.com"
},
"title": {
"uk_UA": "Назва",
"en_US": "Title"
},
"description": {
"uk_UA": "Опис",
"en_US": "Description"
}
}
Procedure example: id - 5fda06ce03a4097b7f16c57e | acc_token - b7be50ea-884d-414d-8e1f-b07df8aa2155
(X-R:) 1d747cc7-05c2-4ade-be74-24c0537aacf6
Actual result: seems like it's due to this change #796 (closed) https://prnt.sc/w3y3wo dgf-english and dgf-english-fast use same state classes
Expected result: divide state classes or fix somehow
Edited by Vlad Murenko