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

User cannot determine if charge has not been marked for eligibility, is not eligible, or is eligible #4

Open
zmon opened this issue Jul 6, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@zmon
Copy link
Member

zmon commented Jul 6, 2019

Please suggest then implement a UI that would allow a user to understand if the Convicted, Eligible, and Expunge flags have NOT been set or have been set to false. It is obvious when it is set to true by the checkmark.

The criminal history may be entered by one person, and another one my review the history to determine what is or is not eligible.

When the user looks at the following screen they can to tell if:

  • someone has not set the eligibility for the charge
  • someone has determined and marked it Not eligible

Screen Shot 2019-07-06 at 1 50 56 PM

This also applies to Convicted and Expunge.

@zmon zmon added the bug Something isn't working label Jul 6, 2019
@mattsplat
Copy link
Collaborator

Maybe a 3 way toggle would work. Something like this http://jsfiddle.net/darkajax/MbR6c/
As long as we can save each field as either true, false or null.

@zmon
Copy link
Member Author

zmon commented Jul 8, 2019

Needs to be a bit more compact, also these may be more explicit

  • Set eligibility
  • Is eligible
  • Is NOT eligible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants