You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The projects menu in Anitya is broken for some time and it will be nice to fix it. There are plenty of small things that needs to be addressed.
Requirements
Remove Odd version found menu option (Odd version no longer exists, because we are retrieving all new versions, not only latest)
Add header row (this will add more readability and it will not be less confusing for users)
Add page turner to bottom of the page (most of the time you want to go to next page, you actually looking for something on the page and scrolling down, it will be good to be able to go to next page on both top and bottom of the table)
Show backend on projects table (this information could be valuable to see)
Show correct projects in correct categories (use check_failed and versions) (currently some categories either doesn't show anything or shows wrong projects, it will be nice to fix this)
Add ability to sort by column (this will be very nice, if you are looking for project with specific backend or the most failures)
How this will make Anitya better
Anitya will be much more user friendly when looking for projects and the projects menu will be much more helpful for users.
The text was updated successfully, but these errors were encountered:
This commit rewrites the templates for pages in the project menu to be
more user friendly and readable.
Partially implements fedora-infra#885
Signed-off-by: Michal Konečný <[email protected]>
This commit rewrites the templates for pages in the project menu to be
more user friendly and readable.
Partially implements fedora-infra#885
Signed-off-by: Michal Konečný <[email protected]>
The sorting option was proven to be more difficult then originally thought. I planed to use javascript datatable library for sorting options, but it's not possible if the pagination is done in backend. This means that sorting needs to be also implemented on the backend.
Currently the projects pages are sorted by the column which looked most logical to me (for example failed projects are sorted by number of failures, never updated by creation date etc.).
I will close this issue when #1003 is merged, because the sort option was only considered as nice to have in this issue and I think it's not really needed. User can still filter projects by name or log messages.
This commit rewrites the templates for pages in the project menu to be
more user friendly and readable.
Partially implements #885
Signed-off-by: Michal Konečný <[email protected]>
Description
The projects menu in Anitya is broken for some time and it will be nice to fix it. There are plenty of small things that needs to be addressed.
Requirements
Remove
Odd version found
menu option (Odd version no longer exists, because we are retrieving all new versions, not only latest)Add header row (this will add more readability and it will not be less confusing for users)
Add page turner to bottom of the page (most of the time you want to go to next page, you actually looking for something on the page and scrolling down, it will be good to be able to go to next page on both top and bottom of the table)
Show backend on projects table (this information could be valuable to see)
Show correct projects in correct categories (use
check_failed
andversions
) (currently some categories either doesn't show anything or shows wrong projects, it will be nice to fix this)Add ability to sort by column (this will be very nice, if you are looking for project with specific backend or the most failures)
How this will make Anitya better
Anitya will be much more user friendly when looking for projects and the projects menu will be much more helpful for users.
The text was updated successfully, but these errors were encountered: