Shop Scout - multi-country price tracker that finds the cheapest store mix for your custom basket.

3 Open Issues Need Help Last updated: Jul 15, 2025

Open Issues Need Help

View All on GitHub
Initialize base structure about 2 months ago

AI 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.

Complexity: 2/5
good first issue frontend

Shop Scout - multi-country price tracker that finds the cheapest store mix for your custom basket.

Python

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).

Complexity: 2/5
good first issue

Shop Scout - multi-country price tracker that finds the cheapest store mix for your custom basket.

Python

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.

Complexity: 3/5
good first issue

Shop Scout - multi-country price tracker that finds the cheapest store mix for your custom basket.

Python