mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
Define four-column topics page behavior across client, indexer, and DB: topic name, time since most recent post, post count, and follower count. By specifier.
psf-memo-indexer Specifications
This directory holds Gherkin feature files that specify indexer behavior: how the indexer detects, parses, validates, and stores Memo protocol transactions.
Feature files here exercise psf-memo-indexer in isolation. Cross-component
features that also touch the client or DB are tracked in the root backlog at
specs/feature-backlog.md.
Conventions
- Use
Feature:, one optionalBackground:,ScenarioorScenario Outline:. - Name each scenario
Feature Name - N. - List scenario names in a
#comment immediately before theFeature:line. - Use
<parameter>placeholders for mutation-relevant values.