Skip to content

Simplify Data Object creation by allowing direct instantiation #80

@thibaultzanini

Description

@thibaultzanini

Currently, creating a Data Object requires using the main DataService and a DataObjectDescriptor. This process adds unnecessary boilerplate code and complexity for developers.

This ticket proposes enabling the direct instantiation of Data Objects (e.g., new MyDataObject()) without needing to go through the service layer.

Goal:

  • Reduce code verbosity.
  • Improve developer efficiency and experience.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions