Summary
Implement “Refund status tracking via indexer”.
Part of building the real-time off-chain backend for Stellar Tipz. All backend work happens on the test-implement-drips branch — branch off it and open your PR against it (not main).
Tasks
Acceptance criteria
Files / location
backend/src/modules/refunds/
Getting started
git checkout test-implement-drips && git pull
cd backend && npm install
docker compose -f backend/docker-compose.yml up -d (Postgres + Redis)
- Read
backend/README.md and backend/docs/BACKEND_CONTRIBUTING.md.
- Follow the module conventions; run
npm run typecheck && npm run lint && npm run test before opening your PR.
Definition of Done for every issue is in BACKEND_CONTRIBUTING.md.
Summary
Implement “Refund status tracking via indexer”.
Tasks
Acceptance criteria
Files / location
backend/src/modules/refunds/Getting started
git checkout test-implement-drips && git pullcd backend && npm installdocker compose -f backend/docker-compose.yml up -d(Postgres + Redis)backend/README.mdandbackend/docs/BACKEND_CONTRIBUTING.md.npm run typecheck && npm run lint && npm run testbefore opening your PR.Definition of Done for every issue is in BACKEND_CONTRIBUTING.md.