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

Adding information optimized structure in results #1062

Closed
wants to merge 5 commits into from

Conversation

AndresOrtegaGuerrero
Copy link
Member

This PR closes #928
The displayed information includes the PK, label, description, creation time, and number of atoms.

Structure Creation Details: Knowing when the structure was created and its PK helps users efficiently search for and reuse it in new calculations. The PK also helps to locate the structure within the database.

Interaction with Selection Widget: The number of atoms reminds the user the structure's size (on the tab), enabling them to interact effectively with the selection widget.

Screenshot 2025-01-07 at 21 45 14

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

Attention: Patch coverage is 25.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 67.83%. Comparing base (72911d9) to head (18514c4).

Files with missing lines Patch % Lines
...pp/result/components/viewer/structure/structure.py 25.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1062      +/-   ##
==========================================
- Coverage   67.87%   67.83%   -0.05%     
==========================================
  Files         112      112              
  Lines        6668     6675       +7     
==========================================
+ Hits         4526     4528       +2     
- Misses       2142     2147       +5     
Flag Coverage Δ
python-3.11 67.83% <25.00%> (-0.03%) ⬇️
python-3.9 67.85% <25.00%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@edan-bainglass
Copy link
Member

@AndresOrtegaGuerrero same comment regarding the header. Redundant in my opinion.

@AndresOrtegaGuerrero
Copy link
Member Author

@edan-bainglass thank you , should i just remove it right ? or replace it for other text ?

@edan-bainglass
Copy link
Member

@edan-bainglass thank you , should i just remove it right ? or replace it for other text ?

Discard in my opinion

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.

RelaxWorkChain Result Tab should display the PK of optimized structure
2 participants