You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two thoughts: either add Issues count under api request/count or another way to retrieve info about request count and issue count with a single request or make a generic info endpoint
For homepage, only a single api call is made for each widget. It would be nice, however, for there to either be a general info api endpoint that gives an overview of information about jellyseerr such as the number of requests, number available, number of issues, etc.
Currently, homepage can only receive info about ["pending", "approved", "available"] as they are all on /request/count, but if issues were included in that it could be presented as well.
A potentially better idea would be to have another simple endpoint such as /api/v1/info that has some of that generic overview information and can include much more information.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Two thoughts: either add Issues count under api request/count or another way to retrieve info about request count and issue count with a single request or make a generic info endpoint
For homepage, only a single api call is made for each widget. It would be nice, however, for there to either be a general info api endpoint that gives an overview of information about jellyseerr such as the number of requests, number available, number of issues, etc.
Currently, homepage can only receive info about ["pending", "approved", "available"] as they are all on /request/count, but if issues were included in that it could be presented as well.
A potentially better idea would be to have another simple endpoint such as /api/v1/info that has some of that generic overview information and can include much more information.
Beta Was this translation helpful? Give feedback.
All reactions