-
Notifications
You must be signed in to change notification settings - Fork 1
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
Test report : my weekend #2
Comments
@laem #2 (comment) |
I will address some of the non-UX comments since there are multiple possible UIs by design, and the spacing, etc also depends on the text. I built e-mission with a customizable UI just so I would not have to argue about maps v/s no maps etc for the display.
The CO2 footprint is expandable and on expansion, does have more information. I leave it to FabMob to decide how they want to display/highlight it.
There is a scroll view that I have not merged to master (e-mission/e-mission-docs#226 (comment)). It will not have maps by default because retrieving map data is part of the reason for the slow performance of the current diary screen. It does have maps when you click on the entry. e-mission/e-mission-docs#226 (comment)
The permanent notification is required for a foreground service, which is currently required to perform many background operations on android. Without a foreground service, many bad things happen for continuous tracking (https://github.com/e-mission/e-mission-docs/search?q=foreground+service&type=issues). Since we don't need to hide our tracking, I have not invested in the significant effort to remove it, and test it on all possible android versions to ensure that there is no data loss. The text is translatable, although I am not sure @PatGendre has caught up with all the french translations yet.
We don't actually do map matching at this point. If there is a motorized mode which doesn't map to transit locations at the start and end points, we mark it as CAR. You must have been going really fast for the section to be marked as motorized!
The server actually marks it as (e-mission/e-mission-docs#206 (comment)) has some plane trips:
I think a better option is to use OSM since the airport location will be very different from the HSR location. @PatGendre do you want to tackle this? The CanBikeCO program will have few air trips, so I probably won't tweak this further.
This is a known issue and one I have highlighted for a long time. Adaptive sensing was a "call for help" back in the e-mission TRB paper. Alas, nobody has answered the call, and I have not had time of my own to prioritize it either. |
Hi, thanks @laem for the tests and @shankari for the reply !
Correct, we have not fixed the translations yet, End of February I guess
I'd be glad but I wonder if la Rochelle would include a budget for improving the pipeline... for the moment I have to work on not so interesting consulting tasks but this is my current job:-( Airport are located in OSM but as complex areas rather than points, and air routes are not described, so the the AIR mode would work very differently as the RAIL mode, whereas HSR seems mostly similar as any other TRAIN. |
Thanks for your answers ! Very intestersting to read the details :) Maybe some of these questions would be useful for the user (or testing user) in a FAQ ? E.g. ### One of my trips was categorized as a car trip, but I was [cycling/skiing/etc.]
> We don't actually do map matching at this point. If there is a motorized mode which doesn't map to transit locations at the start and end points, we mark it as CAR. You must have been going really fast for the section to be marked as motorized!
|
Hi @laem |
@PatGendre @laem e-mission has changed a bit since then, is the report still valid? |
@shankari the report is mostly valid I guess, as far as the server side is concerned. But you're right it could updated and published in a wiki or a FAQ and/or translated to English. Maybe in March... |
@PatGendre @laem I just merged the new infinite scroll screen to master. Try it out and if you need any fixes, you can contribute them back as well. |
@shankari thanks a lot :-)) |
This test report is based on my last weekend, which is particulary interesting as I took the metro, the TGV (high speed train), walked, took the car, took the bus, skied the latter being I guess quite interesting.
@PatGendre @shankari
UI
E.g. taking the car from Autrans (french alps) to Lyon (big french city), the app displays "Avenue Léopold Fabre to [street in Lyon]", but not "Autrans to Lyon" 😅
Quality of tracing and mode recognition
It's mostly good ! Most trips were recognized correctly, both in terms of segments and in termes of modes...
Except :
Battery
Battery usage is a mixed bag. On not-very-active days (< 1h walking or cycling, working in a flat the rest of the time), battery usage is ~5% (I didn't open the app, it was just running in the background when needed), which is quite sober.
Interesting : RocketChat used 3% though I only used it 5 minutes, which is quite a problem for this kind of popular app.
On my most active day where I skied 4 hours and travelled by car 2h and took the train for 2 other hours, battery consumption peaked at 16%. The day before, with only 2-4 hours of "regular transport" (train, car, walking not skiing 4 hours), it took 8%.
As a user, this is quite OK, I'll keep using it... but my phone is in good shape (top spec phone bought 2 years ago). With an already feable battery, 10-20% could be a reason to remove the app.
The text was updated successfully, but these errors were encountered: