feat(campaigns): add portable campaign transfers
Module Package Release / publish-packages (push) Successful in 12s
Module Package Release / publish-packages (push) Successful in 12s
This commit is contained in:
@@ -332,6 +332,32 @@ default.
|
||||
|
||||
## Data and evidence model
|
||||
|
||||
### Portable Campaign transfer
|
||||
|
||||
Campaign offers two reuse paths with different boundaries. **Copy campaign**
|
||||
creates another campaign inside the same installation and can reuse selected
|
||||
local shares, policies, and Mail profile references. **Export package** creates
|
||||
a versioned JSON hand-off whose selected scopes can cross an installation
|
||||
boundary; **Import package** always creates a separately owned draft.
|
||||
|
||||
The export dialog starts with only metadata and template/configuration. Add
|
||||
recipients, attachment rules, review state, or delivery history only when the
|
||||
handoff requires them and the destination and retention are approved. Recipient
|
||||
and delivery scopes remain protected by recipient/report export permissions.
|
||||
Transport secrets, credential references, password-field values, local storage
|
||||
locators, and attachment bytes are always removed. The manifest records scope
|
||||
counts and redactions, while the envelope carries source Campaign/version
|
||||
provenance and a SHA-256 digest.
|
||||
|
||||
Import verifies format, scope, checksum, schema, and destination identity before
|
||||
showing the plan. Editing the destination identity or selected scopes makes the
|
||||
preview stale and requires a new check. The apply step clears source Mail
|
||||
references, creates one editable draft, and stores a bounded source/package and
|
||||
created/skipped receipt. Historical validation/build summaries, review state,
|
||||
approvals, delivery jobs, attempts, and sent outcomes are never replayed. File
|
||||
content is never embedded, so reconnect managed files and local Mail profiles,
|
||||
then validate, build, review, and approve normally.
|
||||
|
||||
### Versions and snapshots
|
||||
|
||||
Editable campaign JSON is versioned. Build creates recipient jobs and an
|
||||
|
||||
Reference in New Issue
Block a user