Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Imprv] Redesign Entity class to have meta checks for subclass creation in order to enable common methods in entity class #253

Closed
bhati-pradeep opened this issue Aug 12, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@bhati-pradeep
Copy link
Collaborator

Describe the request
Redesign Entity class in such a way that it can have validation for sub class creation. Currently and in future, many common methods will be added due to common schemas in PC entities. New methods needs to be added to Entity class which can be used by all sub classes. So for this kind of use cases, we need to have some validations in Entity class which would check for certain properties required to create sub class out of it for every PC entity.

@bhati-pradeep
Copy link
Collaborator Author

Suggestion:
Add method in entity class to create reference spec which is widely used across all modules as per entity subclass kind

@bhati-pradeep
Copy link
Collaborator Author

Closing this ticket as its not a priority anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants