-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 1.48.0
-
Component/s: UI / UX
-
Environment:OS:
node.js / npm versions:
Additional info:
-
3
-
None
-
None
-
Developer Tools
Problem Statement/Rationale
All aggregates from the same collection have the same tab name making it difficult to navigate between tabs. It's worse when you have opened a saved aggregate that you specifically named to represent the workflow you are using the aggregate for.
To compound the issue many aggregates are derived from the same root collection but with tailored purpose. Often these are used in conjunction with others and it makes it very difficult to navigate between these tabs.
Solution
Update the tab tooltip to show a 4-line hierarchy when a saved query is being used.
Tab Tooltip Logic:
- For Saved Queries: Display 4 lines:
- Connection
-
- Database
-
- Collection
-
- My Query (The specific name of the saved query/aggregate)
- For Unsaved Queries: Maintain the current 3-line tooltip (Connection, Database, Collection). Do not show the 4th line if a saved query / aggregate name doesn't exist.
Goal: Improve tab discoverability via tooltips .