Summary
When infinite scroll triggers a next page fetch on the creator list, there is no log to confirm the fetch fired or how many results were appended. A debug-level log should be emitted after each successful next page fetch so developers can verify scroll-triggered pagination without network tab inspection.
Scope
- Emit a debug-level log after each successful next page fetch with fields:
cursor, results_fetched, has_more, fetched_at
- Log emitted only for next page fetches triggered by scroll — not for the initial page load
- Log not emitted in the test environment
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
When infinite scroll triggers a next page fetch on the creator list, there is no log to confirm the fetch fired or how many results were appended. A debug-level log should be emitted after each successful next page fetch so developers can verify scroll-triggered pagination without network tab inspection.
Scope
cursor,results_fetched,has_more,fetched_atAcceptance Criteria
ETA: 12 hours
Coordinate on Telegram