Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide old closed tasks #76

Open
mkay82 opened this issue Dec 29, 2014 · 1 comment
Open

hide old closed tasks #76

mkay82 opened this issue Dec 29, 2014 · 1 comment
Labels
feature request Request or idea for a new function
Milestone

Comments

@mkay82
Copy link

mkay82 commented Dec 29, 2014

It'd be great to change option 'hide_done' from boolean to int and have ability to see recently closed tasks only. It'd be very handy for big projects, which last for months or years with hundreds of tasks in that time. In such projects, we need to track recently closed tasks, but we don't need (and even more: we don't want;>) to see tasks closed weeks ago.

So that int value could represent one of:
a) simpler version: X recently closed tasks, (task with status closed ordered by last modify time descending limit X)
b) more advanced version: tasks closed in last X days (or maybe hours for more flexibility to others), so user could set something like 'show tasks closed in last 48hours' (value=0 could represent infinity)

Currently we see all closed tasks and additionaly there're sorted by prio, so it's impossible to track what was done lately in current project;/

@jgraichen jgraichen added this to the 3.0 milestone Dec 29, 2014
@jgraichen jgraichen self-assigned this Dec 29, 2014
@jgraichen jgraichen added the enhancement Improvement to an existing functionality label Dec 29, 2014
@jgraichen jgraichen removed their assignment Dec 29, 2014
@mkay82
Copy link
Author

mkay82 commented Jan 6, 2015

thanks for adding that feature to v3 roadmap.

in meantime i've created small patch, which is rather a hack than well written code (well - as i've already wrote somewhere else - i do not know ruby at all;/), but it works for me. Maybe you'll be interested in adding it to stable-v2 repo (maybe with some modifications...).

this patch makes exactly what i've described in my initial post and additionaly it adds posibility to define default grouping in config file.

here's the code:
http://mkay.luminos.pl/.priv/redmine_dashboard-stable-v2.patch

@jgraichen jgraichen added feature request Request or idea for a new function and removed enhancement Improvement to an existing functionality labels Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request or idea for a new function
Projects
None yet
Development

No branches or pull requests

2 participants