Closed
Conversation
Contributor
maxenceh
commented
Dec 17, 2025
- Mettre à jour le change log
- Ticket Favro
- Add reactflow@^11.10.0 package to dependencies - Configure galaxy.tsx as new Vite entry point in vite.config.ts
- Add galaxy app to INSTALLED_APPS in settings - Include galaxy URLs in main project URL configuration
- Add GalaxyGraphService to query BSD relations from ClickHouse - Implement GalaxyGraphAPI endpoint with SIRET and date filters - Add serializers for nodes and edges data structures - Create GalaxyView to render React frontend - Join with company table to fetch company names for node labels - Add comprehensive logging for debugging filter application
- Create galaxySlice with graph state management (nodes, edges, filters) - Implement fetchGraph async thunk for API calls - Add filter state management (SIRET, min_weight) - Create galaxy.tsx entry point with dedicated Redux store
- Add GalaxyApp main component orchestrating filters and graph - Create Graph component using React Flow for interactive visualization - Implement CustomNode with expandable company names (local state) - Add Filters component with SIRET validation and min_weight input - Handle node expansion with useState in CustomNode component
- Create galaxy.html template extending base.html - Configure django-vite to load galaxy.tsx entry point with HMR support
- Document Galaxy module architecture and features - Explain API endpoints, data sources, and query logic - Add usage instructions and development guidelines - Document filtering capabilities and limitations - Add README with local development setup
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.