Skip to content

[WIP] Add a generic and extensible DataBlock component in Vue #1035

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

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

BenjaminCharmes
Copy link
Contributor

@BenjaminCharmes BenjaminCharmes commented Jan 16, 2025

Related to #1016

@BenjaminCharmes BenjaminCharmes force-pushed the bc/extensible-datablock branch from b03f5e0 to a354154 Compare January 16, 2025 14:20
Copy link

cypress bot commented Jan 16, 2025

datalab    Run #3113

Run Properties:  status check passed Passed #3113  •  git commit 6af4c9d528 ℹ️: Merge 57e19e599ed487910a8b9d707231dfe0608bec70 into c80ea21160faab435a06b3675b6d...
Project datalab
Branch Review bc/extensible-datablock
Run status status check passed Passed #3113
Run duration 06m 50s
Commit git commit 6af4c9d528 ℹ️: Merge 57e19e599ed487910a8b9d707231dfe0608bec70 into c80ea21160faab435a06b3675b6d...
Committer Ben Charmes
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 477
View all changes introduced in this branch ↗︎

Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.28%. Comparing base (c80ea21) to head (57e19e5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1035   +/-   ##
=======================================
  Coverage   70.28%   70.28%           
=======================================
  Files          63       63           
  Lines        4133     4133           
=======================================
  Hits         2905     2905           
  Misses       1228     1228           
🚀 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.

@BenjaminCharmes BenjaminCharmes force-pushed the bc/extensible-datablock branch from 487d199 to 36c5f9c Compare January 17, 2025 16:39
Copy link
Member

@ml-evs ml-evs left a comment

Choose a reason for hiding this comment

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

Let's try a slightly different approach and work down the block list and try to remove any specialist vue code for that block, e.g., starting at mass spec, try to use it only the BokehBlock for this (removing the mass spec vue code), and then go to the next block and see how much we need to extend the base block. This could also start the migration to block events rather than hardcoded JS.

Add new blockTypes
@BenjaminCharmes BenjaminCharmes force-pushed the bc/extensible-datablock branch from 627b86d to 30fe5e2 Compare April 16, 2025 13:56
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