id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
10234,Support storing calculated schedule,ChrisNelson,ChrisNelson,The TracPM component currently only does "soft" scheduling.  It will add calc_start and calc_finish fields to the list of tickets it is passed but it doesn't provide anyway to save that schedule back to the database so_ for example_ a report can be sorted by those calculated dates.\r\n\r\nThe user can currently configure `fields.start` and `fields.finish` to specify the fields where the user-specified start or finish (due) dates are stored.  In retrospect_ this may be a bad choice of names.  These configuration values might be better used for the calculated dates.\r\n\r\nIt seems I can:\r\n\r\n * Rename the existing fields to `user_*` or `due_*` or something and user `start` and `finish` for the calculated values.  Users would have to adjust their configuration.\r\n * Keep `start` and `finish` the same and use `scheduled_*` or `calculated_*` for the output of the scheduler. I think this makes less sense.\r\n\r\nI may also review PM literature to see if there's an industry standard way to distinguish these two types of dates.\r\n,enhancement,new,normal,TracJsGanttPlugin,normal,,,falkb_ rjollos,0.11
