gbif / ipt

GBIF Integrated Publishing Toolkit (IPT)
https://www.gbif.org/ipt
Apache License 2.0
128 stars 57 forks source link

Display `Valid/Invalid` instead of `Complete/Incomplete` at metadata overview #2536

Open mike-podolskiy90 opened 1 month ago

mike-podolskiy90 commented 1 month ago

Currently, IPT only checks a few mandatory fields to consider an EML complete. Since we now check EML during publishing, it would be better to check the metadata before publishing and show the status in advance.

So now, instead of 'Complete' it should be 'Valid' and instead of 'Incomplete' it should be 'Invalid'

mike-podolskiy90 commented 1 month ago

It may be worth disabling the publishing if the EML is invalid. Then we don't actually need to implement this one https://github.com/gbif/ipt/issues/2534