-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add timeline helpers to the HostContentUpdateEvent
Working out what event “belongs” to an edition is tricky, as Publishing API doesn’t have the concept of editions. With this in mind we have a bunch of logic: - If an edition is superseded and the event happened after the edition was superseded, it’s for a newer edition - If an edition is published, and the event happened after the edition was published AND the event is not for a newer edition, it’s for the current edition - If neither of the above is true, it’s for an older edition
- Loading branch information
Showing
2 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
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
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