Changes between Version 17 and Version 18 of SchedulingToolsPlugin


Ignore:
Timestamp:
Nov 26, 2015, 9:58:07 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SchedulingToolsPlugin

    v17 v18  
    77}}}
    88
    9 A simple scheduling algorithm for tickets.
     9This plugin is a scheduling algorithm for Trac tickets. If each ticket is assigned an effort, they can be scheduled based on their owner and priority and milestone. Then a Gantt chart can be generated.
    1010
    11 If each ticket is assigned an effort, they can be scheduled based on their owner and priority and milestone.
    12 
    13 Then a Gantt chart can be generated.
    14 It displays all scheduled tickets as usual together with their milestones. The latter ones are display in black if ok or in red, if a ticket in the milestone reaches past the milestone's due date.
     11It displays all scheduled tickets as usual together with their milestones. The latter ones are display in black if the milestone due date is met, or in red otherwise.
    1512
    1613Scheduling is influenced by:
    17  * Team availability: Who is available how many hours a days? - Availabilities can be maintained under Admin.
    18  * Blocking tickets (future)
     14 * Team availability: Who is available how many hours a days? Availabilities can be maintained under Admin.
     15 * Blocking tickets (future).
    1916
    2017A personal time table displays the next tickets a developer should work at:
     
    3633
    3734If you have any issues, create a
    38 [http://trac-hacks.org/newticket?component=SchedulingToolsPlugin&owner=viola new ticket].
     35[/newticket?component=SchedulingToolsPlugin new ticket].
    3936
    4037[[TicketQuery(component=SchedulingToolsPlugin&group=type,format=progress)]]
     
    4239== Download
    4340
    44 Use the attached egg or download the zipped source from [download:schedulingtoolsplugin here].
     41Use the attached egg or download the zipped source from [export:schedulingtoolsplugin here].
    4542
    46 == Source ==
     43== Source
    4744
    48 You can check out SchedulingToolsPlugin from [http://trac-hacks.org/svn/schedulingtoolsplugin here] using Subversion, or [source:schedulingtoolsplugin browse the source] with Trac.
     45You can check out SchedulingToolsPlugin from [/svn/schedulingtoolsplugin here] using Subversion, or [source:schedulingtoolsplugin browse the source] with Trac.
    4946
    5047== Installation