mangadesk icon indicating copy to clipboard operation
mangadesk copied to clipboard

[Feature Request] Sorting Followed Manga

Open BaccanoMob opened this issue 3 years ago • 5 comments

The reason is similar to #69. Its difficult to find manga in a large list. Ability to switch between "A to Z" and "Latest updated" would be useful (for my case it be easier to narrow down my followed manga search).

BaccanoMob avatar Feb 06 '22 02:02 BaccanoMob

sorting would require me to retrieve all a user's followed manga. not preferable because some users do follow alot, and this is not supported by API.

in addition, API does not seem to be able to sort entries.

currently, the application does sort each page by alphabetical order.

darylhjd avatar Apr 14 '22 14:04 darylhjd

I thought feed (https://mangadex.org/titles/feed) could retrieve data by the latest updated chapters (to 30 chapters I think by pagination we can go further). Though I'm not sure whether its supported by API but purely suggesting as it can be accessed via the website like that.

So, the latest updated will be displayed top even if it doesn't display all followed manga. This way I can don't have to search latest uploaded manga in a long list of followed manga as needed in #69 and have the titles with latest uploaded chapters on top.

BaccanoMob avatar Apr 14 '22 14:04 BaccanoMob

will explore further

darylhjd avatar Apr 14 '22 14:04 darylhjd

okay, that page uses this API: https://api.mangadex.org/swagger.html#/Feed/get-user-follows-manga-feed

which returns a list of most updated chapters (ie. most recently uploaded)

currently, i use https://api.mangadex.org/swagger.html#/Follows/get-user-follows-manga

which returns a list of followed manga.

my original intention was just to show followed manga, and not most recently uploaded chapters. ofc i can always change this (if its not too hard :P)

darylhjd avatar Apr 14 '22 14:04 darylhjd

I would appreciate if you can though. It makes searching manga in a large list easier (with like "feed" view to quickly look up latest updated and "followed manga" view to check the rest). Hopefully you can test it out when you got some time to spare.

BaccanoMob avatar Apr 14 '22 15:04 BaccanoMob