Skip to content

Conversation

@shakeelmohamed
Copy link
Owner

@shakeelmohamed shakeelmohamed commented Aug 13, 2025

Summary by Sourcery

Update project galleries across Planetary Society, thesis, and Salgirah Festival pages with new content sections and optimized media, improve caption details, introduce linting enhancements with cspell, and add testing TODOs for media verification

New Features:

  • Add Process Book section with cover and spreads to thesis project pages

Enhancements:

  • Reorganize Planetary Society gallery, add new assets and refine captions, including naming the anniversary event “Under the Stars”
  • Replace Salgirah festival identity video embed with optimized AVIF image and insert layout TODOs
  • Update project HTML and Pug templates to adjust grid layouts and include additional images for multiple projects

Build:

  • Integrate cspell into the linting pipeline via posttest script and add cspell.json configuration

Documentation:

  • Clean up global todo list, remove obsolete items, and note custom dictionary requirement for cspell

Tests:

  • Add TODO scaffolding in home.spec.js to verify all media links

@netlify
Copy link

netlify bot commented Aug 13, 2025

Deploy Preview for shakeelmohamed ready!

Name Link
🔨 Latest commit d9789f5
🔍 Latest deploy log https://app.netlify.com/projects/shakeelmohamed/deploys/689c6c53b78357000850dcba
😎 Deploy Preview https://deploy-preview-192--shakeelmohamed.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Aug 13, 2025

Reviewer's Guide

This PR restructures and enriches the Planetary Society, Thesis, and Salgirah project pages by updating image grids, captions, and adding new sections; it also integrates cspell for spell-checking in the build pipeline and surfaces TODOs in tests and the global todo list.

File-Level Changes

Change Details Files
Restructure and enhance Planetary Society project content
  • Reorganized grid layouts in Pug and HTML
  • Added new portfolio images for guidelines, merch, and wristbands
  • Updated captions (e.g. renamed event to “Under the Stars”)
  • Inserted TODO comments for future media optimizations
src/projects/planetary-society/index.pug
docs/projects/planetary-society/index.html
Add Process Book section to Thesis project
  • Inserted an H2 “Process Book” header
  • Added a two-column grid with cover and spread images
  • Mirrored changes in both Pug template and generated HTML
src/projects/thesis/index.pug
docs/projects/thesis/index.html
Replace live video embed in Salgirah project with static AVIF image
  • Removed YouTube iframe/embed and replaced with portfolioImg of avif
  • Simplified caption text and added TODO comments
  • Adjusted Pug and HTML to display the static image
src/projects/salgirah-festival-identity/index.pug
docs/projects/salgirah-festival-identity/index.html
Integrate cspell for spell-checking and update build config
  • Augmented posttest script to run cspell before alex
  • Added cspell dependency and cspell.json config
  • Tweaked Eleventy config passthrough settings
package.json
cspell.json
.eleventy.js
Surface TODOs in test suite and global todo list
  • Inserted media-link validation TODOs in home.spec.js
  • Cleaned up and reprioritized entries in todo.md
tests/home.spec.js
todo.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @shakeelmohamed - I've reviewed your changes - here's some feedback:

  • Consider removing or consolidating the numerous inline TODO comments into a central issue or backlog rather than leaving them scattered through the code to improve readability and maintainability.
  • You’re repeating gallery markup in both Pug and HTML; refactor common gallery components or use includes/partials to ensure consistency and reduce duplication.
  • The new cspell integration may flag unintended content—add ignore patterns or expand your custom cspell.json dictionary to prevent false positives.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Consider removing or consolidating the numerous inline TODO comments into a central issue or backlog rather than leaving them scattered through the code to improve readability and maintainability.
- You’re repeating gallery markup in both Pug and HTML; refactor common gallery components or use includes/partials to ensure consistency and reduce duplication.
- The new cspell integration may flag unintended content—add ignore patterns or expand your custom cspell.json dictionary to prevent false positives.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@shakeelmohamed shakeelmohamed merged commit b059dae into main Aug 13, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants