Conversation
- Remove brand book file (reference material, not needed in repo) - Update README with new CLI commands and workflow documentation - Add inline documentation explaining DevSeed modifications - Remove commented-out code from index.js - Add docstrings to config.py
- Shorten print statements to fit 88 char line limit - Fix formatting in cli.py and config.py
after fixing Brianna's github handle, ran the discovery scripts again
This comment was marked as outdated.
This comment was marked as outdated.
Member
Author
|
Thanks @gadomski For posterity, this PR includes updated data that I missed with the last PR because I forgot to update Brianna's github handle. It also introduces a filter that should default to "All Organizations" on load.
After filtering to an organization, it should hide all the other organizations for a cleaner visual. I have some more ideas on what to do next, but this filtering capability made it easier to explore the data. @kcarini, you might be interested in this |
gadomski
approved these changes
Feb 2, 2026
Collaborator
gadomski
left a comment
There was a problem hiding this comment.
Pretty rad! Loving the improvements.
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.


Summary
This PR adds filtering capabilities to the contributor network visualization and updates the underlying data.
Changes
✨ New Features
📊 Data Updates
Technical Details
index.jswith filter state management and filtering logic