-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new finder for authorised fuels (Defra) #2993
base: main
Are you sure you want to change the base?
Conversation
b125298
to
55a57d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some blockers below:
"filter": { | ||
"format": "authorised_fuel" | ||
}, | ||
"format_name": "Find authorised fuels for smoke control areas", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line has gone away as of #3000
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the line stays. We're still generating it and including it in the schema. I tried it out in integration. 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure? I removed all references to it in the codebase and I've just tried submitting https://specialist-publisher.integration.publishing.service.gov.uk/admin/new and can't see format_name
in the output...?
(It's possible someone had deployed an old branch to integration or something)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I thought you meant filter.format
😅
Yes, I will remove format_name
.
"related": [ | ||
"https://www.gov.uk/smoke-control-area-rules", | ||
"https://www.gov.uk/defra-approved-appliances" | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These need to be content IDs, I think - example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. We need a link to the the other finder (appliances). Which makes me think we need to release that one first.
55a57d8
to
7ea2412
Compare
7ea2412
to
0f8c4aa
Compare
Few links missing, but ready to deploy to draft stack.
Trello