-
Notifications
You must be signed in to change notification settings - Fork 59
Field trip module #230
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
Field trip module #230
Conversation
binh-dam-ibigroup
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some JSDoc need to be updated, and please advise regarding the initial positioning of the Field Trip window.
evansiroky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Main thing is that the Object type of the field trip details should be implemented. (#230 (comment))
evansiroky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please fix merge conflicts
- Please add code comments in all relevant places with a link to a specific issue or roadmap document explaining why lots of uncommented code has been added and has yet to be implemented (#230 (comment))
- Please add code comments in all relevant places with a link to a specific issue or roadmap document explaining that TriMet-specific code is being added that will eventually need to be configurable for other implementations (#230 (comment))
evansiroky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending merge conflict resolution
|
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR has been updated to contain the following field trip module functionality:
It does NOT currently have save trip functionality or splitting groups into specific trips. That will come in another PR (because it is very complex).