Files
psf-memo/psf-memo-db/specs
Chris Troutner 22928d764a Spec notifications query performance
Bound GET /posts/notifications/:addr to the viewer's activity in a
configurable block window instead of full-scanning likes, postChildren,
and follows. Adds the followeeHeights index spec, its backfill spec, and
the notifications-query-performance spec.

By specifier.
2026-09-18 09:28:25 -07:00
..

psf-memo-db Specifications

This directory holds Gherkin feature files that specify the LevelDB REST API: CRUD routes, query endpoints, backup/restore, and health checks.

Feature files here exercise psf-memo-db in isolation. Cross-component features that also touch the client or indexer are tracked in the root backlog at specs/feature-backlog.md.

Conventions

  • Use Feature:, one optional Background:, Scenario or Scenario Outline:.
  • Name each scenario Feature Name - N.
  • List scenario names in a # comment immediately before the Feature: line.
  • Use <parameter> placeholders for mutation-relevant values.