If you have developed management software, you will not be unfamiliar with the following description: an interface containing a text box, a drop-down list box, and a single/check box. After the user fills in all the data, click the submit button,ProgramAfter the verification is executed, the database is saved and the prompt "input successful" is displayed ".
In my software career, I have developed countless such interfaces. Its implementation is very simple, but I often encounter demand changes. The user will say to me, "I want to add a field, the name is ***, and the verification rule is ***, which is not complicated. You can organize the developers to fix it right away!" 5555. Unfortunately, I have had enough of these days. If there is any way to improve this situation once and for all, I would like to pay a few days for me.
This is my self-defined Program Interface Scheme for running.
It should include the following features:
1. Provides the configuration interfaceRuntimeDynamically add various controls to the Target Interface and generate corresponding business logic
2. developers can apply the solution without too much intervention
3. It can be used by different applications.
Target User:
Developers