4 Open Issues Need Help Last updated: Mar 4, 2026

Open Issues Need Help

View All on GitHub
Initialize Flask about 1 hour ago

AI Summary: This issue involves initializing a Flask application for the campus navigator project. It requires setting up the Flask app instance in `app/__init__.py`, defining `run.py` as the entry point, and creating basic routes (`/` and `/api/test`) in `app/routes.py` to render an HTML page and return a JSON response, respectively. The goal is to establish a running server accessible at `http://127.0.0.1:5000` for other team members.

Complexity: 2/5
enhancement good first issue integration

AI Summary: This issue requests the addition of two primary interactive elements to the `campus-navigator` homepage (`index.html`): an Entrance selection dropdown and a Classroom search box. A 'Get Directions' submit button should also be included. The focus is on creating the basic HTML structure with clear labels, without needing advanced features, form validation, or backend integration at this stage.

Complexity: 1/5
enhancement good first issue frontend
enhancement good first issue backend
enhancement good first issue backend