luffykai / LM-PH2020

social housing map
0 stars 0 forks source link

決標公告 might need to be broken down into multiple Awards #15

Closed ken61502 closed 3 years ago

ken61502 commented 3 years ago

Award An award for the given procurement. There can be more than one award per contracting process e.g. because the contract is split among different providers, or because it is a standing offer.

For example, Item 1 -> Supplier 1 Item 2 -> Supplier 2

We need two Awards:

awards: [
{
  suppliers: [Supplier 1],
  items: [Item 1]
},
{
  suppliers: [Supplier 2],
  items: [Item 2]
}
]
ken61502 commented 3 years ago

Example: https://ronnywang.github.io/pcc-viewer/tender.html?unit_id=3.95.29.3&job_number=P1080312&date=20191018&filename=BDM-1-52898231

mw10104587 commented 3 years ago

I think we also need an example for where one item is given to multiple suppliers! @ken61502 can you help with that please!

ken61502 commented 3 years ago

Now each individual supplier will get its own award. Rationale:

  1. When there are multiple suppliers for one item, we cannot populate quantity because each supplier has its portion. However, we cannot simply add multiple items because we don't know which supplier the item is associated with, so we need one award for each supplier.
  2. When there are multiple items provided by one supplier, there will be one award with one supplier and multiple items.
mw10104587 commented 3 years ago

@ken61502 feel free to close this one!