docs(requirements): split keyed CRUD composition rule
Split oversized canonical_authoring/003 into keyed CRUD and effect-composition/no-selector rows. req: canonical_authoring/003 req: canonical_authoring/015
This commit is contained in:
+4
-1
@@ -65,7 +65,10 @@ client app state framework.
|
||||
014 The partial-swap primitive is generated target plus rendered partial plus swap kind. [north_star]
|
||||
|
||||
### req: canonical/003
|
||||
003 Canonical keyed-row CRUD reads like ordinary Rust intent: create appends a rendered row partial, update/toggle replaces a keyed row partial, delete removes a keyed row, summary/text/form effects compose in tuples, arrays, or `Vec<T: IntoEffect>` for dynamic batches, and no handler chooses a target with a CSS selector. [north_star]
|
||||
003 Canonical keyed-row CRUD reads like ordinary Rust intent: create appends a rendered row partial, update/toggle replaces a keyed row partial, and delete removes a keyed row. [north_star]
|
||||
|
||||
### req: canonical/015
|
||||
015 Summary, text, and form effects compose in tuples, arrays, or `Vec<T: IntoEffect>` for dynamic batches, and no handler chooses a target with a CSS selector. [north_star]
|
||||
|
||||
### req: canonical/004
|
||||
004 Generated helpers may compose only facts uniquely known from templates and checked Rust types: template, slot, optional key, form/control, class token, explicit island/event marker, and effect kind. If a handler parameter, key, form, target, raw route, or legacy target would require guessing, the user must say it explicitly and diagnostics must point to the Rust and hemplate spans. [north_star]
|
||||
|
||||
Reference in New Issue
Block a user