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

Allow filtering for results in cr-report #421

Open
Varriount opened this issue Jan 9, 2019 · 4 comments
Open

Allow filtering for results in cr-report #421

Varriount opened this issue Jan 9, 2019 · 4 comments
Labels
good first issue Start here if you want to lend a hand

Comments

@Varriount
Copy link

Curently, cr-report will display all the results of a run. It would be nice if there were options that would filter output (for example, to display only results from cases that survived, or from a particular file).

@abingham
Copy link
Contributor

Do you have a proposal for the command-line options you'd like, etc? I'm happy to consider ideas and PRs. The place you want to look for cr-report is in cosmic_ray.tools.report.py.

Another thing to consider is doing this in cr-html instead. It might be nice to enhance it such that the generated HTML includes tools for filtering, sorting, and so forth at the top of the report, e.g. in a drop-down panel.

Finally, depending on your needs, it might be simpler for you to design you own reporting tool that takes input from cosmic-ray dump. You could filter the dump stream with grep or whatever, and then feed that into your tool.

@abingham
Copy link
Contributor

@LLKoder If you're actively working on cr-html, this might be another set of functionality to consider. It's not critical, but it would be an interesting bit of work and potentially very useful.

@LLKoder
Copy link
Contributor

LLKoder commented May 23, 2019

It is a good idea to filter the job list. I promise nothing, but I'll see what I can do.

@abingham abingham added the good first issue Start here if you want to lend a hand label May 28, 2019
@Alcolo47
Copy link
Contributor

Alcolo47 commented Oct 8, 2019

Something like: PR #461 in cr-html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Start here if you want to lend a hand
Projects
None yet
Development

No branches or pull requests

4 participants