omi_action_items
7 rows where conversation_id = "af517aba-4013-4fe8-bc13-27a2c893cd35"
This data as json, CSV (advanced)
| id ▼ | conversation_id | description |
|---|---|---|
| 221 | Team Reviews Blogs, JSON-LD, And Conversion Tracking af517aba-4013-4fe8-bc13-27a2c893cd35 | Add new Arizona blog image to the existing pull request |
| 222 | Team Reviews Blogs, JSON-LD, And Conversion Tracking af517aba-4013-4fe8-bc13-27a2c893cd35 | Run the one-off blog-fix script and then delete it from the codebase |
| 223 | Team Reviews Blogs, JSON-LD, And Conversion Tracking af517aba-4013-4fe8-bc13-27a2c893cd35 | Test and verify the blogs functionality after recent changes |
| 224 | Team Reviews Blogs, JSON-LD, And Conversion Tracking af517aba-4013-4fe8-bc13-27a2c893cd35 | Verify the JSON-LD implementation in production |
| 225 | Team Reviews Blogs, JSON-LD, And Conversion Tracking af517aba-4013-4fe8-bc13-27a2c893cd35 | Verify that the WordPress-to-Markdown export script correctly fixes blog post dates |
| 226 | Team Reviews Blogs, JSON-LD, And Conversion Tracking af517aba-4013-4fe8-bc13-27a2c893cd35 | Provide a status report on blogs, JSON-LD, and analytics tracking work |
| 227 | Team Reviews Blogs, JSON-LD, And Conversion Tracking af517aba-4013-4fe8-bc13-27a2c893cd35 | Text Katie when ready to go after the bath |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE omi_action_items (
id INTEGER PRIMARY KEY AUTOINCREMENT,
conversation_id TEXT NOT NULL,
description TEXT,
FOREIGN KEY (conversation_id) REFERENCES omi_conversations(id)
);
CREATE INDEX idx_omi_actions_conv ON omi_action_items(conversation_id);