Project

General

Profile

Looking for a redmine developer for a specific plugin

Added by Camille Bégnis about 12 years ago

Hello, this is below some requirements we have, Where should I ask for such specific needs?

In order to be able to better track the time left for a task (aka a ticket, possibly made of various sub-tickets) we would like to add the following fields in the ticket page:

  • Below the estimated time: "Time Left: " = (time spent) - (estimated time)
    • Round at 2 decimals, Display in red if negative
  • Below that: "Calculated required time for completion: " = (time left) + (estimated time on started tickets) + (estimated time on non started tickets)
    • a ticket is started if some time has been spent on it
    • estimated time on started tickets = sum, for each started ticket, of (time spent) / (done %) / (100 - done %)
    • estimated time on non started tickets = sum, for each non started ticket, of estimated times
    • Round at 2 decimals, Display in red if negative
For each subtask, add a time left field before the ticket status:
  • time spent - estimated time