Data-driven multiple draft generation #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
UseCase: As a user with a schema and data source, I want to generate multiple document drafts automatically populated with data from the source, so that I can efficiently create many similar documents with different content.
Technical Requirements:
Create a CLI command that takes a schema file and a data source (JSON, CSV, or API) and generates multiple document drafts, each populated with data from the source according to schema field mappings.
Acceptance Criteria:
Dependencies: