hdgarrood / redmine_release_notes

A plugin to add release notes to Redmine
GNU General Public License v3.0
73 stars 47 forks source link

Put summary of "My Issues" in dashboard #103

Open dipanm opened 11 years ago

dipanm commented 11 years ago

When a release manager looks at the dashboard of release notes - she/he can quickly find out where things are waiting and if there is any errors.

Similarly when there are some issues assigned to me in the given version, it would be a good idea to give quick summary of "My Issues" that brings a quick attention to issues pertaining to me.

dipanm commented 11 years ago

@hdgarrood What should really be the approach here?

One possibility is that we can have another extended DIV - My Issues for user listing out issues where user is involved.

Alternative possibility is to have a small button/link such as "show only my issues" - that should re-populate the existing DIV with those respective issues.

If this for the later, there will be probably AJAX way of populating that DIV. At the moment I really don't know how to implement.