kan-qi / UMLx

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

Create a table to display project effort data for android applications. #645

Open kan-qi opened 4 years ago

kan-qi commented 4 years ago
  1. after get the information of the "activities", we can add the decomposition of the project effort to the table. 1.1 the overall project effort estimate is in this variable. image

1.2 you can first assume the project effort would be decomposed to the "activities" equally, and calculate the distribution and put the information back to the variable.

1.3 render the distribution results into the web table.

image