Goal
Move Werka notifications and recent/history feeds onto the fast read path so the app can open and browse them with the same low-latency behavior as the new DB-backed pickers.
Scope
- Werka notifications feed
- Werka recent/history feed
- DB-backed read endpoints where applicable
- pagination/infinite-scroll friendly response shapes
Why
These surfaces are read-heavy, opened often, and should not depend on slower chained ERP API reads when we already have a fast DB-backed path for picker-style reads.
Acceptance criteria
- notifications/recent open fast
- page-by-page browsing works
- no large preload required
- Flutter and Go tests pass
Goal
Move Werka notifications and recent/history feeds onto the fast read path so the app can open and browse them with the same low-latency behavior as the new DB-backed pickers.
Scope
Why
These surfaces are read-heavy, opened often, and should not depend on slower chained ERP API reads when we already have a fast DB-backed path for picker-style reads.
Acceptance criteria