-
Notifications
You must be signed in to change notification settings - Fork 42
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
dashboard: Overview tab to replace Building tab as default #502
Comments
curious if this overview tab is essentially a buildings tab with a "lock" enabled to prevent any inputs from the user ? if in that case, i'm wondering if its less redundant to have a single tab, with an additional option to restrict user input |
That's a good way to describe it, @cnboonhan. From what was discussed during our meeting, it sounds like the purpose of the Overview tab was to be something almost entirely passive, left to be displayed on a big screen somewhere for operators, for example. The "lock" feature could possibly work, the only downsides I can think of are
I'd be curious to know what the rest of the web team thinks too, maybe they'd be able to weigh in on implementation complexity. Let me know what you think. |
@aaronchongth My understanding from the prev meeting was that the overview should be more of a statistical board with different readings / general information of where all the robots are, the tasks they are assigned to. And the map is locked / passive, because we don't expect users to interact with it. Then the individual tabs will have more detailed information and the interactive map for the robots tab. So the same goes for infrastructure control; which is executed within the proposed infrastructure tab. I would expect that the robots and infrastructure tabs would have a map each...? |
@vallq thanks for checking! Sorry for using the wrong terminology, for any mention of "dynamic map", I meant the interactive map. I'll edit my write-ups to use the correct term.
Yup! During VC, we initially suggested the use of a static map for the Overview tab, (much like a car racing game side map, for example). However based on the feedback, the static map's features would just be a subset of the current dynamic map, and it might make more sense to continue using and building on top of it, for example options to lock a view, or disable zooming, etc.
You are absolutely right! We would look for the Robot and Infrastructure tabs to have an interactive map each. As for the minute details about how the maps should work across tabs, I'd like to hear you and the rest of the web team's advice on this. Would it be ill advised to have 3 separate interactive maps in the dashboard? For example, Overview tab has its map locked on to view Zone 1, Robot tab is currently centered around Robot1, Infrastructure tab is currently centered around Lift1. |
worth considering ( in this context ) how this will work for multiple levels, since its non-interactive. We could require multiple screens, each focused on a different level, or perhaps some sort of "slideshow" loop through different levels. I guess its also possible to have multiple levels visualized at the same time but I guess its not very scalable |
@cnboonhan I think that is a freaking good idea. At the moment I think we are looking at not entirely non-interactive, call it minimally interactive, if you will. I think a simple tab toggle for each floor on the side of the map will work well. Slideshow or multiple Overview tabs should definitely be in the roadmap when we start dealing with more multi-level scenarios, this could be re-visited when we get #497 merged. |
We should start with a figma prototype. |
Components:
|
Some feedback from Show-and-tell,
|
Closing as this is no longer in our upcoming roadmap. |
Feature request
Description
As per VC, it would be extremely useful to users to have a deployment Overview tab, where all the states and information of the deployment are visible. This will replace the Building tab as the default tab when logged into the dashboard.
Implementation considerations
This Overview tab will not have any capabilities to issue commands or tasks.
It is almost impossible to squeeze all the states and possible statistics of the whole deployment into a single tab, therefore consider having filters or further tabs in each separate panel in the Overview Tab, for example filtering robots that are currently charging, having an infrastructure panel where there are different tabs for doors and lifts, etc.
Should be extensible to future statistics implementations, as we might want to view robot downtime/uptime, total floor area cleaned, number of times this door was accessed, etc.
The map in the overview tab will still be a interactive map.
The text was updated successfully, but these errors were encountered: