Skip to content
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 search page #515

Closed
superstar54 opened this issue Oct 18, 2023 · 2 comments · Fixed by #657
Closed

Add search page #515

superstar54 opened this issue Oct 18, 2023 · 2 comments · Fixed by #657
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@superstar54
Copy link
Member

In the last AiiDAlab meeting, we discussed the possible improvement for selecting (searching) the workchain. One good option would be the search page introduced by @cpignedoli .
In the case of aiidalab-qe, some special designs are needed:

  • a way to show the properties calculated by the plugins.
  • the search page itself could be a plugin, and we need to expose the entry point for the logo page of the QE.

Some other useful features:

  • search by keywords (label, group, etc)
@superstar54 superstar54 added the enhancement New feature or request label Oct 18, 2023
@superstar54 superstar54 self-assigned this Oct 18, 2023
@cpignedoli
Copy link
Member

I could present the search page's present status for us at the next meeting (simple but efficient).
If I need right now to extend it to the QE app I would have to proceed as follows:
the center point is a structure S
-if I compute a property of S with QE, I add to S extras the uuid of the workchain used
-the search app will look for Structures that have uuids in a specific extra field
-if S has a uuid coming from QE, in the table of search results I put a link that passes to the QE app the specific workchain since the QE app is already the best viewer for QE results

@superstar54
Copy link
Member Author

I could present the search page's present status for us at the next meeting (simple but efficient).

Thanks! Yes, please.
I will also play with the test search page.

@superstar54 superstar54 added this to the v2024.4.0 milestone Apr 2, 2024
@superstar54 superstar54 mentioned this issue Apr 3, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants