-
Notifications
You must be signed in to change notification settings - Fork 471
Data transformations (meta bug) #435
Copy link
Copy link
Closed
Labels
call treeRelated to the call tree panelRelated to the call tree paneldata transformCall tree transformations, e.g. Merge Function, Focus functionCall tree transformations, e.g. Merge Function, Focus functionquantum flowIssues important to the Quantum Flow teamIssues important to the Quantum Flow team
Milestone
Metadata
Metadata
Assignees
Labels
call treeRelated to the call tree panelRelated to the call tree paneldata transformCall tree transformations, e.g. Merge Function, Focus functionCall tree transformations, e.g. Merge Function, Focus functionquantum flowIssues important to the Quantum Flow teamIssues important to the Quantum Flow team
Type
Fields
Give feedbackNo fields configured for issues without a type.
In order to properly fix charging to callers and other Quantum Flow related filtering requests we need to re-architect how we filter and transform the data. I realized I didn't have an issue opened to track it, and it's blocking important features. Here is what needs to happen.
Work blocking filtering features
Remove theFuncStackTablein favor of a selector over the profile that effectively does the same thing, but uses theStackTabledata structure. (abandoned)Change our profile data structure to provide a mapping from original IDs to transformed IDs (abandoned)Continue working on other data transformations
@bzbarsky, @bholley I created this meta bug, since there is some work spread across multiple issues, and I'd like to keep you both up to speed on what I'm working on, since some of it is non-obvious that it's blocking some of the filtering features.