-
Notifications
You must be signed in to change notification settings - Fork 77
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
Review script tooling #526
Conversation
…into review-script-tools
Codecov Report
@@ Coverage Diff @@
## master #526 +/- ##
==========================================
+ Coverage 65.58% 65.61% +0.03%
==========================================
Files 78 78
Lines 7195 7196 +1
==========================================
+ Hits 4719 4722 +3
+ Misses 2476 2474 -2
Continue to review full report at Codecov.
|
This looks good. I like the idea of having these as utils. Thanks for the docs updates as well. Aside: I would love to explore in a separate PR (I may also submit a proposal) for possibilities for making the textual interface easier to grokk by using color and spacing (not quite as extensive as #388 but maybe there's some lower hanging fruit we can hit). We may also want to establish a common design system for guidelines for our text UI and to make sure we stay consistent across different CLI interfaces we offer, but I'm getting ahead of myself here. |
Very much game for this, just recently discovered how nice tools are with a little bit of color, will want to revisit later. |
Overview
Introduces the
examine_utils
script tools, which provides a command-line based workflow for doing review of worker's work. Now it only requires that downstream users implement a function for the print view for their task, and then we can work through the process of reviewing from the command line, including functionality to soft-reject and soft-block, reject and hard block, and approve and grant a positive qualification. It also has a version that allows you to just view a slice of the incoming data.Usage
All documentation is in the script:
Review mode:
Examine mode (redacted details):