Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added - Add the Grape gem and demonstrate a simple Api endpoint in the application - Add simple authentication to the Api endpoints using an Api key - Add a task to generate Api keys, along with documentation - A simple POST Api endpoint to create a Conversion project - API documentation is now available at /api/docs - Validation on the new Academy URN so that it cannot be the same as the school URN has been added. - The API does validation of URN and UKPRN on project creation Fixed - When creating a new project, two digit dates are no longer accepted which means incorrect dates cannot be submitted. - The 'complete project' button is no longer shown on completed projects. Changed - URLs pointing links in content to SharePoint guidance updated to new guidance pages - The application fetches establishment and trust data from the new v4 Academies API endpoints which should improve performance. - Service Support users can now update project details and tasks even after the project is complete.
- Loading branch information