Open Issues Need Help
View All on GitHubAI Summary: This frontend issue requires displaying the application's title on the Home page. It also involves making a GET request to a configurable /health endpoint on the backend and visually indicating the API's health status. Additionally, clear navigation links to 'Zones', 'Routes', and 'Upload Parquet' sections should be provided.
AI Summary: This issue requests the creation or improvement of the `CONTRIBUTING.md` file in the documentation. The goal is to provide clear instructions for developers on how to set up the development environment, run tests, and submit pull requests to the repository.
AI Summary: This issue requests an update to the project's README.md file. The documentation should include instructions on running the backend and frontend locally, using Docker Compose, and executing tests. It also needs to incorporate a checklist of PSet (presumably Project Set) requirements.
AI Summary: This issue requests the creation or update of documentation in `evidence.md`. The goal is to provide evidence that the project meets its requirements, including screenshots, test outputs, and reproduction steps. It's labeled as a 'good first issue', suggesting it's suitable for new contributors.
AI Summary: This issue requires adding specific Python dependencies to the `frontend/requirements.txt` file. The dependencies include `streamlit`, `requests` (or `httpx`), and optionally `pandas` if the UI displays tables. This is a straightforward task of updating a dependency file.
AI Summary: This issue requests that specific Python dependencies for the backend be added to the `requirements.txt` file with their versions specified. It also suggests including optional dependencies for testing.