List hub / Drawer sid re-login #62
Labels
No labels
needs-info
needs-triage
ready-for-agent
ready-for-human
wayfinder:grilling
wayfinder:map
wayfinder:prototype
wayfinder:research
wayfinder:task
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
TheAnachronism/tt-rss-viewer#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
Implements musts from
docs/1.0-beta-readiness.md(polish Blocker seed #3 + architecture sid-retry must from 1.0 beta release readiness).What to build
When the session id is dead, List hub headline loads and Drawer tree refresh recover the same way marks/Reader already do: transparent re-login + single retry via
AccountRepository.withActiveClient(or the one shared equivalent). Ship a regression test at the best seam (prefer unit/controller).Acceptance criteria
withActiveClient(or the one shared equivalent) — not bareactiveApiClientwithout retryBlocked by
Done on
master(d0171e9).AccountHeadlinesApi.getHeadlinesandDrawerNotifier.refreshnow go throughwithActiveClient(same as Marks/Reader). Regressions:test/list/account_headlines_api_session_retry_test.dart,test/drawer/drawer_refresh_session_retry_test.dart.