-
Notifications
You must be signed in to change notification settings - Fork 1
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 authors to impact report #206
Merged
helenb
merged 3 commits into
integration/impact-report
from
fix/add-authors-to-impact-report
Apr 12, 2024
Merged
Add authors to impact report #206
helenb
merged 3 commits into
integration/impact-report
from
fix/add-authors-to-impact-report
Apr 12, 2024
Conversation
This file contains 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
…mponent now that it is used elsewhere
engineervix
approved these changes
Apr 12, 2024
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.
BE changes LGTM 👍
siimonevans
approved these changes
Apr 12, 2024
helenb
added a commit
that referenced
this pull request
Apr 15, 2024
* Add authors to the impact report, and rename the work-page-authors component now that it is used elsewhere * Update the pattern library * Catch another ref to work-page-authors
helenb
added a commit
that referenced
this pull request
Apr 15, 2024
* Copy pattern library config for impact report from current build * add impact_reports app this is copied from the current build * Add template placeholders for impact reports * We don't need impact_reports.ImpactReportAuthor because it's covered by torchbox.PageAuthor * Add database migration * Remove ParagraphWithQuoteBlock * Remove TwoColumnTextGridBlock * Remove ThreeColumnImageGridBlock * Remove ParagraphWithImageBlock * Use tbx.core.utils.fields.StreamField on ImpactReportPage * WIP: FE | Impact Report page styles (#197) * Rename instagram gallery block for consistency * Set up impact report page with dummy blocks * Add template class to homepage * Style impact report heading block * Remove impact report blocks that no longer exist from the impact report pattern library page * Update instagram block template path * Add instagram gallery markup and styling * Updates to impact report page fields to be in line with design * Don't lazy load the work page image as it is too near the top * Update template fields and display the main image * page heading area and anchor links * Update impact report main image to match the work page one * make the navigation sticky at desktop * further updates to the impact report model to add the common page mixins * isort * Correct anchor landing position and make nav sticky at mobile * Styling for small image with text * accessibility fixes * Make sure everything works in the pattern library and update the styleguide * fix class names * Make the impact report heading image a required field * Update docs * don't animate arrow in nav for prefers reduced motion * typo fix * squash migrations and code review feedback --------- Co-authored-by: Helen C <[email protected]> * Add authors to impact report (#206) * Add authors to the impact report, and rename the work-page-authors component now that it is used elsewhere * Update the pattern library * Catch another ref to work-page-authors * Update yaml to remove saturation-0.6 --------- Co-authored-by: Sharmaine Lim <[email protected]> Co-authored-by: Helen C <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Link to Ticket
Description of Changes Made
I realised I had forgotten to style the author(s) for the impact report
@cached_property
as on the work page model to fetch the first authorHow to Test
You can test in the pattern library: http://localhost:8000/impact-report-2023/
Screenshots
Expand to see more
MR Checklist
Unit tests
Documentation
Browser testing
Data protection
Accessibility
Sustainability
Pattern library