[windup/windup] f49cd6: App list design3 feedback2 (#985)
by Ondrej Zizka
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: f49cd6631b70c9228210a816dfa14bcb8a05ce78
https://github.com/windup/windup/commit/f49cd6631b70c9228210a816dfa14bcb8...
Author: Ondrej Zizka <zizka(a)seznam.cz>
Date: 2016-06-21 (Tue, 21 Jun 2016)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/rules/CreateApplicationListReportRuleProvider.java
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
Log Message:
-----------
App list design3 feedback2 (#985)
* #162 ✔ Move name to far left column, other data to far right
* #162 ver. A) Add a table header ("Number of incidents") and remove Xs in incident counts table
* #162 ver. B) Add a table header ("Number of incidents") and remove Xs in incident counts table
* #162 Same size for every app, numbers line up in rows for different apps
* Simplify virtualAppExists
* [#???] 2.6 App list tweaks based on discussion on 20160616:
Replace the large shared-libs number with two smaller shared + unique numbers
maybe the width of the row could be capped
Incident count table: alignment is still a little bit different between app list rows if the largest number of digits is different (more obvious if you put in a 6 digit number)
* Smaller numbers for shared and unique
* Skip computation of shared points if not needed.
* Change the map entry name: sharedLibsExists -> sharedLibsApplicationReport
8 years, 3 months