This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Open
Conversation
- fix failing App test
- additional props, create api method, isEmpty, use search url params
Establishments
- establishmentsAPI.ts - GET Establishments/basic
- establishmentByIdAPI.ts - GEt Establishments/{id}
- establishmentsByLocalAuthority.ts - GET Establishments?localAuthorityId={localAuthorityId}
Authorities
- authoritiesAPI.ts - GET Authorities/Basic
- authoritiesByIdAPI.ts - GET Authorities/{id}
Scheme
- schemeTypesApi.ts - GET SchemeTypes
- schemeTypeByIdAPI.ts = GEt SchemeTypes/{id}
Removed/renamed files ratingsAPI.ts, ratingsAPI.test.tsx
- DetailAuthorityPage.tsx - detail local authority view - EstablishmentsTable.tsx - Table with establishment data - GetFoodRatingsForAuthority.tsx - summary of food rating as a percentage - HomePage.tsx - added routes - PaginatedAuthoritiesTable.tsx - Table with local authority data - PaginatedEstablishmentsTable.tsx - refactored
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As a user of the food ratings app I want to see food hygiene ratings as percentages in a chosen local authority so that I can understand the profile of establishments in that authority



