OpenDataServices / standards-lab

Open Standards Lab. A web tool for users and creators of Open Standards.
https://standards-lab.readthedocs.io/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Error reporting back from the CoVE worker #127

Closed michaelwood closed 3 years ago

michaelwood commented 3 years ago

When things go wrong with either schema or data we just sit there merrily while the CoVE worker errors out.

odscjames commented 3 years ago

To replicate:

Create a new project (this seems important, I couldn't get this to break in an existing project. That seems like a bug; something like if the tests run then they totally fail to run it still shows old results? Need to check this out)

Save a schema of:


{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "",
  "title": "Organisation identifier list description",
  "type": "object",
  "properties": {
    "name": {
      "$ref": "cats.json#/Cats"
    }
  }
}

Save data of:


{
  "name": "WTF"
}
odscjames commented 3 years ago

Closed; further work to #139