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

DB: Implement local stop search with product class filtering #640

Merged
merged 5 commits into from
Feb 28, 2025

Conversation

ksharma-xyz
Copy link
Owner

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

Match StopResults from Db instead of api call

  • Replace API call with database query for stop search functionality
  • Add clearNswStopsTable and clearNswProductClassTable methods
  • Consolidate stop selection queries into a single selectStops method that includes product class information
  • Extend splash screen delay to 2000ms temporarily
  • Update stop search to limit results to 50 entries

The changes optimize stop search by using local database queries instead of network calls, while maintaining transport mode filtering capabilities.

@ksharma-xyz ksharma-xyz changed the title Match StopResults from Db instead of api call DB: Implement local stop search with product class filtering Feb 26, 2025
@ksharma-xyz ksharma-xyz marked this pull request as ready for review February 26, 2025 21:24
@ksharma-xyz ksharma-xyz force-pushed the 02-23-create_resource_loader_for_android_ios branch from ba841d8 to 8bf9257 Compare February 27, 2025 13:22
@ksharma-xyz ksharma-xyz force-pushed the 02-23-match_stopresults_from_db_instead_of_api_call branch from 9a245d9 to d1ff69f Compare February 27, 2025 13:22
@ksharma-xyz ksharma-xyz force-pushed the 02-23-create_resource_loader_for_android_ios branch from 8bf9257 to 77f3c40 Compare February 27, 2025 13:32
@ksharma-xyz ksharma-xyz force-pushed the 02-23-match_stopresults_from_db_instead_of_api_call branch from d1ff69f to 007126c Compare February 27, 2025 13:33
@ksharma-xyz ksharma-xyz force-pushed the 02-23-create_resource_loader_for_android_ios branch from 77f3c40 to 2a95ff0 Compare February 28, 2025 06:34
@ksharma-xyz ksharma-xyz force-pushed the 02-23-match_stopresults_from_db_instead_of_api_call branch from 007126c to fe6f009 Compare February 28, 2025 06:35
@ksharma-xyz ksharma-xyz force-pushed the 02-23-match_stopresults_from_db_instead_of_api_call branch from fe6f009 to d254c91 Compare February 28, 2025 06:51
@ksharma-xyz ksharma-xyz changed the base branch from 02-23-create_resource_loader_for_android_ios to graphite-base/640 February 28, 2025 07:02
@ksharma-xyz ksharma-xyz force-pushed the 02-23-match_stopresults_from_db_instead_of_api_call branch from d254c91 to 6948c2f Compare February 28, 2025 07:03
@ksharma-xyz ksharma-xyz changed the base branch from graphite-base/640 to main February 28, 2025 07:03
@ksharma-xyz ksharma-xyz force-pushed the 02-23-match_stopresults_from_db_instead_of_api_call branch from 6948c2f to ef9fe79 Compare February 28, 2025 07:03
Copy link
Owner Author

Merge activity

  • Feb 28, 3:14 AM EST: A user merged this pull request with Graphite.

@ksharma-xyz ksharma-xyz deleted the 02-23-match_stopresults_from_db_instead_of_api_call branch February 28, 2025 08:14
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