feat: offline GeoIP, advanced filter, performance, enriched viz #2
Reference in New Issue
Block a user
Delete Branch "feature/simple-analysis-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
v2 improvements for simple_analysis module:
Backend: - Add _build_tree_condition() recursive function supporting AND/OR/NOT groups - Modify advanced_filter to accept 'root' tree format alongside legacy flat format - Tree supports arbitrary nesting depth: {type, logic, items} Frontend: - Add addFilterGroup() — creates visual ( ) group with own logic selector - Add wrapRowInGroup() — wraps existing row into a group via [()] - Add serializeFilterTree() — recursive JSON serialization - Update applyAdvancedFilter to POST tree format - Update updateFilterLogicTags for nested group labeling - Switch filter row elements from IDs to class-based selectors - CSS for group visual nesting (dashed left border, indentation) Now supports: cnam='google' AND (isrs='+' OR cnrs='+') Co-Authored-By: Claude <noreply@anthropic.com>View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.