Skip to content

Commit 340c21f

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

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

MyApp/wwwroot/okai/accepted/index.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,5 +1317,37 @@
13171317
"provider": "openrouter",
13181318
"prompt": "Generate an app that looks like this - https://v0-car-ad-aggregation-platform.vercel.app/",
13191319
"groupName": "Cars"
1320+
},
1321+
{
1322+
"id": "1757428885438",
1323+
"model": "claude-sonnet-4-0",
1324+
"timing": "18635",
1325+
"provider": "anthropic",
1326+
"prompt": "The system allows compliance officers to create, assign, and review requests for users or departments, maintain audit trails, and track request status through open, review, and completed stages.\n\nUsers can scan single or multi-page documents, attach them to client records, and perform advanced scans for **Individuals, Companies, and Vessels**. Integrated KYC360 functionality allows submission of new customers, risk screening, review of screening results, and saving PDF reports for audit purposes.\n\nThe application provides dashboards with color-coded statuses, automated document archiving, and optional real-time notifications via SignalR. This app is **designed for desktop use**, leveraging full-screen grids, file management, and document scanning workflows.\n\n**Core Features:**\n\n* Compliance request creation, assignment, review, and completion tracking.\n* Notes and review workflow for user interactions with requests.\n* Dashboard with color-coded request status (Open, Review, Completed).\n* Full audit logging for regulatory compliance.\n* Single-page and multi-page document scanning with attachment management.\n* Advanced scanning for Individuals, Companies, and Vessels.\n* Integrated KYC360 risk screening, submission, and reporting.\n* Submit new customers to KYC360 and monitor submission status.\n* Delete existing customers from the KYC360 system.\n* Role-based access control via ASP.NET Identity.\n* Self-hosted on IIS with MSSQL database and local file storage.\n* Optional real-time notifications with SignalR.\n\n**Target Users:**\n\n* Compliance Officers\n* Department Users handling requests, KYC submissions, and scanning\n* Managers overseeing compliance workflows\n\n---\n\nIf you want, I can also **condense this into a short, 4–5 sentence “desktop-first” version** optimized for Bolt.New’s project creation field — keeping it punchy but complete.\n\nDo you want me to do that?",
1327+
"groupName": "ComplianceRequests"
1328+
},
1329+
{
1330+
"id": "1757446311662",
1331+
"model": "gemini-2.5-pro",
1332+
"timing": "16210",
1333+
"provider": "google",
1334+
"prompt": "Make an app for manage books in the store",
1335+
"groupName": "SaleItems"
1336+
},
1337+
{
1338+
"id": "1757494043581",
1339+
"model": "claude-sonnet-4-0",
1340+
"timing": "14376",
1341+
"provider": "anthropic",
1342+
"prompt": "an app that will display tree of nodes ( view models) of generic tree nodes and einfromation in each. allow filtering hte values ( nodes) and sencding commadns to the nodes. and allow rtefreshign the nodes",
1343+
"groupName": "TreeFilters"
1344+
},
1345+
{
1346+
"id": "1757554345950",
1347+
"model": "gemini-2.5-pro",
1348+
"timing": "30578",
1349+
"provider": "google",
1350+
"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.",
1351+
"groupName": "InventoryBalances"
13201352
}
13211353
]

0 commit comments

Comments
 (0)