parseable icon indicating copy to clipboard operation
parseable copied to clipboard

Replace `Vec<item>` with `HashMap<id, item>` for filter and dashboard listing

Open de-sh opened this issue 1 year ago • 1 comments

Unlike in the case of correlations, both dashboards and filters continue to use Vec. This should change in order to help with improving the codebase as most usage involves lookup and not iteration.

de-sh avatar Feb 07 '25 12:02 de-sh

Hi @de-sh would love to take this up!

riturajFi avatar Jul 20 '25 14:07 riturajFi