-
Notifications
You must be signed in to change notification settings - Fork 27
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
The "Remove" button for an endpoint is not clear (both meaning and functionality) #70
Comments
@andreasohlund / @johnsimons / @indualagarsamy - The implementation looks bad and is not coherent (at the very least, explain what its supposed to do...) Note that the "mute" feature in Custom Checks is a better one (i.e. it looks good, has a good tooltip and is understandable). A similar ad-hoc implementation here would be much preferable to shipping this; if not - please remove this "Remove" button... |
Lets just remove the button? ( and perhaps fix the colors) On Wed, Nov 27, 2013 at 2:50 PM, Danny Cohen notifications@github.comwrote:
|
Remove means, that endpoint will no longer be actively monitored. I intend to complete the styling of that page for RC. The idea is to display actively monitored endpoints, endpoints found but not monitored (things from the audit Q/error Q). Does that make sense? |
Sorry guys, I have all the intention of fixing that screen not just the button 😉 |
@johnsimons - Fixing how ? what's the plan ? and what's the diff with #15 ? |
@indualagarsamy is working on this one! |
cool! |
The plan is to provide the user with a way to decommission endpoints that On Saturday, 14 December 2013, Danny Cohen wrote:
|
Btw, the decommissioning of an endpoint is quite a big task, we need to:
On Saturday, 14 December 2013, Danny Cohen wrote:
|
I think de-commissioning an endpoint can be reduced to forward-looking monitoring only. |
Have just read 15 :) On Saturday, 14 December 2013, Danny Cohen wrote:
|
In my view, it is important to be able not only to "mute" but also to "unmute" an endpoint instance. |
Doing all three in a single action is trivial and IMO easier for the user. On Saturday, 14 December 2013, Danny Cohen wrote:
|
Should u display "stopped" endpoints in the same screen? On Saturday, 14 December 2013, Danny Cohen wrote:
|
I think that would be nice. If you make a sortable table in time - that would be great with that.
You just said it going to be "quite a big task"... |
Lol, I meant non trivial! On Saturday, 14 December 2013, Danny Cohen wrote:
|
So what is achievable in a reasonable amount of time & effort ? |
I like "Stop Monitoring" as well. IMO we shouldn't be deleting history. |
NP with "Stop Monitoring" as long as after clicking on it, we get "Start Monitoring" (or "Continue Monitoring")
Delete - of course not. "Soft delete" or "mute" - I think its acceptable, but lets start by not muting anything; user can mute manually. |
One thing that I've been mulling over: In this case we're really looking at endpoint instances. Do we need another view for endpoints? Another option is to make this view "group by endpoint"? Sent from my iPhone
|
I don't think so.
Yes, or "sort by endpoint" (which is what you can do based on #15 myBalsamiq design. I'd say this is nice to have, and good enough for start if we can do it fast. |
Should we then switch from /api/endpoints => /api/endpointinstances in Eg. /api/endpoints [ On Sat, Dec 14, 2013 at 7:48 PM, Danny Cohen notifications@github.comwrote:
|
I don't see a real need, and currently its too much of a change for too little potential future value (if any). IMO - If we need this sort of grouping we can have a separate /api/statistics or /api/endpoint/statistics etc. |
|
What other issues should I be tracking ? Is it #15 ? |
Yes. Does that sound ok to you? |
What is it intended to do ?
Is it a partial implementation of #15 ?
(specifically item 2: "Clicking on the configuration indicator in the dashboard leads Opie to the endpoint configuration page")
(also - IMO - it looks bad...)
The text was updated successfully, but these errors were encountered: