Skip to content

Dashboard should paginate — currently scans only first 20 invoice IDs #5

Description

@MarcusDavidG

The dashboard fetches invoices by scanning IDs 1–20 linearly. This won't scale as more invoices are created on-chain.

Better approach: index invoice IDs per creator address via a Stellar Horizon event listener, then fetch only relevant IDs.

Short term: expose a configurable scan range. Long term: event indexer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthighComplex feature or refactor (200 pts)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions