Skip to content

feat: surface main_image_url from WorldHeritage model and read query …#453

Merged
zigzagdev merged 1 commit intochore/add-main_iamge_urlfrom
chore/add-select-query-into-query-service
May 5, 2026
Merged

feat: surface main_image_url from WorldHeritage model and read query …#453
zigzagdev merged 1 commit intochore/add-main_iamge_urlfrom
chore/add-select-query-into-query-service

Conversation

@zigzagdev
Copy link
Copy Markdown
Owner

No description provided.

…services

Adds main_image_url to WorldHeritage::$fillable so the Eloquent model
treats it as assignable, and includes world_heritage_sites.main_image_url
in the explicit SELECT lists of WorldHeritageReadQueryService::findByIdsPreserveOrder
and WorldHeritageQueryService::getAllHeritages so downstream layers can
consume the value.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@zigzagdev zigzagdev self-assigned this May 5, 2026
@zigzagdev zigzagdev linked an issue May 5, 2026 that may be closed by this pull request
4 tasks
Copy link
Copy Markdown
Owner Author

@zigzagdev zigzagdev left a comment

Choose a reason for hiding this comment

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

LGTM

@zigzagdev zigzagdev merged commit e9c899d into chore/add-main_iamge_url May 5, 2026
25 checks passed
@zigzagdev zigzagdev deleted the chore/add-select-query-into-query-service branch May 5, 2026 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: include main_image_url in model fillable and query service SELECT

1 participant