-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Sorting Followed Manga #70
Comments
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). |
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).
The text was updated successfully, but these errors were encountered: