Fixed import errors, caused by incorrect file permisions.
Disabled governer and local authority links import, and related data from exported data objects. Recent feedback has been that this is a nice but unused. If you were using this feature please contact us on our issue tracker.
Working to fix a long standing issue of imports working but then reporting failure. Resulted in a massive update to migrate the system to Laravel 5.6 and upgrade all other dependencies.
Moved swagger.json to openapi.json. A redirect has been set up, but please update your references accordingly.
Fixed a number of issues in the swagger documentation to be more accurate for the XML.
JSON format output (and its documentation) should be considered VOLATILE. There are currently discussions in the SIF world about how to handle JSON, and how to make it a first class citizen of the specification rather than a simple conversion from XML. As soon as we have a concrete definition of how JSON will be used going forward we will update our output and documentation accordingly.
Fixed a number of issues, including the data exports.
Switched method of generating JSON output, so JSON output is closer to being SIF3 compliant. Note that this does mean there is a breaking change in the JSON format. Text elements are now referenced using `#text` rather than `$`.
Added the ability to put `.json` or `.xml` on the end of requests to retrieve that content type.
Numerous bug fixes and tweaks necessitating clearing the database. The logic around the data is getting more stable and once we have confirmed that our hashing mechanism to minimize reprocessing unchanged data works as expected we will start scheduled database backups. At that point RefIds/GUIDs should become permanent.
Added support for local authorities (LAInfo objects), and governors (ContactPersonal objects), as well as improvements to handling of multi-school groups. LAInfo objects are missing some optional information, such as their address and contact phone number - we are currently searching for an appropriate source of this informaiton.
Added CORS headers to all requests rather than just a select few, should help with error cases and other JSON files being accessed remotely.
Added link to RSS of Ofsted reports by URN. Both a link to the HTML and RSS data given. Note that there may not be any results at the end of that URL if the institution has not yet been inspected by Ofsted (e.g. recently became an Academy).
Revamped some stuff under the hood to make data generation a bit more efficient and adding new datasources much easier.
Have done some more work under the hood, and decided to amalgamate migrations resulting in a need to regenerate the data from scratch. The result of this is a small period of downtime (while the database content is rebuilt) and the refid/guids of objects will change.
Made an RSS feed for the exported files, the last 10 releases are maintained.
Added LAId as a searchable parameter for SchoolInfo objects.
Fixed the data dumps and made them daily. The data is now streamed so much faster, i.e. less than 10 minutes to generate and write all SchoolInfo objects to a file nearly 200Mb in size.
Added SIF_Metadata elements to all data elements that details about how the object was constructed, such as when the object was created (it may have been cached) and which data sources have ben used to construct it.
Renamed last-changed-date to edubase-last-changed-date in SchoolInfo to be more explicit as to its provenance.
Added machine-readable license and copyright data to license page.
Changed query search term from 'term' to 'q'. This brings the API closer to other APIs.
Added MultiSchoolGroupInfo to capture groups of schools, like Multi Academy Trusts and Academy Sponsors. The Swagger interface has had the object added, but more details are needed (e.g. what data it contains and what is required).
Moved the routes to the objects from '/rest/sif/uk/2.0' to '/rest/sif'. Having the data model in the URL causes problems with the additional MultiSchoolGroupInfo object, which is not part of the SIF UK 2.0 specification.