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

Needed: data consistency problem display for training #972

Closed
gvwilson opened this issue Aug 25, 2016 · 3 comments
Closed

Needed: data consistency problem display for training #972

gvwilson opened this issue Aug 25, 2016 · 3 comments
Assignees

Comments

@gvwilson
Copy link
Contributor

I would like a display that shows me people who have a SWC instructor badge, but don't have all the prerequisite steps recorded. Ditto for DC. And a way to mark certain people as "yes, we know about the problem in our records, but we're not worried about."

@chrismedrela
Copy link
Contributor

I would like a display that shows me people who have a SWC instructor badge, but don't have all the prerequisite steps recorded.

So far, we use the following convention in "eligible?" column in trainees view:

image

We can add the following label:
image

We can also add two checkboxes in filter box to filter out people who have yellow SWC or DC label, but the queryset won't be trivial.

And a way to mark certain people as "yes, we know about the problem in our records, but we're not worried about."

The easiest way is probably to add BooleanField to Award.

@gvwilson
Copy link
Contributor Author

I like the orange for "certified but missing some requirements". If you
can add a "sort by certification date" option to the trainees display,
that would (mostly) eliminate the need for a "yes we know about the
problem" field. (It should probably be "sort by most recent
certification" for people who have both.)

@chrismedrela chrismedrela self-assigned this Aug 29, 2016
@maneesha
Copy link
Contributor

Closing this - This is addressed by this new view:

image

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

No branches or pull requests

3 participants