JHipster and Data driven user interface

2019-08-02 13:33发布

问题:

I have a question on how to use JHipster to create dynamically data driven user interface.

I would like to build a system where

  • a Manager can create Type of elements, descripbed with a list of property (name,type)

  • and then an USER can register a new instance of element by filling the associated properties

The UI for the user has to be created dynamically based on the generic properties that have been defined by the Manager.

How can I do this with JHipster / angularjs. Is there any plugin for that? any tutorials? You can see this question has a very generic question: data driven user interface building with JHipster.