Open Issues Need Help
View All on GitHubAI Summary: Create the initial project structure for Shop Scout, a multi-country price comparison tool. This involves setting up the basic project files and directories, potentially including initial configuration files and potentially a basic README update.
Shop Scout - multi-country price tracker that finds the cheapest store mix for your custom basket.
AI Summary: Create a basic FastAPI project skeleton including a virtual environment, `pyproject.toml`, basic folder structure (src/, src/main.py, src/api/, src/models/, tests/), a root endpoint returning a status message, and optionally, basic testing infrastructure (pytest).
Shop Scout - multi-country price tracker that finds the cheapest store mix for your custom basket.
AI Summary: Implement CI/CD using GitHub Actions, including linters (ruff and black), pytest testing, and pre-commit hooks to automate code style checks and testing before each commit, ensuring consistent code quality and a streamlined development process for the Shop Scout project.
Shop Scout - multi-country price tracker that finds the cheapest store mix for your custom basket.