issues
search
libgenapps
/
LibgenDesktop
1.82k
stars
218
forks
source link
Grouping of (non-fiction) books by identifier
#54
Open
john-fun
opened
1 year ago
john-fun
commented
1 year ago
Changes:
.gitignore added (for bin, obj, .vs and packages folders).
.editorconfig modified to set the ident_size to 4 spaces (to force/match the indentation style used by the project).
Added Identifier column in the non-fiction books search result tab. It displays the Identifier property of the Book object.
Non-fiction books are grouped by the IdentifierPlain.
Issues:
Should the changes (3. & 4.) be applied to fiction books too?
Should the Identifier column be displayed or leave it hidden as before. Is it possible to show a context menu to select which columns to be visible?
Translations of "Identifier" column name in different languages. Using Google Translate?
Currently the "title" of the grouping is the group id. Anything better?
Color of the border of the group. Currently is hard-coded to BorderBrush="#FF002255". How to make it to follow the color theme?
Changes:
Issues: