bastinat0r / Spaceapi_Visualisation

Visualisation for Data scraped from the Spaceapi
http://spaceapi-stats.n39.eu/
MIT License
20 stars 7 forks source link

issue_mail is mainly for internal use inside the revalidator #2

Closed slopjong closed 10 years ago

slopjong commented 10 years ago

issue_mail was never meant to be consumed by apps. The revalidation workflow is as follows:

1. fetch the JSON from the endpoint
2. [if timeout] 
2. [then] get issue_mail from cache and send report
2. [else] validate the JSON against the specs
2.1 [if not valid]
2.1 [then] get issue_mail and send report

Do you think it's making sense to show it on the stats page?