Skip to content

Commit d593cf2

Browse files
committed
add text-to-blazor index.json
1 parent 340c21f commit d593cf2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MyApp/wwwroot/okai/accepted/index.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,5 +1349,13 @@
13491349
"provider": "google",
13501350
"prompt": "Systems:\n1) Planning: owns Sales Orders, Demand, BOMs, MRP schedules.\n2) Replenishment: consumes MRP + Inventory, creates Purchase Orders.\n3) Warehouse: executes receiving, putaway, picking, delivery to locations per Sales Orders.\n\nCore entities (full CRUD + audit trail):\n- Item (SKU, description, UoM)\n- BOM (parent, component, qty)\n- Location (code, type)\n- InventoryBalance (item, location, qty, lastUpdated)\n- SalesOrder (header + lines: item, needDate, qty)\n- MRPPlan (item, period, requiredQty, projectedBalance)\n- PurchaseOrder (header + lines)\n- InventoryTransaction (type:+/-, item, qty, location, refDoc, timestamp)\n- Exception (priority, status [New, In-Review, Staged, Actioned, Closed], owner, item, qty delta, positive/negative flag, impacted system(s), notes, createdBy/On, SLA due)\n\nFeatures:\n- Dashboards: KPIs (late SO lines, stockouts, PO delays, open exceptions by priority/owner).\n- Exception Queue: capture mismatches (demand vs supply, negative balance, late PO/receipt), stage fixes, and post back to the relevant system(s).\n- Adapters (stubbed services + interfaces) for the 3 systems: import/export plans, POs, inventory, and confirmations. Support REST/webhooks; schedule background syncs.\n- Real-time updates via SignalR; notification rules by exception priority/age.\n- Alerts via email (SMTP) and optional SMS (Twilio) with deep links to records.\n- Role-based access: Admin, Planner, Warehouse, Viewer.\n- Validation: prevent negative inventory unless flagged; BOM explosion helper.\n- Activity log + immutable audit of all changes and exception lifecycle.\n\nUX:\n- Grids with filter/sort/export; detail drawers; bulk actions on exceptions.\n- “Stage & Apply” flow: simulate impact before committing to each target system.\n\nSeed with sample data and provide OpenAPI/Swagger.",
13511351
"groupName": "InventoryBalances"
1352+
},
1353+
{
1354+
"id": "1757992115456",
1355+
"model": "claude-sonnet-4-0",
1356+
"timing": "8799",
1357+
"provider": "anthropic",
1358+
"prompt": "1. Display product manuals. Manuals are Markdown-formatted files placed in the same folder. 2. The manuals contain some ST codes that need to be displayed, as well as some Mermaid Chart-formatted flowcharts.",
1359+
"groupName": "ProductManuals"
13521360
}
13531361
]

0 commit comments

Comments
 (0)