Additional layer between <widgets> and <features> in big projects #621
stsiushkevich
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
|
Why do you want to avoid logic on pages? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
What layer would you propose? Each of the current layers is characterized not only by its position in the layer stack, but also by its unique semantics:
To introduce a new layer, we first need a name and semantic value. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a big project and from time to tome facing with a requirement of additional level, asa
microwidgets, betweenwidgetsandfeaturesto avoid any logic inpageslevel. Simple example: featureEventFormcan be wrapped into popupEventEditorwith some logic, like as confirmation dialog or something else. By FSDEventEditorshould be widget, so that it can be used only onpages, what can cause logic in page. Some intermediate layer can help overcome such problem.Beta Was this translation helpful? Give feedback.
All reactions