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

Add filtering monitor list and status history by its status (UP|DOWN) #1971

Closed

Conversation

zolotarev
Copy link

@zolotarev zolotarev commented Aug 4, 2022

Description

Add filtering monitor list and status history by its status (UP|DOWN)

Fixes #1585

Type of change

  • User interface (UI)
  • New feature (non-breaking change which adds functionality)

Checklist

  • My code follows the style guidelines of this project
  • I ran ESLint and other linters for modified files
  • I have performed a self-review of my own code and tested it
  • I have commented my code, particularly in hard-to-understand areas
    (including JSDoc for methods)
  • My changes generate no new warnings

Screenshots

image
image

@MrEddX
Copy link
Contributor

MrEddX commented Aug 5, 2022

This functionality would be very useful!

src/pages/DashboardHome.vue Outdated Show resolved Hide resolved
src/pages/DashboardHome.vue Outdated Show resolved Hide resolved
src/mixins/socket.js Outdated Show resolved Hide resolved
zolotarev and others added 3 commits August 11, 2022 00:17
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
@zolotarev
Copy link
Author

Will it be merged, @louislam ?

@m3ki
Copy link

m3ki commented Aug 26, 2022

It would be great if this could be merged!

@gaby
Copy link
Contributor

gaby commented Aug 27, 2022

@louislam ping

@EdgeCCTV-Austen
Copy link

@louislam Any update on getting this merged? This is a pretty commonly requested feature.

@jeremyrnelson
Copy link

@louislam can we get this merged?

@louislam
Copy link
Owner

louislam commented Sep 8, 2022

I think the UI and the UX have to be polished before merge.

image

@jeremyrnelson
Copy link

@louislam - are you saying you'll merge it after you're able to tweak the UI, or you're asking @zolotarev to clean up his UI implementation?

@ianaway
Copy link

ianaway commented Oct 1, 2022

I would really like to have the option to group by status also ! It would be easyer to see what I need to fix :)

Thanks !

@m3ki
Copy link

m3ki commented Oct 24, 2022

Is there an update on this issue by any chance?

@AMSFauzi7869
Copy link

It would be really great if can merge this with such a useful function

@R0GGER
Copy link
Contributor

R0GGER commented Dec 20, 2022

+1 Would be great to have!

@louislam louislam added the question Further information is requested label Jan 1, 2023
@I-Fun
Copy link

I-Fun commented Jan 8, 2023

i really need this feature 👍
+1

@sym0nd0
Copy link

sym0nd0 commented May 16, 2023

Any update on this being merged?

@CommanderStorm
Copy link
Collaborator

@sym0nd0 @I-Fun @R0GGER @AMSFauzi7869 @m3ki @ianaway

Please refrain from posting +1 / requests for update-things on PRs, as this makes reviewing it even harder.
PRs are for noting problems and working on them, while for updates, there is a subscribe to this PR button at the top.
We use 👍🏻 on PRs to prioritise work.

@CommanderStorm
Copy link
Collaborator

CommanderStorm commented Jun 17, 2023

@jeremyrnelson
Like this, this is not getting merged, as the current border looks very out of place.
If somebody (either @zolotarev or somebody subscribed to this issue) provided a CSS-Patch to make this look like the other parts of the UI, I could very much imagine this getting merged into the next Release (1.23).
Assumption: This gets rebased onto master and works with the new monor-groups introduced in 1.22.

@Devineavenger
Copy link

I absolutely don't understand why we are talking aesthetics over functionality... I bet a lot of people would want this now and fix border, margins, css later... It's getting really hard to manage.

@CommanderStorm
Copy link
Collaborator

CommanderStorm commented Jun 21, 2023

I absolutely don't understand why we are talking aesthetics over functionality

Our Contribution guidelines clearly state, that UI/UX is not close to Uptime Kuma is a Won't Merge-Criterium.
The rationale behind this, to encourage the developers who provide pull requests to adhere to the established design.
This PR violates this part of the guide ⇒ will not be merged unless this is addressed.

I completely see your frustrations, but fixing something in master is not feasible in a BDFL style project.

@jeremyrnelson
Copy link

I supported the project for a while until I realized that @louislam was completely overwhelmed and was far more concerned with adding all sorts of extra whiz-bang widgets than fixing some core functionality that larger users desperately need, and the UI completely falls apart with large numbers of alerts. That's certainly his right, but we gave up and ended up going back to Uptime Robot because it just works, where UptimeKuma just doesn't. It definitely looks pretty, but functionally it just doesn't scale.

@Piste
Copy link

Piste commented Jun 21, 2023

@jeremyrnelson consider forking?

@jeremyrnelson
Copy link

jeremyrnelson commented Jun 21, 2023 via email

@gaby
Copy link
Contributor

gaby commented Jun 21, 2023

@jeremyrnelson I tried doing a fork last year, but it's a massive amount of work. We were using uptime-kume and after 200-300 hosts, it uses a ton of CPU for no reason.

What I wanted to do was remove the useless junk that was added, and only keep the original idea of Ping, UDP, TCP, and HTTP checks.

I ran into major issues trying to merge any of these Open Pull Requests because they have been ignored for so long that the amount of conflicts is massive.

@jeremyrnelson
Copy link

jeremyrnelson commented Jun 21, 2023 via email

@louislam
Copy link
Owner

Please stick to the topic. If you have any ideas on how to improve a large amount of monitors, feel free to open a new pull request.

For this pr, I had already commented on #1971 (comment).

And as @CommanderStorm said, the black border looks weird especially in the light theme.

@louislam
Copy link
Owner

Thanks for the pr. Since #3312's comprehensive filter also covers this use case, so I close it. Sorry about that.

Check out #3312 for more details.

@louislam louislam closed this Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to sort list or filter list by Status