kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

Implement requests of content for the estimation panel #628

Open kan-qi opened 5 years ago

kan-qi commented 5 years ago

For the estimation panel, it provides the information for the effort estimator. Therefore, the panel needs to load different information for different estimator.

Let's do the following things:

  1. input the estimator name in the dialog, send a request to the backend.

image

  1. in the backend, this following function needs to receive the estimator selection request (the estimator name or id).

image

This method is currently in the "kqi" branch.

  1. a customized panel would be returned to the front end to change the dialog content. image

this part should be changed with the returned panel (as in jade template) image