Bug 495556 - Sort albums indicating the year visually
Summary: Sort albums indicating the year visually
Status: CONFIRMED
Alias: None
Product: Elisa
Classification: Applications
Component: general (show other bugs)
Version: 23.08.5
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Matthieu Gallien
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2024-10-29 23:02 UTC by Roberto
Modified: 2024-10-31 13:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Simply mockup of adding year in the collection (300.91 KB, image/jpeg)
2024-10-29 23:02 UTC, Roberto
Details
attachment-793087-0.html (1.75 KB, text/html)
2024-10-31 13:01 UTC, Roberto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roberto 2024-10-29 23:02:19 UTC
Created attachment 175349 [details]
Simply mockup of adding year in the collection

When the collection is sorted by albums, there is the option of adding it by year, either ascending or descending. However, if the collection is of a certain size, it can be confusing because it does not show the years, (or at least I can't find this option, or isn't implemented) so you do not have a clear view of which year you are in. If sorting them visually by year is impossible, then at least by decade (60s, 70s, 80s, 90s, 00s,10s). When you have more than 1000 albums, it is a nightmare to navigate through the collection.


SOFTWARE/OS VERSIONS

Linux/KDE Plasma: 6.8.0-47lowlatency 64bits
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.11
Qt Version: 5.15.13
Comment 1 Nate Graham 2024-10-30 15:28:03 UTC
This would be nice, yeah.

Unfortunately we use a QtQuick grid view, and those don't support section delegates right now. The implementation would be messy until those get officially supported by Qt.
Comment 2 Roberto 2024-10-31 13:01:45 UTC
Created attachment 175407 [details]
attachment-793087-0.html

Thanks for your quick response.
It's a shame, but it is what it is

El mié, 30 oct 2024 a las 16:28, Nate Graham (<bugzilla_noreply@kde.org>)
escribió:

> https://bugs.kde.org/show_bug.cgi?id=495556
>
> Nate Graham <nate@kde.org> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>      Ever confirmed|0                           |1
>              Status|REPORTED                    |CONFIRMED
>            Keywords|                            |usability
>                  CC|                            |nate@kde.org
>
> --- Comment #1 from Nate Graham <nate@kde.org> ---
> This would be nice, yeah.
>
> Unfortunately we use a QtQuick grid view, and those don't support section
> delegates right now. The implementation would be messy until those get
> officially supported by Qt.
>
> --
> You are receiving this mail because:
> You reported the bug.