Skip to content

Verify DefaultStreamDataSource end-to-end against a live backend #11

Description

@anitajordan22244-afk

apps/web/src/graphql/analytics.service.ts's DefaultStreamDataSource.getStreams() is wired to call services/backend's /streams endpoint when NEXT_PUBLIC_BACKEND_BASE_URL is set, but this has only been verified against the [] fallback (backend unset) so far — it hasn't been exercised end-to-end against a live backend instance with real indexed events.

To do: once a backend instance is deployed (#9 — will need renumbering to the real issue number), do an end-to-end check: trigger a contract call that emits a payment-stream event, confirm it's indexed, and confirm sponsorImpact/globalMetrics GraphQL queries return non-empty, correctly-shaped data sourced from it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions