This week I'm working on developing a dynamic webpages. Since the initial purpose is to design a UI which can be applied to multiple conditions. That is to say once a input changes, the interface will display in a corresponding way.
To realize this dynamic function, my step is:
- Apply an interface for file uploading.
- Check and read the file.
- Generalize the file and translate it to interfaces.
For this input file, it can distinguish functions(textbox), labels, scales and so on. Scales will be shown in textbox as a hint which will disapper when clicks occur.