-
Notifications
You must be signed in to change notification settings - Fork 706
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
ctaltracker: Add selectable destination and timing offset options #2843
base: main
Are you sure you want to change the base?
Conversation
Adding a selectable destination enables you to target the trains you would like to see given a route you want to travel. Personally, I wanted to see the trains available for my commute to work. Adding a timing offset enables you to see trains you could catch given you live X minutes away from the your departure station
Next StepsHello! Thank you so much for your change 🤜 🤛 . There are a few things you need to do:
Manual Review RequiredHang tight! A Tidbyt engineer will be by shortly to review your change. Here is what they will be looking for:
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
recheck |
Specifically the following: - Removed app_code usage from CTA_STATIONS_URL - Added comments to indicate sections - Organized function definitions with explicit hoisting - Move render logic out of CTA Arrivals fetch function
@samshapiro13 Thoughts? |
Co-authored-by: Mats Linander <matslina@gmail.com>
This PR does two things:
I tested this using
pixlet serve
, disabled some caching and my own CTA Arrivals API token. Everything worked on my machine... and I believe it will work on yours. I tested each commit individually incase the refactor was not preferable.I developed this independently but pivoted to this contribution. I wanted the Tidbyt to help with my commute to work. I live a 7 minute walk from the train station, so knowing the next two trains are arriving now and in 2 minutes does not help.
I am happy to independently publish an app if that would be easier or preferable (but there are already three-ish :P)
*I was able to hit
https://data.cityofchicago.org/resource/8pix-ypme.json
without anapp_token
so I removed it. It might be required but I was unsure how to locate whether it is required.