-
Notifications
You must be signed in to change notification settings - Fork 6
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
FEATURE BRANCH - KG-powered search #1894
Conversation
You can access the deployment of this PR at https://renku-ci-ui-1894.dev.renku.ch |
2f021b3
to
e20e9fa
Compare
e20e9fa
to
c3bed8e
Compare
c3bed8e
to
a8f76f5
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.
thanks @lorenzo-cavazzi for your review. |
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.
This looks ready to me! 🚀
I added a couple of commits to:
- Adjust sorting (names and order in the dropdown menu, plus a workaround to prevent showing old projects on default searches until a KG fix is ready)
- Use the docs link generator
- Change the column size
It would be great if @ciyer could also give it a quick look since I added a few changes
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.
Latest changes work well for me!
Tearing down the temporary RenkuLab deplyoment for this PR. |
✨ PR of the Cross Entity Search (CES). ✨
Cross Entity Search (CES) is a new way to search for entities in the Renku application. Previously the information shown in the list of projects or datasets came from Gitlab, core-services and the Knowledge Graph, CES only shows what exists in the Knowledge Graph. We integrated in one page how to search, filter and sort entities like Projects and datasets, in the future we will integrate workflows as well.
Since the information shown belongs to what exists in Knowledge Graph (KG), we include an option to activate KG to the projects and datasets that have those projects.
🏁 Goals of this new feature:
For this, once authenticated the user will find in the home page or in the search engine page an alert indicating how many projects are pending to be activated and the link to the page to activate them.
/deploy renku=000-cypres-tests-new-search #persist #cypress
fix #2109
fix SwissDataScienceCenter/renku/issues/1924
Closes #2216