-
Notifications
You must be signed in to change notification settings - Fork 144
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
Allow for multiple devices route print #47
Comments
Please suggest how multiple devices selector should look like. I know that another guy which implemented this exact feature has done it via new column with check box in main 'Devices' table. |
Please consider the Archive area that starts minimized. Instead of only one Device and its grid of points, there should be an option to Add devices to that area (with the selection - from and to date/time - pretty much what already exists and points grid). That part of the UI would by like an array of selections/grid pairs. For each Device line, there should be a color controller that would allow for vector in the map follow that color. |
It's still not clear to me. Can you draw it somehow? Also what happens with archive table? Right now it can calculate total distance and average speed. |
I'm just ending the password hashing feature and I'll start adding new info right after. |
Generally looks good. I think that there should at least be a possibility to draw these tracks for same date-time range, so you won't have to synchronize it manually for each device. Same goes for 'speed' filter on toolbar. Thus, there should either be a global 'from-to' and 'speed' fields (and maybe 'export/import/load' buttons, etc.) or a check box like 'synchronize selection'. What do you think? |
Yes, nice design/thinking. And the "synchronize" really simplifies viewing data uniformly. The only thing from the #37 it doesn't fit is multiple colors for the same device ("if traccar-web is loaded with more days for eg. , it would be nice to see easily which route was how long."). Don't really know how that could be done at the front end... Why days as the color splitter and not hours (or anything else - like a new item "subtrack")? |
Regarding that colorised tracks - from my understanding there should be some condition inside device profile (or archive view), which tells when to start "subtrack". This may be a time condition, or an regular expression (like @vzoltan says when additional info has 'status=1'). Once this condition met the track line should switch color. Well, I still don't clearly understand how to combine all these feature into one. Maybe they don't intersect at all. Will think about it. |
In theory to solve this issue I can merge this pull request traccar/traccar-web#262 if anyone is interested. |
That would be great. |
…, moved sorting to server side, addded several stub methods
Today only one device route is printed.
It would be a nice feature to have multiple routes printed at the same time (in different colors).
For that, archive would have to be able to allow adding several devices.
Best regards,
Antonio
The text was updated successfully, but these errors were encountered: