Actions
Task #227
openadd a show_checkins query param to API getters for anything that can have checkins
Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
06/25/2026
Due date:
% Done:
0%
Estimated time:
Engineering Effort:
small
App Component:
API
Feature:
Checkins
Description
Currently if you have a list of (task, sessions, etc) and you want to show all the checkins, you have to split out the IDs for all those things and then send an API request to checkins/target?target_type=lelda&target_id=lelda for each one.
It would be better to just put a show_checkins query param on the entity getters and list endpoints, even if they basically do the same thing, because it's better to just do that all on the backend and have the API return the whole wad.
Updated by Sam Pearson 21 days ago
low prio - wouldn't actually change anything and tbh a one-person app probably doesn't need this kind of optimization, this would just be better architecture for the sake of it.
Actions