Content/2026 02 23#193
Conversation
Summary of ChangesHello @chrismclarke, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request primarily focuses on updating and synchronizing content within the application's database. It introduces new annual report data, refreshes information related to summer camps, and adjusts various HTML and action button components. The changes also involve adding a new PDF document and ensuring that the database's internal sequence numbers are correctly updated to reflect these content modifications, maintaining data integrity and consistency across the platform. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request primarily focuses on updating content data for the volunteer page and annual reports, along with a configuration change in the development environment. The changes include converting the SAMI map from an image to an embedded HTML iframe, updating the 'Summer Update' content to 2026, and adding the 2025 annual report. While the data updates are consistent with the intended content refresh, there are several instances of redundant component data and a security concern regarding a hardcoded API key in the configuration file.
| "html": "<h2 style=\"margin-left:0px;\"><span style=\"background-color:transparent;color:var(--wp--preset--color--vivid-cyan-blue)!important;\"><strong>Summer 2026 Update</strong></span></h2><p>Camps are currently being planned in:</p><ul><li>Kenya</li><li>Ghana</li><li>Togo (French-speaking)</li><li>Benin (French-speaking)</li><li>Ethiopia</li></ul><p>We have also previously supported camps in Tanzania and Uganda, however we are not aware of any camps being organised for this year.</p>", | ||
| "id": 446 | ||
| }, |
There was a problem hiding this comment.
This entry (ID 446) is an exact duplicate of the entry with ID 93 (lines 342-345). Similarly, ID 447 (lines 935-937) is a duplicate of ID 419 (lines 923-925). This redundancy in the component tables leads to unnecessary data bloat. It is recommended to reuse existing component IDs across different versions (draft/published) of the content where possible, rather than creating identical new instances.
| { | ||
| "class_names": "justify-center", | ||
| "id": 43, | ||
| "link": "https://docs.google.com/forms/d/e/1FAIpQLSdfyNymfN9xqJCfgBLKpwQqniJTd2mACY93wjmEP8y8TRZGXw/viewform", | ||
| "text": "Apply Now" | ||
| } |
There was a problem hiding this comment.
What does this PR do?
How should this be manually tested?
yarn scripts strapi exportWhat are the relevant github issues?
Screenshots