Changes between Version 4 and Version 5 of TracStoryPointsPlugin


Ignore:
Timestamp:
Jan 16, 2010, 7:27:11 PM (14 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracStoryPointsPlugin

    v4 v5  
    33== Description ==
    44
    5 A simple plugin that adds custom fields for Story Point Estimates, Ticket Completed Date and User Story Keyword field.  It also disables Reports in favor of custom ticket queries in so tickets can be viewed to include the custom fileds.  Lastly it provides a set of additional ticket query wiki macros that allow you to aggregate and report on various Story Point totals.
     5A simple plugin that adds custom fields for Story Point Estimates, Ticket Completed Date and User Story Keyword field.  It also disables Reports in favor of custom ticket queries in so tickets can be viewed to include the custom fields.  Lastly it provides a set of additional ticket query wiki macros that allow you to aggregate and report on various Story Point totals.
    66
    77== Bugs/Feature Requests ==
     
    4141This plug-in aims to provide some very simple support for story point estimation and tracking.
    4242
    43 This plugin adds the following fields to Trac Tickets by adding them to the trac.ini file for the site.
     43This plug-in adds the following fields to Trac Tickets by adding them to the trac.ini file for the site.
    4444
    4545'''ADDITIONAL TICKET FIELDS'''
    4646
    47 Storypoints - Dropdown field listing story point values.  The values used [[BR]]
     47Storypoints - Drop-down field listing story point values.  The values used [[BR]]
    4848              can be customized in the sites trac.ini file if needed. [[BR]]
    4949              field name: storypoints
     
    5151Date Completed - A text field to enter the date a ticked is completed. [[BR]]
    5252                 Format must be mm/dd/YYYY.  See notes below for adding [[BR]]
    53                  a plugin for a calander widget to this field. [[BR]]
     53                 a plug-in for a calander widget to this field. [[BR]]
    5454                 fieldname: completed
    5555                 
     
    6060'''CHANGES TO TRAC REPORTS'''
    6161
    62 This plugin deactivates the legacy trac reports system in favor of the new
     62This plug-in deactivates the legacy trac reports system in favor of the new
    6363ticket query system.  This allows custom querying of tickets and ticket fields
    6464so the additional ticket fields can be easily displayed.
     
    6969'''IMPROVED TRAC TICKET QUERY WIKI MACROS'''
    7070
    71 This plugin provides improved Trac Ticket Query Wiki Macros as well as additional
     71This plug-in provides improved Trac Ticket Query Wiki Macros as well as additional
    7272formats for the query.   It it important to understand this behaves just like
    7373normal Track Ticket Queries with some additional options.
     
    8181
    8282In standard TicketQuery macros you can add additional column to table format by
    83 specifying a col attribute.  This plugin extends that to list format as well,
     83specifying a col attribute.  This plug-in extends that to list format as well,
    8484appending additional fields as annotations at the end of the summary.
    8585
     
    108108'''INSTALLATION'''
    109109
    110 Trac plugins are installed as python eggs and this plugin requires no special
     110Trac plug-ins are installed as python eggs and this plugin requires no special
    111111installation. See http://trac.edgewall.org/wiki/TracPlugins for more
    112112information.
     
    123123'''UNINSTALLING'''
    124124
    125 Decativate the plugin in the admin section for your individual site.  Then modify
    126 site site trac.ini file to remove custom fileds added by the plugin under the
     125Deactivate the plug-in in the admin section for your individual site.  Then modify
     126site site trac.ini file to remove custom fields added by the plug-in under the
    127127[ticket-custom] section.
    128128
     
    143143CalendarPopUpPlugin (http://trac-hacks.org/wiki/CalendarPopUpPlugin)
    144144
    145         Provides a convienent javascript calendar widget that lets you select dates for fields in
    146         trac.  This can be convienent for use in the completed date filed of trac tickets using
     145        Provides a convenient javascript calendar widget that lets you select dates for fields in
     146        trac.  This can be convenient for use in the completed date filed of trac tickets using
    147147        the TracStoryPoint plugin.
    148148