You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see a lot of seemingly identical boilerplate code in the current front-end admin project. Such as users, roles, application configuration user interface.
A good way is to use declarative DSL, such as XML to define the layout of the page, and then the front end dynamically renders the page according to the page DSL configuration.
In this way, when a new configuration object appears, it can be quickly developed through DSL and maintained very well, instead of writing a large amount of Vue code with a similar style.
In this way, you can use corteza to develop itself, similar to the golang compiler development process, it is called bootstrapping.
Other low-code products such as odoo and erpnext have already implemented such functions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I see a lot of seemingly identical boilerplate code in the current front-end admin project. Such as users, roles, application configuration user interface.
A good way is to use declarative DSL, such as XML to define the layout of the page, and then the front end dynamically renders the page according to the page DSL configuration.
In this way, when a new configuration object appears, it can be quickly developed through DSL and maintained very well, instead of writing a large amount of Vue code with a similar style.
In this way, you can use corteza to develop itself, similar to the golang compiler development process, it is called bootstrapping.
Other low-code products such as odoo and erpnext have already implemented such functions.
Beta Was this translation helpful? Give feedback.
All reactions