Time spent in MooD Integrator

Completed

Comments

5 comments

  • Avatar
    Matthew Dodd

    Hi Soren, so the information shown in Integrator isn't sufficient?

    EDIT: This is only shown when no items needed merging!

    Matt

    0
    Comment actions Permalink
  • Avatar
    Kevin Fairs

    Reading between this - I don't think you want the numbers (I think that this is a solution), you want the history of the numbers to identify any major deviations from the "usual"?

    this feels quite solution based - what is the nub of what you're trying to get out of the ask?

    It feels like something about a better way of "assess the health of my rep" might be a more crunchy and valuable ask?

    1
    Comment actions Permalink
  • Avatar
    Matthew Dodd

    Soren - FYI this information is available in the repository.

    The following SQL will show you all your merge/repair times.

    select t.aliasname,e.creationDateTime from MooDEvent e
    inner join MooDEventType t on t.id=e.eventTypeId
    where eventtypeid in (18,19,20,21) order by sequence desc

    1
    Comment actions Permalink
  • Avatar
    Matthew Dodd

    In build 46 you will also see the total time taken for integrate+validate together like this:

    1
    Comment actions Permalink
  • Avatar
    Soren Staun

    Great work! Looking forward to this :-)

    0
    Comment actions Permalink

Please sign in to leave a comment.