1 Open Issue Need Help Last updated: Nov 22, 2025

Open Issues Need Help

View All on GitHub

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