Data Blueprints

CRUD, storage, versioning, and data management blueprints.

Blueprint Description Version
Bank Reconciliation Bank reconciliation with statement import, auto/manual matching, reconciliation models, partial/full tracking, and write-off management. 1.0.0
Comments Annotations Threaded comments on any entity (polymorphic) with rich text, @mentions, reactions, edit windows, and rate limiting 1.0.0
Content Tree Hierarchical content tree with zone-based storage, tree walking, flattening, indexed lookups, and schema migration 1.0.0
Customer Supplier Management Customer and supplier master data management with credit limits, territory and group hierarchies, portal access, lead conversion, internal parties, and supplier hold/block controls. 1.0.0
Data Import Export Bulk data import and export supporting CSV, Excel, and JSON formats with column mapping, row validation, background processing, and configurable error handling 1.0.0
Document Management Store, retrieve, manage, and generate documents with metadata, permissions, version control, and dynamic PDF generation 1.0.0
Editor State Centralized state management with sliced architecture, action dispatching, computed selections, and public API 1.0.0
Expense Approval Submit and approve employee expense reports with receipt validation 1.0.0
Field Transforms Per-field-type transformation pipeline with read-only path resolution, async tracking, and trigger-based caching 1.0.0
File Storage Cloud storage abstraction with signed URLs, virus scanning, content type validation, checksum deduplication, and multi-provider support 1.0.0
General Ledger Manage hierarchical chart of accounts and post double-entry general ledger entries with period controls, cost center tracking, and party-level accounting 1.0.0
List Queue Operations Ordered collection with efficient head/tail insertion, removal, and range queries; supports blocking operations and atomic moves between lists 1.0.0
Openclaw Session Management Persistent conversation storage with automatic disk budgeting, transcript rotation, and session lifecycle tracking across messaging channels 1.0.0
Pagination Cursor-based and offset-based pagination with configurable page sizes, stable sorting, and Link header support for REST APIs 1.0.0
Payload Collections Full CRUD operations for document collections with pagination, filtering, hooks, bulk operations, and field selection 1.0.0
Payload Document Locking Automatic document locking to prevent concurrent editing with configurable lock duration and override capability 1.0.0
Payload Globals Singleton document management for site-wide settings, navigation, headers, and footers with versioning and access control 1.0.0
Payload Preferences Per-user preferences storage for admin UI state including collapsed fields, tab positions, column visibility, sort order, and list view settings 1.0.0
Payload Uploads File upload system with image resizing, focal-point cropping, MIME validation, cloud storage adapters, and range request support 1.0.0
Payload Versions Document versioning with draft/publish workflow, autosave, version history, restore, scheduled publishing, and locale-specific status 1.0.0
Portfolio Management Retrieve, manage, and report on investment portfolio holdings, positions, valuations, and transaction history 1.0.0
Prisma Crud Execute type-safe database CRUD operations with Prisma Client query builder 1.0.0
Prisma Migrations Manage database schema versioning and evolution with safe migrations 1.0.0
Prisma Schema Define application data models with fields, types, relationships, and validation rules in Prisma schema 1.0.0
Product Configurator Product configuration with attributes, variant generation, exclusion rules, dynamic pricing, visual pickers, custom inputs, and matrix bulk ordering. 1.0.0
Proposals Quotations Creation, management, and approval workflow for investment proposals and quotations delivered to clients 1.0.0
Search And Filtering Full-text search with faceted filters, sorting, relevance scoring, fuzzy matching, and saved searches 1.0.0
Set Operations Unordered collection of unique elements with set algebra operations (union, intersection, difference) and cardinality counting 1.0.0
Soft Delete Trash/archive/restore pattern with soft deletion, configurable retention periods, automatic purging, and cascade rules for related records 1.0.0
Sorted Set And Hash Operations Sorted collections with ranking and scoring; nested key-value maps with field-level operations and optional TTL per field 1.0.0
Stream Event Log Append-only event log with monotonically increasing IDs, consumer groups for distributed processing, and automatic acknowledgment tracking 1.0.0
String Key Value Store and retrieve arbitrary-length string values with atomic increment, decrement, append, and range operations 1.0.0
Tagging Categorization Tags, labels, and hierarchical categories for organizing entities with tag groups, colors, slug auto-generation, and category depth limits 1.0.0
Tax Engine Tax engine with percentage, fixed, division, group, and formula-based tax types, repartition, cash-basis accounting, and fiscal position mapping. 1.0.0
Undo Redo Linear history stack with debounced recording, forward-branch destruction, and keyboard shortcut navigation 1.0.0