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

Improve logic around last seen value of applications in the Console #7304

Open
1 task done
ryaplots opened this issue Sep 13, 2024 · 0 comments
Open
1 task done

Improve logic around last seen value of applications in the Console #7304

ryaplots opened this issue Sep 13, 2024 · 0 comments
Assignees
Labels
needs/triage We still need to triage this

Comments

@ryaplots
Copy link
Contributor

Summary

Make this logic more performant by doing it in the backend and then return one final value to the front end.

Current Situation

The logic for determining the last seen value of an application is all done in the frontend reducer.

Desired Situation

This logic can be done in the backend to make it much more performant.

Code of Conduct

@ryaplots ryaplots added the needs/triage We still need to triage this label Sep 13, 2024
@ryaplots ryaplots self-assigned this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs/triage We still need to triage this
Projects
None yet
Development

No branches or pull requests

1 participant