Skip to content
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

[WIP][DO NOT MERGE] Fix Issue #109 - Table Empty Messages #125

Closed

Conversation

MarkDeMaria
Copy link
Contributor

@MarkDeMaria MarkDeMaria commented Jun 30, 2016

This is to get the ball rolling on how I should approach these empty state table messages, as some pages have a 'Create Button' option when the table is empty and some pages do not. I know that some pages have tables in their sub-pages (the Events tab of a Deployment, the page for an Image Stream, the Events tab of a Pod, the page for a Service). If I have missed any major pages with tables please let me know!

Fixes #109

Those with Create buttons that I have found:

  1. Routes

Those without Create Buttons that I have found:

  1. Deployments
  2. Events
  3. Image Streams
  4. Pods
  5. Services
  6. Storage
  7. Other Resources

For pages without 'Create Buttons,' which pages should have create buttons added and which should not? Below are three screenshots - The first is an Empty State Table without a 'create button,' and the other two are tables with 'create buttons,' but one keeps its original 'create button' in the top right while the other removes it until there is something to show in the table.

Builds - No create buttons
image

Routes - Two Buttons
image

Routes - One Button in Table (Other button will appear after there is >=1 route present)
image

@MarkDeMaria
Copy link
Contributor Author

@benjaminapetersen

@benjaminapetersen
Copy link
Contributor

Agree, the big blue center button is probably sufficient in these cases.

@@ -24,7 +24,22 @@
<div class="container-fluid">
<div class="row">
<div class="col-md-12 gutter-top">
<table class="table table-bordered table-hover table-mobile">
<div ng-if="(routes | hashSize) == 0" class="blank-slate-pf">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may be able to do ng-if="!(routes | hashSize)" and ng-if="routes | hashSize" and drop the == 0.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in our code so much we might add an isEmpty filter.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree!

@spadgett
Copy link
Member

spadgett commented Jul 1, 2016

We should either reuse our existing empty state style (with no background color) or switch the other, existing empty state messages to use blank-state-pf.

@MarkDeMaria
Copy link
Contributor Author

@jwforres

@jwforres
Copy link
Member

jwforres commented Jul 5, 2016

you should have both the button in the empty state message and the button in the top right, you shouldn't take away an action from somewhere a user expects it unless they are forbidden from doing that action

@jwforres
Copy link
Member

jwforres commented Jul 5, 2016

You won't be adding create buttons for any pages that do not already have them, if they aren't there already it is because we haven't implemented a GUI creation form for them yet.

@benjaminapetersen
Copy link
Contributor

@spadgett @MarkDeMaria I think I prefer the empty state message that doesn't have the grey background.

@benjaminapetersen
Copy link
Contributor

Fix issue #109 (may need to update the description at the top to get github to automatically close when merged)

@spadgett
Copy link
Member

spadgett commented Jul 6, 2016

Added it to the description.

@openshift-bot
Copy link

Origin Web Console Action Required: Pull request cannot be automatically merged, please rebase your branch from latest HEAD and push again

@openshift-bot openshift-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 11, 2016
-Builds page is without a button because there was not a button previously
-Routes page has a button because there was a button previously
@MarkDeMaria MarkDeMaria force-pushed the iss109TableEmptyMessages branch from 6dbbfff to b0e017f Compare July 25, 2016 16:42
@MarkDeMaria
Copy link
Contributor Author

MarkDeMaria commented Jul 28, 2016

@benjaminapetersen @jwforres @spadgett

Periods on the Events pages have been removed!

Builds
image

Builds->Build->Event Tab
image

Deployments (Uses PF-Image Icon)
image

Deployments->Deployment->Events Tab
Looks similar to the Build->Event Tab. Current dev env didn't allow me to get a sample of this. Will update when I am able to!

Events (Uses FA-Calendar Icon)
image

Image Streams
image

Image Streams->Image Stream
image

Pods (Uses PF-Service Icon)
image

Pods->Pod->Event Tab
image

Routes
image

Services
image

Services->Service
Looking for feedback on this page. Is it possible for a service to exist without ports defined? If not, I will not alter this page.

Storage
image

Other Resources
image

@benjaminapetersen
Copy link
Contributor

Do you think any of these would benefit from some help text, like "no builds" has: 'To create your project's first build, visit our Build Configuration Wizard'?

Text size (example: other resources, "Select a resource from the list above") seems to be a bit too large, fighting with the page heading for attention. This instance could be updated as "Nothing selected" with smaller help text "Select a resource from the list above".

@openshift-bot
Copy link

Origin Web Console Action Required: Pull request cannot be automatically merged, please rebase your branch from latest HEAD and push again

@jwforres
Copy link
Member

Agree with Ben on the text seeming very large.

The Events icon isn't right, a calendar icon has too much meaning, it would
make me think we supported calendering or scheduling in the product somehow
(we will have scheduled jobs eventually maybe we would use it there). Our
events are more like notifications.

On Jul 29, 2016 4:46 PM, "Ben Petersen" [email protected] wrote:

Do you think any of these would benefit from some help text, like "no
builds" has: 'To create your project's first build, visit our Build
Configuration Wizard'?

Text size (example: other resources, "Select a resource from the list
above") seems to be a bit too large, fighting with the page heading for
attention. This instance could be updated as "Nothing selected" with
smaller help text "Select a resource from the list above".


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#125 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABZk7SNWXp41b2yOR3ophezJwFbm1aamks5qamafgaJpZM4JCfNb
.

@benjaminapetersen
Copy link
Contributor

@stevekuznetsov rosie seems a little preoccupied with this PR too.

@stevekuznetsov
Copy link
Contributor

The robot has been disciplined. Let me know if new behavior emerges.

@benjaminapetersen
Copy link
Contributor

Sad robot...
screen shot 2016-08-01 at 9 56 37 am

@MarkDeMaria
Copy link
Contributor Author

@jwforres @benjaminapetersen

Events - Updated to use monitor icon and h2 instead of h1
image

@jwforres
Copy link
Member

h2 looks better, can't decide on the monitoring icon, but its better than the calendar icon.

The big box just still doesnt feel right to me on these white pages, lets talk visual design next week when robb and steve are back

@spadgett
Copy link
Member

The big box just still doesnt feel right to me on these white pages, lets talk visual design next week when robb and steve are back

Can we reuse the style we already have on other pages? I'd rather not start using class pf-blank-state until we're ready to switch to that everywhere.

https://github.com/openshift/origin-web-console/blob/master/app/styles/_core.less#L173-L204

@MarkDeMaria MarkDeMaria self-assigned this Aug 11, 2016
@spadgett spadgett self-assigned this Aug 11, 2016
@MarkDeMaria
Copy link
Contributor Author

@jwforres Can we talk visual design with @sg00dwin & @rhamilto on Friday to get this PR rolling again? Thanks!

f0x11 pushed a commit to f0x11/origin-web-console that referenced this pull request Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants