Hello,
the component TracHoursRoadmapFilter from TracHoursPlugin is currently not working, returning IndexError: list index out of range on /roadmap.
I did not compare to TimingAndEstimationPlugin as from the description and first tests, TracHours does exactly what we need, that is manually adding hours to tickets and having an /hours overview.
Then something else, reading about TicketSidebarProviderPlugin, where do I find the template that is currently writing "Hello world" to the ticket mask?
This sidebar is not integrating well to the default ticket mask. Adding the widget side by side with the ticket mask, it is moved to the bottom on small screens or if style.css is customized like we did:
#content.ticket
{
width: auto;
max-width: 80%;
}
Having the box at the bottom is acceptable, but then the whole ticket mask is left aligned instead of centered.
Any other recommendation for tracking ticket hours?
Best regards.