Description
Add sender-based stream index to support efficient listing and analytics queries.
Requirements and context
- Must be secure, tested, and documented.
- Must remain consistent through all lifecycle operations.
Suggested execution
- Branch:
git checkout -b feature/sender-stream-index
- Add sender-index storage updates on creation and lifecycle changes.
- Add tests for index consistency and ordering.
- Document pagination expectations.
Example commit message
feat: implement sender stream index
Guidelines
- Minimum 95 percent test coverage.
- Clear documentation.
- Timeframe: 120 hours.
Description
Add sender-based stream index to support efficient listing and analytics queries.
Requirements and context
Suggested execution
git checkout -b feature/sender-stream-indexExample commit message
feat: implement sender stream indexGuidelines