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

Added XDMoD analytics metrics to jobs widget #3789

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

abujeda
Copy link
Contributor

@abujeda abujeda commented Sep 9, 2024

Added analytics metrics from XDMoD to the jobs widget.
The analytics are added on demand, with an AJAX call to each job. This call is triggered when the user clicks on one of the jobs.

Fixes #998

@abujeda
Copy link
Contributor Author

abujeda commented Sep 9, 2024

Some screenshots:
Screenshot 2024-09-09 at 13 15 48

Screenshot 2024-09-09 at 13 16 00

});

return rows;
}

function analyticsTable(analyticsContent) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think nested tables like this are an accessibility issue. I.e., they're confusing to navigate through.

I'd guess we need an additional column before id column and within it just text.

@johrstrom
Copy link
Contributor

Looked this over and it's mostly good. Works well. I just have an issue with the HTML structure it creates - I don't think we should nest tables here.

@abujeda
Copy link
Contributor Author

abujeda commented Sep 11, 2024

Changes to the look and feel to removed the nested tables:

Screenshot 2024-09-11 at 17 18 52

@abujeda abujeda force-pushed the 998_xdmod_jobs_widget_enhancements branch from 5b62ec5 to bf7bb3a Compare September 12, 2024 13:44
@johrstrom johrstrom closed this Sep 16, 2024
@johrstrom johrstrom reopened this Sep 16, 2024
@johrstrom
Copy link
Contributor

Sorry I lost the thread on this. Is it ready? I see you continue to make commits.

@abujeda
Copy link
Contributor Author

abujeda commented Sep 24, 2024

Yes, it is now ready.
The final 2 commits are:
1 .- Minor improvement in the look and feel of the badges
2.- Fixes to a flaky tests in model/project (not related, but I wanted to fix)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add to XDMoD Jobs Widget walltime and memory efficiency
3 participants