|
| 1 | +[ |
| 2 | + { |
| 3 | + "_id": "uo1", |
| 4 | + "user_id": "1", |
| 5 | + "order_id": "ord1", |
| 6 | + "order_priority": "normal", |
| 7 | + "notification_sent": true, |
| 8 | + "user_notes": "Regular customer - expedite if possible", |
| 9 | + "relationship_created_at": {"$date": "2023-12-01T10:30:00Z"}, |
| 10 | + "customer_type": "premium", |
| 11 | + "follow_up_required": false |
| 12 | + }, |
| 13 | + { |
| 14 | + "_id": "uo2", |
| 15 | + "user_id": "2", |
| 16 | + "order_id": "ord2", |
| 17 | + "order_priority": "high", |
| 18 | + "notification_sent": true, |
| 19 | + "user_notes": "First time buyer", |
| 20 | + "relationship_created_at": {"$date": "2023-12-10T14:22:00Z"}, |
| 21 | + "customer_type": "standard", |
| 22 | + "follow_up_required": true |
| 23 | + }, |
| 24 | + { |
| 25 | + "_id": "uo3", |
| 26 | + "user_id": "3", |
| 27 | + "order_id": "ord3", |
| 28 | + "order_priority": "urgent", |
| 29 | + "notification_sent": true, |
| 30 | + "user_notes": "VIP customer - priority handling", |
| 31 | + "relationship_created_at": {"$date": "2023-11-25T09:15:00Z"}, |
| 32 | + "customer_type": "vip", |
| 33 | + "follow_up_required": false |
| 34 | + }, |
| 35 | + { |
| 36 | + "_id": "uo4", |
| 37 | + "user_id": "1", |
| 38 | + "order_id": "ord15", |
| 39 | + "order_priority": "normal", |
| 40 | + "notification_sent": true, |
| 41 | + "user_notes": "Repeat order", |
| 42 | + "relationship_created_at": {"$date": "2023-12-20T11:45:00Z"}, |
| 43 | + "customer_type": "premium", |
| 44 | + "follow_up_required": false |
| 45 | + }, |
| 46 | + { |
| 47 | + "_id": "uo5", |
| 48 | + "user_id": "4", |
| 49 | + "order_id": "ord4", |
| 50 | + "order_priority": "normal", |
| 51 | + "notification_sent": false, |
| 52 | + "user_notes": null, |
| 53 | + "relationship_created_at": {"$date": "2023-12-15T16:30:00Z"}, |
| 54 | + "customer_type": "standard", |
| 55 | + "follow_up_required": false |
| 56 | + }, |
| 57 | + { |
| 58 | + "_id": "uo6", |
| 59 | + "user_id": "5", |
| 60 | + "order_id": "ord5", |
| 61 | + "order_priority": "low", |
| 62 | + "notification_sent": true, |
| 63 | + "user_notes": "Seasonal customer", |
| 64 | + "relationship_created_at": {"$date": "2023-12-18T08:20:00Z"}, |
| 65 | + "customer_type": "standard", |
| 66 | + "follow_up_required": true |
| 67 | + }, |
| 68 | + { |
| 69 | + "_id": "uo7", |
| 70 | + "user_id": "2", |
| 71 | + "order_id": "ord20", |
| 72 | + "order_priority": "high", |
| 73 | + "notification_sent": true, |
| 74 | + "user_notes": "Special packaging requested", |
| 75 | + "relationship_created_at": {"$date": "2024-01-05T13:10:00Z"}, |
| 76 | + "customer_type": "standard", |
| 77 | + "follow_up_required": false |
| 78 | + }, |
| 79 | + { |
| 80 | + "_id": "uo8", |
| 81 | + "user_id": "3", |
| 82 | + "order_id": "ord25", |
| 83 | + "order_priority": "urgent", |
| 84 | + "notification_sent": true, |
| 85 | + "user_notes": "Rush delivery requested", |
| 86 | + "relationship_created_at": {"$date": "2024-01-10T10:00:00Z"}, |
| 87 | + "customer_type": "vip", |
| 88 | + "follow_up_required": true |
| 89 | + }, |
| 90 | + { |
| 91 | + "_id": "uo9", |
| 92 | + "user_id": "6", |
| 93 | + "order_id": "ord6", |
| 94 | + "order_priority": "normal", |
| 95 | + "notification_sent": true, |
| 96 | + "user_notes": "Corporate account", |
| 97 | + "relationship_created_at": {"$date": "2023-12-22T14:55:00Z"}, |
| 98 | + "customer_type": "corporate", |
| 99 | + "follow_up_required": false |
| 100 | + }, |
| 101 | + { |
| 102 | + "_id": "uo10", |
| 103 | + "user_id": "7", |
| 104 | + "order_id": "ord7", |
| 105 | + "order_priority": "normal", |
| 106 | + "notification_sent": false, |
| 107 | + "user_notes": "Email bounced - alternate contact needed", |
| 108 | + "relationship_created_at": {"$date": "2023-12-28T09:30:00Z"}, |
| 109 | + "customer_type": "standard", |
| 110 | + "follow_up_required": true |
| 111 | + }, |
| 112 | + { |
| 113 | + "_id": "uo11", |
| 114 | + "user_id": "1", |
| 115 | + "order_id": "ord30", |
| 116 | + "order_priority": "high", |
| 117 | + "notification_sent": true, |
| 118 | + "user_notes": "Loyalty program member", |
| 119 | + "relationship_created_at": {"$date": "2024-01-15T12:20:00Z"}, |
| 120 | + "customer_type": "premium", |
| 121 | + "follow_up_required": false |
| 122 | + }, |
| 123 | + { |
| 124 | + "_id": "uo12", |
| 125 | + "user_id": "8", |
| 126 | + "order_id": "ord8", |
| 127 | + "order_priority": "normal", |
| 128 | + "notification_sent": true, |
| 129 | + "user_notes": null, |
| 130 | + "relationship_created_at": {"$date": "2024-01-02T15:40:00Z"}, |
| 131 | + "customer_type": "standard", |
| 132 | + "follow_up_required": false |
| 133 | + }, |
| 134 | + { |
| 135 | + "_id": "uo13", |
| 136 | + "user_id": "9", |
| 137 | + "order_id": "ord9", |
| 138 | + "order_priority": "low", |
| 139 | + "notification_sent": true, |
| 140 | + "user_notes": "International shipping", |
| 141 | + "relationship_created_at": {"$date": "2024-01-08T11:15:00Z"}, |
| 142 | + "customer_type": "standard", |
| 143 | + "follow_up_required": true |
| 144 | + }, |
| 145 | + { |
| 146 | + "_id": "uo14", |
| 147 | + "user_id": "10", |
| 148 | + "order_id": "ord10", |
| 149 | + "order_priority": "urgent", |
| 150 | + "notification_sent": true, |
| 151 | + "user_notes": "Gift order - include gift message", |
| 152 | + "relationship_created_at": {"$date": "2024-01-12T16:50:00Z"}, |
| 153 | + "customer_type": "premium", |
| 154 | + "follow_up_required": false |
| 155 | + }, |
| 156 | + { |
| 157 | + "_id": "uo15", |
| 158 | + "user_id": "3", |
| 159 | + "order_id": "ord35", |
| 160 | + "order_priority": "urgent", |
| 161 | + "notification_sent": true, |
| 162 | + "user_notes": "VIP - anniversary order", |
| 163 | + "relationship_created_at": {"$date": "2024-01-20T10:30:00Z"}, |
| 164 | + "customer_type": "vip", |
| 165 | + "follow_up_required": false |
| 166 | + } |
| 167 | +] |
0 commit comments