-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Details added to existing operations #2558
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to see more details about the operation, specifically all the settings used in the Create Operation window, like:
- Jitter
- Fact source
- Group
- Parser
- Auto close
- Visibility
- etc...
This kind of info would be best placed in a modal or popup, which would be opened via a button since space is limited on the line with the operation name. I'd recommend taking a look at what is returned from the GET request to get the current operation to see what kind of metadata it returns so you can get an idea of what to display.
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I second what Adam said about more details about the operation being useful, the list of items he gave seems reasonable to me (and I am still getting a handle on all possible options)
In terms of how it displays I would favor a callout where you currently have it saying "Current Operation: <operation name" and then have an info icon or a details button that opens a popup or modal that displays the additional informaotin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small change, but otherwise looks good to me!
I made all the requested changes. Can you please take another look? |
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The modal appears off in Firefox:
The More Details button might look better to the left of the download button, and if we move it there renaming it to "Operation Details" would be more explicit. The button as-is seems kind of jarring next to the text, so moving it to the button row below that would clean it up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concur with adam on the button moving inline with download/delete. I looked at the modal in firefox and it didn't look off, so not sure why it's showing up like that for Adam. I would also say that having the operation name in line with the other information might make more sense, but I think it works either way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Kudos, SonarCloud Quality Gate passed! |
Description
User is able to see details of an existing operation
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Self check in a browser.
Checklist: