Open Issues Need Help
View All on GitHubAI 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.
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.