OpenDataServices / cove

CoVE is an web application to Convert, Validate and Explore data following certain open data standards - including 360Giving, Open Contracting Data Standard, IATI and the Beneficial Ownership Data Standard
http://cove.opendataservices.coop
Other
43 stars 11 forks source link

360Giving: check for Title length #201

Closed caprenter closed 7 years ago

caprenter commented 8 years ago

The title must not be more than 140 characters according to: http://www.threesixtygiving.org/standard/reference/

It would be good if CoVE could flag titles longer than 140chars.

This issue is copied over from: https://github.com/ThreeSixtyGiving/standard/issues/97 where altering the schema to enable this check is discussed

stevieflow commented 8 years ago

Is this an example of additional tests (or is it a part of schema tests?)?

robredpath commented 8 years ago

Note that the standard says "should", not "must"

robredpath commented 8 years ago

This sprint: research what our approach to warning systems / audits / extra tests / 'should's can be

Bjwebb commented 7 years ago

We now have the additional checks framework in place such that we could do this.