Implementation Completion Prompts
How to Use
Complete the API business logic for the Schedule module using the extraction JSONGenerate Blazor CRUD pages for the Person entity from the feature JSONAdd [Table] and [Column] annotations for legacy database column namesImplement all validations for CreateBooking from the extraction dataComplete the Angular service and list component for OrdersWalk me through implementing the entire Customer module end-to-endComplete the implementation — move stored procedure logic to C# handlersComplete the implementation — use stored procedures for complex queriesGenerate database scripts for the stored proceduresImplement the CreateProduct handler using Document Store for CosmosDBAdd Redis caching to the GetProducts query with cache-aside patternSend a confirmation email after order creation using Email ProviderImplement AI-powered product classification using Azure OpenAI in the CreateProduct handlerTask Catalog
Task 1: Complete Domain Model from Extraction JSON
Task 1b: Configure Database Indexes
Task 2: Complete Domain Factory Methods
Task 2b: Complete Handler with Stored Procedure Logic
Task 3: Complete Handler Business Logic
Task 4: Complete Query Implementations
Task 5: Complete Validation Plugins
Task 6: Complete DTOs and Mappers
Task 7: Complete Workflow States
Task 8: Complete Event Subscribers
Task 9: Add Legacy Name Retention
Task 10: Generate Blazor UI from Extraction — Complete Module
Task 11: Generate Angular UI from Extraction
Task 12: Generate React UI from Extraction
Task 13: Complete Entire Module (API + UI)
DataStore, AI & Email Provider Integration
Document Store (CosmosDB, MongoDB, DynamoDB, RavenDB)
Vector Store (PgVector, Azure AI Search, OpenSearch, Qdrant, Pinecone)
Graph Store (Neo4j, Apache AGE, Amazon Neptune)
Search Store (Elasticsearch, Azure AI Search, Algolia)
File Store (Azure Blob, AWS S3, GCP Storage)
Time Series Store (TimescaleDB, InfluxDB, Azure Data Explorer)
Cache Store (Redis, Memcached, NCache)
AI Provider (Azure OpenAI, OpenAI, Anthropic, Gemini, Ollama)
Email Provider (SMTP, SendGrid, AWS SES, Azure Communication Services)
Configuration Notes
Unit Testing (xUnit, NUnit, MSTest)
Feature-Level Tests (All 4 Projects)
Module-Level Tests (All Features)
DomainModels.Tests — Model & Mapper Tests
Handlers.Tests — Handler, Subscriber & PostBus Tests
PreBus.Tests — Validation Plugin Tests
Queries.Tests — Query Tests with DB Strategy
Test Data Infrastructure
DataStore/Provider Feature Tests
Related
Last updated