0
votes
0answers
30 views

Data and State management in UI [closed]

If you applications have multiple tabbed forms and the user can have multiple of them open at the same time. Is it a good idea to load all these data to the front end at application load time or is it ...
2
votes
2answers
310 views

Force Directed graph for visualizing hierarchical forms Bad Idea?

Currently we got lots of forms which we realize using Tree-view. Person clicks the tree node and a forms we designed for that opens in page aside the tree-view(Using the tree-view because there is ...