jigarius / toggl2redmine

Import time from Toggl 2 Redmine.
GNU General Public License v3.0
26 stars 6 forks source link

Possible Improvements #41

Closed jigarius closed 3 years ago

jigarius commented 5 years ago

Hide duration rounding minutes if Duration rounding is set to Don't round.

This displays the rounding minutes configuration only when it is relevant.

Improve date formats

Currently we are at the mercy of JavaScript as far as date formats go. A better date format like MMM DD, YYYY will be much better.

Add a better confirmation message for Import to Redmine

Show the user exactly how many hours they have currently logged on Redmine and how many they will have logged after the import. Also, say that the process cannot be undone.

Strikethrough tickets / projects which are closed

If a issue or project is marked as closed, then strike through the issue description to make it clear.

Link Projects to their respective pages

Currently, the user can click on issues, but they cannot click on projects! Maybe make the projects clickable as well?

jigarius commented 4 years ago

A delete button was added for Redmine time entries.

piradata commented 3 years ago

Hello Jigarius,

About the improvement 'Link Projects to their respective pages', in my PR one of the things I've add is a render link for the project of the issues, maybe that could help on this point.

jigarius commented 3 years ago

Closing this issue as issues have been created for most of these items.