ergoserv / redmine-progressive-projects-list

⛏️ Redmine plugin that powers a project list with progress bars for every project and version.
https://ergoserv.github.io/redmine-progressive-projects-list/
MIT License
109 stars 57 forks source link

Progress frame on Overview page #78

Open sepahram opened 6 years ago

sepahram commented 6 years ago

Hi,

I have two little issues on the plugin/Progress frame (on Overview section).

On some resolutions, it takes the "version" to far end (as pic1) Sort order of the version listed is not the same in different projects. (as pic2). Is it on Due date, name or is it random?

I'm running on this environment: Redmine version 3.4.5.stable Ruby version 2.3.1-p112 (2016-04-26) [x86_64-linux-gnu] Rails version 4.2.8 Environment production Database adapter PostgreSQL SCM: Mercurial 3.7.3 Git 2.7.4 Filesystem Redmine plugins: progressive_projects_list 3.0.1

Thanks in advance Amir pic1 pic2

stgeneral commented 6 years ago

Amir,

Thank you for attention to our plugin and reporting the issues.

On some resolutions, it takes the "version" to far end (as pic1)

Yes, this is known the issue. We will try to fix it in the next updates.

Sort order of the version listed is not the same in different projects. (as pic2). Is it on Due date, name or is it random?

I guess this is a default Redmine's order. We don't sort them specifically anyhow. Is the order is the same you see in at the each project Roadmap tab?

sepahram commented 6 years ago

stgeneral,

I am working on a new theme, so I tried to fix the issue by changing css. It looks good so far.

Regarding the second issue, the answer is no. If you don't sort it in any way, it'll be ordered based on record number, or date created, for that matter.

The sort order in Roadmapis on 1) due date, then 2) name (if no due date is set). I guess you should do the same.

By the way, I'm attaching a 3rd pic, so you can see the sort order of pic2 in Roadmap.

pic3