Changes between Version 16 and Version 17 of TracMetrixRequirements


Ignore:
Timestamp:
Aug 27, 2015, 10:19:54 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as requirements

Legend:

Unmodified
Added
Removed
Modified
  • TracMetrixRequirements

    v16 v17  
    1 [[TOC]]
    2 = Requirement for TracMetrixPlugin =
    3 Welcome to the requirement section of TracMetrixPlugin.  This page is intended to as the first place for the community to provide the idea and feedback on features that will be supported by the TracMetrixPlugin.  Please feel free to add any comment in the Comment&Feedback section of this page.  You can also email to khundeen with any suggestion.
     1[[PageOutline(2-5,Contents,pullout)]]
    42
    5 == Scope ==
    6 The TracMetrixPlugin will provide quantitative information that can be automatically gathered from the Trac and SVN repository in order to support the project management and development.  The primary focus is to provide management with simple but useful metrics to assist the project planning activity.  I also like to get feed back from Agile community.  I plan to provide the Agile metrics suggested by David Anderson's book on Agile Management.
     3= Requirement for TracMetrixPlugin
    74
     5Welcome to the requirement section of TracMetrixPlugin. This page is intended to as the place for the community to provide the idea and feedback on features that will be supported by the TracMetrixPlugin. Please feel free to add any comment in the Comment&Feedback section of this page. You can also email khundeen with any suggestion.
    86
    9 == Software Metrics ==
     7== Scope
    108
    11 === Project Level Metrics ===
     9The TracMetrixPlugin will provide quantitative information that can be automatically gathered from the Trac and SVN repository in order to support the project management and development. The primary focus is to provide management with simple but useful metrics to assist the project planning activity. I also like to get feed back from Agile community. I plan to provide the Agile metrics suggested by David Anderson's book on Agile Management.
     10
     11== Software Metrics
     12
     13=== Project Level Metrics
     14
    1215 1. Ticket: Summary by status
    1316 1. Ticket: Summary by status by milestone
     
    1619 1. Code: Source complexity
    1720
    18 === Milestone Level Metrics ===
     21=== Milestone Level Metrics
     22
    1923 1. Ticket: Summary by type by compoments
    2024 1. Ticket: Ticket History & Cummulative Flow
    2125
     26== Open Source Tools
    2227
    23 == Open Source Tools ==
    24  * [http://sourceforge.net/projects/pymetrics/ PyMetrics]: application that produces metrics for Python programs
    25  * [http://www.statsvn.org/ StatSvn]: a web application that provides SVN statistics
    26  * [http://www.hackystat.org Hackystat]: an open source framework for automated collection and analysis of software engineering process and product metrics
     28 * [http://sourceforge.net/projects/pymetrics/ PyMetrics]: application that produces metrics for Python programs.
     29 * [http://www.statsvn.org/ StatSvn]: a web application that provides SVN statistics.
     30 * [http://www.hackystat.org Hackystat]: an open source framework for automated collection and analysis of software engineering process and product metrics.
    2731
    28 == Potential feature ==
    29  * Plot defect statistics as a code quality metric (#260)
    30  * Add lines of code statistics (#261)
     32== Potential feature
    3133
    32 == Comment & Feedback ==
     34 * Plot defect statistics as a code quality metric (#260).
     35 * Add lines of code statistics (#261).
     36
     37== Comment & Feedback
     38
    3339Moved to TracMetrixPlugin/FeedBack
    3440
    35 === Dwell Times ===
     41=== Dwell Times
     42
    3643I'd love to have a report that can return the dwell times for tickets in each status (or owner) for a given milestone/component.
    3744
     
    4350The criteria, grouping or sorting to be by owner, creator, milestone, component, priority, severity, custom field etc. Each can be specified individually, collectively, or in combination (much like SQL).
    4451   * Output to be data table or chart.
    45 
    46 ----
    47 TracMetrixPlugin