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

Split Property into Property & PropertySystem #43

Closed
jkb0o opened this issue Feb 18, 2023 · 1 comment
Closed

Split Property into Property & PropertySystem #43

jkb0o opened this issue Feb 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jkb0o
Copy link
Owner

jkb0o commented Feb 18, 2023

For now Property define the name, the way it should be parsed and the way it should be processed. This makes impossible to provide different implementations for modulate property, for example, which should have different systems for different nodes (img and stylebox-related).

The idea is to move name, type and parser parts to the Property and system parts to the PropertySystem that type alias Property.

@jkb0o jkb0o added this to the [0.1.1] - Public release milestone Feb 18, 2023
@jkb0o jkb0o added the enhancement New feature or request label Feb 18, 2023
@jkb0o
Copy link
Owner Author

jkb0o commented Sep 25, 2023

This will be done right in polako (#77)

@jkb0o jkb0o closed this as completed Sep 25, 2023
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

1 participant