Suwayomi / Suwayomi-Server

A rewrite of Tachiyomi for the Desktop
Mozilla Public License 2.0
3.95k stars 202 forks source link

[Feature Request] add more keys to /api/v1/category/{ID} #307

Open Robonau opened 2 years ago

Robonau commented 2 years ago

What feature should be added to Tachidesk?

some information that is currently in /api/v1/manga/{chapID}/chapters is necessary in /api/v1/category/{ID} for some features that tachiyomi has (namely sorting options)

 "last-read": lastReadAt (highest of all the chapters / last chapter read)
 "last-checked": would like, but idk where data is
 "total-chapters": chapterCount (from any chapter all the same)
 "latest-chapter":  uploadDate (from most recent chapter / first in list)
 "date-fetched": fetchedAt (from most recent chapter / first in list)

Why/Project's Benefit/Existing Problem

necessary in order to avoid spamming requests to get the information

AriaMoradi commented 2 years ago

what do you need each of these keys for?

Syer10 commented 2 years ago

Sorting in library

Robonau commented 2 years ago

chapterCount would also allow for the filter option we are missing also in library

AriaMoradi commented 1 year ago

We are getting close to covering this issue, what's left?

github-actions[bot] commented 1 year ago

@Robonau this issue was not reopened because:

github-actions[bot] commented 1 year ago

@Robonau this issue was not reopened because:

Syer10 commented 1 year ago

Added checkboxes