Skip to content

Refactor/project reorganization#17

Open
CSSFrancis wants to merge 7 commits into
mainfrom
refactor/project-reorganization
Open

Refactor/project reorganization#17
CSSFrancis wants to merge 7 commits into
mainfrom
refactor/project-reorganization

Conversation

@CSSFrancis
Copy link
Copy Markdown
Owner

This pull request introduces significant refactoring and code cleanup to both the Python and JavaScript codebases for Anyplotlib's plotting panels. The main changes include the introduction of shared base classes and mixins for plot panels in Python, and the consolidation of duplicated logic into shared helper functions in the JavaScript frontend, especially for view state preservation and pointer-settled event scheduling. These changes improve maintainability, reduce code duplication, and clarify responsibilities between components.

These changes collectively improve the maintainability, readability, and consistency of the Anyplotlib codebase.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.98477% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.84%. Comparing base (020fb92) to head (a7cc17d).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
anyplotlib/conftest.py 77.77% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
+ Coverage   84.38%   90.84%   +6.45%     
==========================================
  Files          29       31       +2     
  Lines        2645     2501     -144     
==========================================
+ Hits         2232     2272      +40     
+ Misses        413      229     -184     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants