Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic UI initialization function #16

Closed
wants to merge 1 commit into from
Closed

Conversation

ksharma-xyz
Copy link
Owner

@ksharma-xyz ksharma-xyz commented Feb 5, 2025

TL;DR

Added initial UI setup function to the main application flow

What changed?

  • Added a new buildUI() function that currently prints "UI"
  • Modified the main function to call buildUI() before exiting

How to test?

  1. Run the application
  2. Verify that "UI" is printed to the console after GTFS data is fetched

Why make this change?

This change lays the groundwork for implementing a user interface in the application, setting up the basic structure for future UI development while maintaining the existing GTFS data fetching functionality.

Copy link
Owner Author

ksharma-xyz commented Feb 5, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ksharma-xyz ksharma-xyz changed the title Building UI Add basic UI initialization function Feb 5, 2025
@ksharma-xyz ksharma-xyz closed this Feb 5, 2025
@ksharma-xyz ksharma-xyz deleted the 02-05-building_ui branch February 5, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant