-
Notifications
You must be signed in to change notification settings - Fork 34
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
trip planner, zephyr, user management, trip validation #49
Comments
Yes. We had an installation of OTP linked as em-planner to experiment with routing. But that integration was not popular, and I had to turn off some servers because of cost, so I turned it off. I have another student who built a docker container to run OTP; if you are interested, I can ask him to submit a PR with it or upload it to dockerhub. |
Zephyr is a way to use battery data to evaluate the power drain of applications in a cross-platform fashion. (http://www2.eecs.berkeley.edu/Pubs/TechRpts/2018/EECS-2018-168.html) We tried submitting it a couple of times but were not successful because people refused to believe that there is a problem. I will re-use the zephyr framework for benchmarking the e-mission data collection.
It depends on what authentication mechanism you want to use. If you want to use google auth, no. if you want to use OpenID connect, you would use the instructions for the keystone server, for example.
Yup, but not on the main branch. You can try out some of the other UI clients or skins to see an example. If you want this, you would need to merge the relevant code from their branch (sorry, but this is not as nicely plugin-ified as I would like). Instructions for experimenting with different skins are in the workshop logistics. The UNSW team is also improving the mode/purpose popup code even further (e.g. e-mission/e-mission-phone#517, e-mission/e-mission-phone#518, e-mission/e-mission-phone#522, ....)
The button that was supposed to work in March was intended to run the pipeline on the fly instead of in the hourly cronjob. It won't really fix the map. There's a PR in which @sunil07t tried to fully fix the trip (not just specify the primary mode), but I don't think it was tested extensively. Then @megumi had her team try to fix it (e-mission/e-mission-phone#469) but apparently they were unable to. I am not sure what is broken; if you want to try testing it and report issues, we may be able to fix it. I am not sure how extensively people want to edit their trips, though. |
Again, please ask followup questions here or close the bug if they are all answered |
Thank you again for the clear answers! For the proof of concept this semester, I don't think we'll need OTP. It will be a pleasure to talk to you next Monday. |
The Sydney group (@atton16, @asiripanich) are actively working on improving the existing completing/correcting mode detection feature. So you might want to wait until they are done and then build on their work. |
Also, for the record, we did start a new OTP server to help with directions for the suggestion system that the greentrip team (https://github.com/e-mission/e-mission-phone/tree/greentrip) is working on. However, it only has GTFS data for the SF Bay Area loaded. Further, because it is intended to be used as a back-end service, it is not integrated with nominatim for place lookup, so you can only do lat/lng based routing. But if you want to experiment with it, it is at http://18.209.111.117 (for now!) |
hi
we have just installed e-mission on our own server. I file here a few questions about , sorry if some of them are already answered in the docs but we did not find where.
trip planner:
zephyr
user management
trip validation
thank you
The text was updated successfully, but these errors were encountered: