docs(requirements): add rings to view rows
Add explicit northstar ring fields to view requirements and tighten generated slot wording without changing behavior. req: view/001 req: view/002
This commit is contained in:
+2
-2
@@ -777,10 +777,10 @@ what a valid business email is. [north_star]
|
||||
## view
|
||||
|
||||
### req: view/001
|
||||
001 Slots render view types, not necessarily domain types. Domain-to-view conversion is explicit Rust (`From`, `Into`, or constructor). hemx never assumes a domain object is its own view.
|
||||
0 001 Slots render view types, not necessarily domain types. Domain-to-view conversion is explicit Rust (`From`, `Into`, or constructor). hemx never assumes a domain object is its own view. [north_star]
|
||||
|
||||
### req: view/002
|
||||
002 Generated slot types are allowed to target `Display`, `Hemplate`, or explicit view wrappers. Type errors should suggest the expected renderable view type.
|
||||
0 002 Generated slot types may target `Display`, `Hemplate`, or explicit view wrappers. Type errors suggest the expected renderable view type. [north_star]
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user