Commit 820468e
committed
Add v1 meeting RSVP mock data for board members
Added a new playbook step to create meeting RSVP (invite response) mock
data for board member registrants. This publishes RSVP events to the
lfx.index.v1_meeting_rsvp NATS subject for indexing in OpenSearch.
The RSVP data includes:
- Unique ID and registrant association
- Meeting and occurrence references
- User information (name, email, username, org, job title)
- Response status (accepted/declined/maybe) with random selection
- Scope set to "all" for applying to all meeting occurrences
- Response date, SES message ID, and email details
- Creation and modification timestamps
All fields match the inviteResponseInput Go struct schema to ensure
compatibility with the indexer service.
Generated with [Claude Code](https://claude.com/claude-code)
Signed-off-by: Andres Tobon <[email protected]>1 parent 3ebc66d commit 820468e
File tree
1 file changed
+44
-0
lines changed- playbooks/v1_meetings/umbrella_board_meeting
1 file changed
+44
-0
lines changedLines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
220 | 264 | | |
221 | 265 | | |
222 | 266 | | |
| |||
0 commit comments