Skip to content

Add datatype to model relationships methods #204

@DenTray

Description

@DenTray

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
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions