jgraichen / redmine_dashboard

This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.
Apache License 2.0
417 stars 107 forks source link

Only show recent done issues #140

Open beschrade opened 4 years ago

beschrade commented 4 years ago

The taskboard IMHO is the place where work in progress is traced. So issues will continue to be created, worked on and finally be done.

Thus the list of "done" issues will pile up. I would like to not see these lots of issues which are no longer of any interest. Can you give me a hint where to block "done" issues completely? In case of success i would perpare a pull request.

I found it possible to remove status columns by editing rdb_taskboard.rb. I would try to expand the plugin if you can give me a hint where to store a flag "show status on dashboard" in a project.

Regards

yennor commented 4 years ago

actually you can hide the done tasks but keep the done column by choosing options > "hide closed issues".

But what I would love if it would be possible to filter the closed issues, so it only shows the issues which were closed e.g. in the last 2 weeks.

So people who don't really follow the project can see, what has been done recently.