mangadesk
mangadesk copied to clipboard
[Feature Request] Sorting Followed Manga
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).
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.
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.
will explore further
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)
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.