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

feat(train-popover): add last updated date and predicted departure #185

Merged
merged 3 commits into from
Mar 30, 2024

Conversation

rudiejd
Copy link
Contributor

@rudiejd rudiejd commented Mar 30, 2024

Motivation

Closes #184

Changes

image

Testing Instructions

Run locally and verify that the last updated date and predicted departure appear for trains on each line

@github-actions github-actions bot added frontend Change to frontend code backend Change to backend code labels Mar 30, 2024
@devinmatte
Copy link
Member

devinmatte commented Mar 30, 2024

Am I misunderstanding something, but why is last updated older than departure? Wouldn't departure be an update? Maybe it should be more clear what it means

@rudiejd
Copy link
Contributor Author

rudiejd commented Mar 30, 2024

@devinmatte yeah, that is when the API last updated the position data about the vehicle. I agree it's not very clear... would something like "Poisition updated" be clearer?

Also for the Departure, I think I should probably change that to Predicted departure as well, let me know what you think

@rudiejd rudiejd merged commit 417f21c into main Mar 30, 2024
3 checks passed
@rudiejd rudiejd deleted the feat/last-updated-predicted-departuer branch March 30, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Change to backend code frontend Change to frontend code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add expected arrival time and last update date to train modal
2 participants