Changes between Version 2 and Version 3 of TracStoryPointsPlugin


Ignore:
Timestamp:
Jan 14, 2010, 5:25:29 PM (14 years ago)
Author:
Scott Turnbull
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracStoryPointsPlugin

    v2 v3  
    4545'''ADDITIONAL TICKET FIELDS'''
    4646
    47 Storypoints - Dropdown field listing story point values.  The values used
    48               can be customized in the sites trac.ini file if needed.
     47Storypoints - Dropdown field listing story point values.  The values used [[BR]]
     48              can be customized in the sites trac.ini file if needed. [[BR]]
    4949              field name: storypoints
    5050             
    51 Date Completed - A text field to enter the date a ticked is completed.
    52                  Format must be mm/dd/YYYY.  See notes below for adding
    53                  a plugin for a calander widget to this field.
     51Date Completed - A text field to enter the date a ticked is completed. [[BR]]
     52                 Format must be mm/dd/YYYY.  See notes below for adding [[BR]]
     53                 a plugin for a calander widget to this field. [[BR]]
    5454                 fieldname: completed
    5555                 
     
    102102* format=remaining - Returns the total story points of all non-closed tickets in a query.
    103103
    104 * format=storypoints - Returns a string summarizing total, completed and remaining story
    105                        points for all tickets in a query.
     104* format=storypoints - Returns a string summarizing total, completed and remaining story [[BR]]
     105                       points for all tickets in a query. [[BR]]
    106106                       example: 16.0 Total Story Points with 13.0 Completed and 3.0 Remaining.
    107107
     
    128128
    129129The lines to remove should look something like this:
    130         completed = text
    131         completed.label = Date Completed
    132         completed.order = 9110
    133         storypoints = select
    134         storypoints.label = Storypoints
    135         storypoints.options = |0|0.5|1|2|3|5|8|13|21|34|55
    136         storypoints.order = 9100
    137         userstory = text
    138         userstory.label = User Story
    139         userstory.order = 9120
     130        completed = text [[BR]]
     131        completed.label = Date Completed [[BR]]
     132        completed.order = 9110 [[BR]]
     133        storypoints = select [[BR]] [[BR]]
     134        storypoints.label = Storypoints [[BR]]
     135        storypoints.options = |0|0.5|1|2|3|5|8|13|21|34|55 [[BR]]
     136        storypoints.order = 9100 [[BR]]
     137        userstory = text [[BR]]
     138        userstory.label = User Story [[BR]]
     139        userstory.order = 9120 [[BR]]
    140140
    141141'''OTHER PLUGINS OF POSSIBLE INTEREST'''
     
    151151       
    152152        [calendarpopup]
    153         ids=field-completed=MM/dd/yyyy
     153        ids=field-completed=MM/dd/yyyy [[BR]]
    154154        files=ticket.html