-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add package to store POCs and pull in experimental table #6680
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
@diocas & @elizavetaRa To do so please import and add the custom table component in the individual component:
please let me know if it's ok for you to do it manually, |
Our objective (which I think is aligned with oC management) is to drop forks on our side. I know we still need to compile ourselves (since we want some extra flags), but this solution means maintaining code (although small, so maybe acceptable for now). |
Also, is this implementation completely separate from all the normal tables? Since we might become the sole users of it, will its compatibility and functionality be assured for future updates? |
@diocas this PR is the minimal effort to get your code upstream (to reduce patch complexity on your side) - we can't afford to spend more time with it at the moment. The PR goes to web because we don't want to increase code complexity for the |
But can you clarify what are the future plans? |
@diocas the plan is for sure to pull in the grouping into core. Right now too many topics are on the table and we though that could be a quick and handy way to support you in the meantime. so if you’re fine with that and it works for you as a temporary solution please let me know. Then I cleanup ods leftovers and create some basic test for it. regarding the general availability in the views, I cannot answer that question but would love to see it there as well. |
I think it's better than the current situation, so let's do it for now. |
@diocas, @elizavetaRa i rebased master, no local ODS linking needed anymore. |
@elizavetaRa have you looked into it in the meanwhile? |
@elizavetaRa thank you for the feedback, please let me know when your pr is ready for review :) |
Hi @fschade, any update? |
Today is my first day after vacation, i'll have a look. |
SonarCloud Quality Gate failed. |
@fschade since we still need to have a commit on our side adding this table, would you mind if we made it enabled via capability instead? (or, I don't know if possible/easy to do, maybe a compile flag?) |
@diocas ill discuss this in a sec which way to go... Is it enough for you if we add it next week? |
@diocas is it ok if we use a config option for that? web/config/config.json.sample-ocis Line 32 in 95edac2
|
Yes, I wanted to say config option. No problem in doing it next week, but I'll see if we can push a PR with this option. |
@fschade could you rebase this PR and incorporate the config option |
@kulmann, @elizavetaRa opened a PR (#7005) with an |
Hi @fschade , when can you merge Lisa's changes and merge this as well? |
We've been keeping this code up to date. You can take if from this commit: cernbox@80af010d |
resolution: "web-pocs@workspace:packages/web-pocs" | ||
languageName: unknown | ||
linkType: soft | ||
|
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.
Excuse me, wir haben 2022?!
Where does the yarn.lock file come from? I don't see it in master and we shouldn't readd it
Rebased with latest master from here: cernbox@2ccaafa It also configures web to use it, with a configurable option (maybe with that we could put it out of PoCs and into the real thing?). |
as @pascalwengerter correctly pointed out: |
Description
Add a package to keep track and try out POCs inside web.
It also adds a first experimental table component which adds the ability to group rows.
Related Issue
Motivation and Context
be able to showcase certain experimental features
How Has This Been Tested?
Types of changes
Checklist:
Open tasks: