It is very useful to let the portfolio table sortable by value of the measures. There is two way to do it:
- Make the table headers links that will sort the table according to the value of the measure.
- Re-implement the portfolio detail table using DataTable, which support sorting.
Issue Sensor
I start the sensor from the SVN sensor because it is using data from internet(svn repository) and therefore more similar to issue sensor than the other ant sensors which use data from local tools such as JUnit and EMMA. The issue sensor will grab data from feeds of Google Project Hosting, such as Feeds of hackystat-ui-wicket. I found a java api for RSS and ATOM named ROME to parse the feeds. The information of issue sensor data will include open/close an issue, change state of an issue and/or new comment to an issue. The initial implementation should be finished in this week.
No comments:
Post a Comment