Skip to content

Speed up Werka notifications and recent feeds #7

Description

@WIKKIwk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions