Fix filtering and add clustering for large-scale environments - #15
Merged
Conversation
- Added Status filter to filter by Active/Planned/Other - Added Parent location filter for hierarchical filtering - All four filters (Status, Type, Parent, Tenant) now work together - Updated tests to verify all filter elements exist - All 63 tests pass successfully Co-authored-by: Jackass4life <94110786+Jackass4life@users.noreply.github.com> Agent-Logs-Url: https://github.com/Jackass4life/Nautobot-maps/sessions/a0e87b75-c988-42b6-bdab-398d68553075
- Implement grid-based clustering for 100+ locations - Cluster markers automatically adapt to zoom level - Click clusters to zoom in and see individual markers - Add progressive loading indicators with status messages - Optimize rendering with canvas mode (already enabled) - All 63 tests pass successfully Co-authored-by: Jackass4life <94110786+Jackass4life@users.noreply.github.com> Agent-Logs-Url: https://github.com/Jackass4life/Nautobot-maps/sessions/a0e87b75-c988-42b6-bdab-398d68553075
- Add Clear Filters button to reset all filters at once - Button resets Status, Type, Parent, and Tenant filters - Improves user experience when exploring different filter combinations Co-authored-by: Jackass4life <94110786+Jackass4life@users.noreply.github.com> Agent-Logs-Url: https://github.com/Jackass4life/Nautobot-maps/sessions/a0e87b75-c988-42b6-bdab-398d68553075
Jackass4life
marked this pull request as ready for review
March 23, 2026 15:32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two open issues reported filter limitations and performance problems with 1000+ locations.
Issue #13: Enhanced Filtering
Added Status and Parent filters to complement existing Type and Tenant filters. All filters now work correctly together:
Issue #14: Performance Optimization
Implemented grid-based marker clustering for environments with 100+ locations:
Zero external dependencies. No breaking changes. All 63 tests pass.
Original prompt