Skip to content

Changes Devices on Contract view to count and link #442

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

joewesch
Copy link
Contributor

@joewesch joewesch commented Apr 1, 2025

Closes: #439

What's Changed

Before

Currently, the detailed view showed a list of all devices associated to it. This can cause issues at scale as it has to load all of those devices before the page can load.

Screenshot 2025-04-01 at 11 52 48 AM

After

With this change, the device list has changed to a count and the count is a hyperlink to the Device list with a filter pre-applied.

Screenshot 2025-04-01 at 11 52 04 AM
Screenshot 2025-04-01 at 11 52 13 AM

To Do

  • Explanation of Change(s)
  • Added change log fragment(s) (for more information see the documentation)
  • Attached Screenshots, Payload Example
  • Unit, Integration Tests
  • Documentation Updates (when adding/changing features)
  • Outline Remaining Work, Constraints from Design

Copy link
Contributor

@progala progala left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Contract detail view timeout at scale
2 participants