Skip to content

When a theme is updated, raise a ThemeUpdated event #5731

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

Merged
merged 3 commits into from
Mar 31, 2025

Conversation

leeoades
Copy link
Collaborator

As part of the on-going work with the new Search functionality, we need to signal whenever anything changes that affects the data that is stored and indexed by the search indexer.

The Searchable Document representation of a Release Version contains some Theme information. Therefore, if a Theme changes, we need to update any Searchable Documents that are a part of that Theme.

In this PR, we are raising an event when a Theme is updated. A future piece of work will subscribe to that event, look up the publications and therefore release versions that fall under that theme, and have the corresponding Searchable Documents updated.

@leeoades leeoades force-pushed the EES-5953-on-theme-updated branch from 86f51ec to 7244c7d Compare March 28, 2025 17:58
@leeoades leeoades merged commit 324d59a into dev Mar 31, 2025
13 checks passed
@leeoades leeoades deleted the EES-5953-on-theme-updated branch March 31, 2025 14:39
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