canonical / certification.ubuntu.com

1 stars 14 forks source link

components do not show ? for In Progress statuses #141

Closed codersquid closed 3 years ago

codersquid commented 3 years ago

When a component release status is inprogress a ? should be shown instead of a checkmark.

Here's an example call that returns statuses that are in progress. https://certification.canonical.com/api/v1/componentsummaries/?format=json&canonical_id=202005-27924

I think the logic should show a checkmark or a ? and leave the status blank for ones that are unsupported. an entire array of x's would look pretty ugly.

carkod commented 3 years ago

I think @bethcollins92 already addressed this?

bethcollins92 commented 3 years ago

Yeah, this has been addressed see below. PR here

image