Split out from #393 during a backlog cleanup — this was the one item in that issue not covered by #1265, which #393 was otherwise closed as a duplicate of.
Problem
Consultants often work across many orgs with very different data models, so the org a saved query was created against matters when browsing the list. Today that is hard to see:
- The Saved tab forces the scope selector to all orgs (
QueryHistoryModal.tsx), so saved queries from every org are shown together by default.
- No card in the list displays which org a query belongs to, so two similarly-named queries from different orgs are indistinguishable.
Possible directions
- Show a per-row org badge on saved query cards.
- Reconsider forcing all-org scope on the Saved tab, or make the current scope obvious when it is applied.
Related: #1265 (broader saved query / SOQL history improvements).
Split out from #393 during a backlog cleanup — this was the one item in that issue not covered by #1265, which #393 was otherwise closed as a duplicate of.
Problem
Consultants often work across many orgs with very different data models, so the org a saved query was created against matters when browsing the list. Today that is hard to see:
QueryHistoryModal.tsx), so saved queries from every org are shown together by default.Possible directions
Related: #1265 (broader saved query / SOQL history improvements).