Open Issues Need Help
View All on GitHub Standardize database interface for unit testing about 2 months ago
AI Summary: The `database.Database` interface has inconsistent method signatures and return types, which currently blocks unit testing, mock creation, and code coverage for backend packages. The proposed solution involves standardizing the interface to prefer pointer types, updating its implementations in `schema.go` and `datastore.go`, and then adding/restoring unit tests with proper mocks.
Complexity:
2/5
bug good first issue