feat(demo-admin-dashboard): add event campaign fixture for conference…#1216
Open
aliyuHabibu wants to merge 1 commit into
Open
feat(demo-admin-dashboard): add event campaign fixture for conference…#1216aliyuHabibu wants to merge 1 commit into
aliyuHabibu wants to merge 1 commit into
Conversation
… pass campaign (issue 17) - Add EventCampaign types (config, timeline phase, message, fixture) - Add eventCampaignFixture with two deterministic fixtures: - StealthCon 2026 conference (7 messages, 4 timeline phases, 5 calendar events) - Soroban Workshop (5 messages, 4 timeline phases, 1 calendar event) - Add eventCampaignHelpers with validation and summary builder - Add 21 tests covering fixtures, lookup, kinds, and validation - Add documentation docs/EVENT_CAMPAIGN_FIXTURE.md - Export new types, fixtures, and helpers from barrel index.ts All data is fake, deterministic, and uses safe demo domains.
Author
|
@ALL Please verify pr and merge |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… pass campaign (issue 17)
All data is fake, deterministic, and uses safe demo domains.
Closes #268