-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Milestone
Description
Description
What needs to be done?
Update the model generation process so that methods describing relationships include data types.
Currently, these relationship methods are generated without specifying any data types.
Expected outcome
What is the expected result?
Model files with relationship methods have datatype. This makes the code more robust, easier to maintain, and improves type checking during development.
Verification scenarios
How can this be tested?
Generate a model with defined relationships.
Verify that each relationship method declares the expected data type.
Check that the generated code compiles or passes type checking.
Ensure no side effects or errors occur during generation.
Ensure no debug information or errors in the console.
Metadata
Metadata
Assignees
Labels
No labels