-
Notifications
You must be signed in to change notification settings - Fork 19
[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
base: main
Are you sure you want to change the base?
Conversation
b03f5e0
to
a354154
Compare
datalab
|
Project |
datalab
|
Branch Review |
bc/extensible-datablock
|
Run status |
|
Run duration | 06m 50s |
Commit |
|
Committer | Ben Charmes |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
477
|
View all changes introduced in this branch ↗︎ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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:
|
487d199
to
36c5f9c
Compare
There was a problem hiding this 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
627b86d
to
30fe5e2
Compare
Related to #1016