Open Issues Need Help
View All on GitHub Unify Store Interface for Memory and Postgres Persistence about 1 hour ago
AI Summary: The current persistence layer is tightly coupled to PostgreSQL, lacking a unified `Store` interface, feature parity between in-memory and Postgres, and efficient snapshot rebuilding, which complicates testing and maintenance. The proposed solution is to introduce a `Store` interface with distinct `MemoryStore` and `PostgresStore` implementations to abstract all flag persistence operations.
Complexity:
4/5
good first issue feature backend refactor performance