Glimpse / Home

Project Glimpse: Node Edition - Spend less time debugging and more time developing.
http://node.getglimpse.com
Other
252 stars 9 forks source link

[UX] "Command and summary panel" is hidden #47

Closed chetsangnil closed 7 years ago

chetsangnil commented 8 years ago

In Data tab and Web Services tab where there is a popup from the bottom of the page, the panel is currently hidden before users select an item. When users come to this page, the UI should be like this:

ux image

nikmd23 commented 8 years ago

@chetsangnil, if we set up auto-selection as you described it in #44, would we still need this?

I'm guessing not, as it's not clear to me how a user would be able to have "nothing" selected.

Although, we should also consider the scenario when the tab has no data to show at all.

chetsangnil commented 8 years ago

You are right, we may not need the bottom bar to stick on the bottom anymore according to #44 .

However, users should be able to click on the title bar on the bottom panel and close it when they want to. That is what we don't have currently. Should I file a separate issue for this? or continue with this same thread?

nikmd23 commented 8 years ago

Let's open two new issueson the Client repo.

The first issue should now address the following:

The second issue should cover:

Once those two issues have been created, add a comment here linking to them, and we can then close this out.

Sound good to you?

chetsangnil commented 7 years ago

The first issue should now address the following: The ability to collapse and expand the details sections of all tabs that have this paradigm. We should include updated design in the issue that has some accordance/icon/something to let users know they can collapse/expand/resize the panel.

Our platform is now support expand/collapse of the details section: https://github.com/Glimpse/Glimpse.Client/pull/788

The second issue should cover: What the behavior should be for the details section when there are no records to show. Should it be hidden entirely? Make this decision, and describe the behavior in the new issue.

You can see the mock here for different states here: https://github.com/Glimpse/Glimpse.Client/issues/803