feat: is official badge + feed detail enhance #870
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.
closes #788
Summary:
Feeds Search Page
Feed Detail Page
Styling Fixes
Sx
prop. When you pass andSx
prop with other styles, it's required to manually pass the theme object. If it's just theSx
prop then there is no need to pass the theme object.Follow up ticket
Expected behavior:
On the Feeds search page, you should be able to see a badge for verified feeds on applicable feeds. You can also search by official feeds. On hover of this badge, should be able to see a tooltip with information
On the Feeds detail page, you should be able to see a badge for verified feed when applicable. You should be able to click the chips of "wanring" "info notice" "errors" and get directed to the quality report. On hover of the verification badge, should display tool tip with information
Testing tips:
On Feed search page, search "london", you'll be able to see a verified feed. You would also be able to use the "Is Official" filter. Assure the badge is there and that the tool tip works
On the feed detail page, try gtfs schedule / gtfs rt feeds and assure all looks good. Check out the official feed and assure the badge looks correct. Official feed
feeds/mdb-2
Please make sure these boxes are checked before submitting your pull request - thanks!
./scripts/api-tests.sh
to make sure you didn't break anything