Attribute Sorting/Filtering/Graphing#1280
Conversation
| const cameraStore = useCameraStore(); | ||
| const activeSettings = ref(true); | ||
| const sortingMethods = ['a-z', '1-0']; | ||
| const sortingMethodIcons = ['mdi-sort-alphabetical-ascending', 'mdi-sort-numeric-ascending']; |
There was a problem hiding this comment.
I would expect to be able to toggle ascending/descending for both of these sorts not switch between sort types. I think this is fine for now because space is an issue but we might want to log an issue for the future.
There was a problem hiding this comment.
I copied the behavior in the type list. It has the same sort of sorting. Alphabetically or Numerically by count. I wanted to stick with the same paradigm for this.
Co-authored-by: Mary Salvi <[email protected]>
…ttributes-filtering
|
Change "Key Filter" for the timeline to "Timeline Filter". |
|
Change "Filter Type" to some terminology which isn't already used. |
marySalvi
left a comment
There was a problem hiding this comment.
This looks great!
Couple of thoughts that I don't know if they should be for this PR or another:
I think that when you click on the filter button for either track or detection, the radio button selected should reflect whichever you clicked to open it.
Also I think 'Draw Timeline' should trigger the timeline to switch to the attributes linechart
Attributes Filter/Sorting:
New Features:
Dev Information:
useAttributeFiltersto the provies.ts to use the specific values associated with AttributesFiltering and visualization.