Skip to content

feat: Points experiment #7454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 28 commits into
base: develop
Choose a base branch
from
Open

feat: Points experiment #7454

wants to merge 28 commits into from

Conversation

makseq
Copy link
Member

@makseq makseq commented May 1, 2025

No description provided.

@github-actions github-actions bot added the feat label May 1, 2025
Copy link

netlify bot commented May 1, 2025

Deploy Preview for label-studio-storybook failed. Why did it fail? →

Name Link
🔨 Latest commit d1f0134
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/68269c43c6673100089ffadf

Copy link

netlify bot commented May 1, 2025

Deploy Preview for label-studio-docs-new-theme ready!

Name Link
🔨 Latest commit d1f0134
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-docs-new-theme/deploys/68269c43d86c350008c2e079
😎 Deploy Preview https://deploy-preview-7454--label-studio-docs-new-theme.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

netlify bot commented May 1, 2025

Deploy Preview for heartex-docs ready!

Name Link
🔨 Latest commit d1f0134
🔍 Latest deploy log https://app.netlify.com/projects/heartex-docs/deploys/68269c43384ed10008e3e832
😎 Deploy Preview https://deploy-preview-7454--heartex-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.


- Prefer `FC<Props>` or explicit function annotations.
- Never use `any`; fallback to `unknown` + type guards.
- Use union types instead of enums when possible.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

- Always run `make fmt-all` (Prettier/Biome/Ruff) before committing.
- Use spaces around binary operators and after commas: `const xs = pts.map(p => p.data.x);` not `pts.map(p=>p.data.x)`.
- Limit line length to 100 chars; break long expressions.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

120

## Declarative Rendering vs Imperative Canvas

- Prefer **declarative SVG** (or a React-first charting lib such as `@visx/xy-chart`, `recharts`, `nivo`) for 2-D data‐viz inside React.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's very specific and should be used for exact tasks. Adding it here will force agent to add new libds instead of reusing Konva.js or d3.js that we already have in our codebase

@makseq makseq requested a review from a team as a code owner May 14, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants