Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue describes the task of creating a comprehensive test suite for the V1 release of the Web Scop API. It includes implementing unit tests for key services and controllers, an integration test against a real database for the repository, and a full end-to-end test for the `/search` feature covering its CRUD operations. The goal is to ensure code quality and stability, requiring the configuration of a separate test environment.
Asynchronous web crawler with NextJS and PostgreSQL persistence. Captures and stores links based on configurable keywords.
AI Summary: This issue proposes implementing a cache manager using Redis and the Cache-Aside strategy to optimize read performance. The system will first check Redis for data, fetching from PostgreSQL and caching the result on a miss, and will invalidate cache entries upon data updates or deletions to ensure data consistency.
Asynchronous web crawler with NextJS and PostgreSQL persistence. Captures and stores links based on configurable keywords.