You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task Description
Develop the Services view in Heureka 2.0 to include a main list of services with filtering, sorting, and search capabilities, as well as a details panel displaying additional information, replicating the functionality of Heureka 1.0. The view should support features such as endless scrolling, the ability to add/remove Owners, and a list of related component instances (currently referred to as Pods) for each service in details panel.
Sub-tasks
Services List:
Display a list of all services with the same properties as in Heureka 1.0.
Implement endless scrolling instead of pagination.
Add sorting, filtering (using all available filter properties for the service entity), and search functionality.
Include an initial filter set to support-group=<logged-in-user-support_group> to display services relevant to the logged-in user.
Provide the ability to add/remove selected filters, e.g., through filter pills that can be removed or modified, applying filter changes dynamically to the list.
Details Panel:
Display detailed information for each service in a dedicated details panel, consistent with Heureka 1.0.
Include a list of Pods associated with the selected service, supporting endless scrolling for seamless navigation.
Add functionality to manage service ownership, allowing users to add or remove Owners.
Reusable Features:
Ensure the list component supports endless scrolling, filtering, sorting, and search.
Design the details panel to support additional lists within details panel with endless scrolling capabilities.
Additional Context
The services view is one of the main viewes in the Heureka which provide valuable information for engineers and managers. But generally - Heureka will have couple of lists that the details info of each list item should be shown in details panel.
The text was updated successfully, but these errors were encountered:
hodanoori
changed the title
[Task](context):
[Task](Heureka 2.0): Create Services View
Jan 27, 2025
Task Description
Develop the Services view in Heureka 2.0 to include a main list of services with filtering, sorting, and search capabilities, as well as a details panel displaying additional information, replicating the functionality of Heureka 1.0. The view should support features such as endless scrolling, the ability to add/remove Owners, and a list of related component instances (currently referred to as Pods) for each service in details panel.
Sub-tasks
Services List:
support-group=<logged-in-user-support_group>
to display services relevant to the logged-in user.Details Panel:
Reusable Features:
Related Issues
#622
Additional Context
The services view is one of the main viewes in the Heureka which provide valuable information for engineers and managers. But generally - Heureka will have couple of lists that the details info of each list item should be shown in details panel.
The text was updated successfully, but these errors were encountered: