You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plait already powers real drawing and whiteboard products, including Drawnix. To make the project feel more professional, trustworthy, and contributor-friendly for the international community, we want to improve three public-facing foundations first:
Documentation
Demos and examples
Test coverage
This issue is the parent tracking issue. We can split the checklist into smaller follow-up issues and complete them one by one.
Goals
Help new users understand what Plait is, how it relates to Drawnix, and which package to use.
Help contributors understand the architecture, extension model, and package responsibilities.
Provide runnable demos that can be used as learning material, not only visual showcases.
Improve test coverage around public APIs, core transforms, plugin behavior, and important drawing interactions.
Make project quality easier to evaluate from GitHub and CI.
Documentation TODOs
Refresh the English README.md with clearer positioning, feature overview, package list, demo links, and development commands.
Explain the relationship between Plait and Drawnix.
Add or improve CONTRIBUTING.md with local setup, build, test, docs, and PR guidelines.
Add an architecture overview covering board model, element model, plugin pipeline, transforms, rendering, and framework integration.
Document package responsibilities and dependencies for major packages.
Improve the custom plugin guide with a complete plugin lifecycle example.
Improve API docs for board inputs, outputs, options, events, transforms, and public extension points.
Review existing docs for outdated content, typos, and inconsistent package names.
Add links from docs pages to related demos and source files.
Demo / Example TODOs
Add a minimal Angular board example using only the smallest useful Plait setup.
Add a basic mind map example.
Add a basic draw example for geometry, arrows, and text.
Add a flow example with custom nodes and custom edges.
Add a graph visualization example using the ForceAtlas integration.
Add a theme customization example.
Add a custom plugin example that demonstrates element creation, rendering, transforms, and tests.
Make demo source files easy to find from the documentation.
Ensure each major package has at least one runnable example.
Test Coverage TODOs
Define and document the testing strategy for Plait packages.
Classify tests by type: pure utilities, board transforms, plugin behavior, Angular components, rendering helpers, and interaction logic.
Add canonical testing examples for each test type.
Improve @plait/core coverage for board creation, selection, viewport, history, group, and z-index behavior.
Improve @plait/common coverage for resize, rotate, line routing, grouping, image helpers, and shared drawing utilities.
Improve @plait/draw coverage for geometry creation, arrow-line behavior, table behavior, clipboard behavior, and resize logic.
Improve @plait/mind coverage for node transforms, layout behavior, topic positioning, image/emoji behavior, and drag-and-drop detection.
Improve @plait/layouts, @plait/flow, and @plait/graph-viz coverage for important edge cases.
Add CI visibility for test coverage, such as coverage artifacts or reports.
Decide an initial practical coverage baseline, then raise it gradually.
Suggested order
Refresh the English README.
Add contribution guidelines.
Write the testing strategy document.
Add the first minimal Angular board demo.
Add the architecture overview.
Start improving coverage package by package, beginning with core, common, draw, and mind.
Success criteria
A new contributor can run the project and understand the package structure within 10 minutes.
The docs explain both usage and extension, not only internal notes.
Every major package has a clear documentation entry and at least one runnable example.
Important public APIs and interaction logic have meaningful tests.
CI gives maintainers and contributors a clear signal about build and test health.
Background
Plait already powers real drawing and whiteboard products, including Drawnix. To make the project feel more professional, trustworthy, and contributor-friendly for the international community, we want to improve three public-facing foundations first:
This issue is the parent tracking issue. We can split the checklist into smaller follow-up issues and complete them one by one.
Goals
Documentation TODOs
README.mdwith clearer positioning, feature overview, package list, demo links, and development commands.CONTRIBUTING.mdwith local setup, build, test, docs, and PR guidelines.Demo / Example TODOs
Test Coverage TODOs
@plait/corecoverage for board creation, selection, viewport, history, group, and z-index behavior.@plait/commoncoverage for resize, rotate, line routing, grouping, image helpers, and shared drawing utilities.@plait/drawcoverage for geometry creation, arrow-line behavior, table behavior, clipboard behavior, and resize logic.@plait/mindcoverage for node transforms, layout behavior, topic positioning, image/emoji behavior, and drag-and-drop detection.@plait/layouts,@plait/flow, and@plait/graph-vizcoverage for important edge cases.Suggested order
core,common,draw, andmind.Success criteria