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

Figure Out Unknown Parameters #11

Open
athuler opened this issue Jul 15, 2024 · 1 comment
Open

Figure Out Unknown Parameters #11

athuler opened this issue Jul 15, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@athuler
Copy link
Owner

athuler commented Jul 15, 2024

There are many parameters whose effects are unknown.

@athuler athuler added documentation Improvements or additions to documentation help wanted Extra attention is needed labels Jul 15, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Passio Go Jul 15, 2024
@dmv1167
Copy link

dmv1167 commented Oct 1, 2024

It seems that Route.id is actually a Stop.id, perhaps the starting point for each route. Route.myid may be a better identifier of each Route as often that is the value stored by a Vehicle and Stop as routeId.

This also means that System.getRouteById() is a bit hard to use because users are likely to have access to the myid of a Route from either a Stop or Vehicle, perhaps it should check the given routeId against each Route.myid rather than Route.id.

I moved this comment here from #24 as it seemed more appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
Status: Backlog
Development

No branches or pull requests

2 participants