tenders-exposed / elvis-ember

**el.vis** - a tool for visualising public (EU) tenders big data
https://talk.tenders.exposed
GNU Affero General Public License v3.0
8 stars 2 forks source link

Mark approximated values #506

Closed nightsh closed 4 years ago

nightsh commented 4 years ago

For some of the manual data tenders, the amount and the year was deduced from the context by the people who gathered the manual data. Therefore, 2 new fields were added in the API response on [/networks/{networkID}/tenders/{tenderID}(https://api.defense.tenders.exposed/docs/#/network_tender/getNetworkTender) to mark these approximated tenders:

❗️ This field will only appear for manual tenders. TED tenders will not have it at all so make sure you handle that case.

If it does occur and the value is true we should display a ⚠️ next to the amount and the year of the tender in the Contracts table (year will be added in #505):

node-details-elvis

When people click the question mark they should be able to see a tooltip saying: This value was deduced from the context by our team. You can consult the source by clicking on the contract title.

zufanka commented 4 years ago

done!