Primer proyecto de la clase de diseño de sistemas

7 Open Issues Need Help Last updated: Jan 31, 2026

Open Issues Need Help

View All on GitHub
Academic Projects Programming Assignments
good first issue backend api

Primer proyecto de la clase de diseño de sistemas

Python
Academic Projects Programming Assignments

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

Complexity: 2/5
good first issue frontend ui

Primer proyecto de la clase de diseño de sistemas

Python
Academic Projects Programming Assignments
[Docs] CONTRIBUTING.md about 2 months ago

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.

Complexity: 2/5
documentation good first issue

Primer proyecto de la clase de diseño de sistemas

Python
Academic Projects Programming Assignments
[Docs] README.md about 2 months ago

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.

Complexity: 2/5
documentation good first issue

Primer proyecto de la clase de diseño de sistemas

Python
Academic Projects Programming Assignments
[Docs] evidence.md about 2 months ago

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.

Complexity: 2/5
documentation good first issue

Primer proyecto de la clase de diseño de sistemas

Python
Academic Projects Programming Assignments

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.

Complexity: 1/5
good first issue setup frontend

Primer proyecto de la clase de diseño de sistemas

Python
Academic Projects Programming Assignments
[Backend] requirements.txt about 2 months ago

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.

Complexity: 1/5
good first issue backend setup

Primer proyecto de la clase de diseño de sistemas

Python