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

perf(computed): unified decorator computed to replace the old sandwich decorators (computedField, relation) by a single resolver #1207

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Thenkei
Copy link
Contributor

@Thenkei Thenkei commented Nov 12, 2024

Definition of Done

General

  • Write an explicit title for the Pull Request, following Conventional Commits specification
  • Test manually the implemented changes
  • Validate the code quality (indentation, syntax, style, simplicity, readability)

Security

  • Consider the security impact of the changes made

@Thenkei
Copy link
Contributor Author

Thenkei commented Nov 12, 2024

This is an old PR that explore the replacement of the old sandwich decorators (that is limited in it's resolution capabilities) to a newer without those limitation.

⚠️ We stoped this research since we are not sure to wanted to open the gate for infinite computed loops (computed relation from a computed field on a computed relation from a .....).

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

Successfully merging this pull request may close these issues.

1 participant