#26457: Boolean fields assume True is good and False is bad
-------------------------------+--------------------
     Reporter:  newz2000       |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  Uncategorized  |    Version:  1.9
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  1              |      UI/UX:  1
-------------------------------+--------------------
 '''Background'''
 Some colors convey information. Red means stop, danger, needs attention.
 Green, when accompanying red, means go, good, everything is OK.

 '''Problem'''
 When using the list display in the Django admin, boolean fields by default
 are shown as a red circle with an "x" in it for False values, and a green
 "checkmark" for True. Because of the color and the icon choices, this
 makes the assumption that True is good and False is bad.

 '''How to reproduce'''
 1. Create a model that has a field for "note" and one for "Needs urgent
 attention"
 1. Add a record such as: note: "London Bridge is falling down," Needs
 urgent attention: True.
 1. Add a record such as: note: "I think we should have casual dress on
 Fridays", Needs urgent attention: False.

 When you look at these, the casual dress note will have a red x, which
 conveys alarm, while the falling bridge will have a green checkmark, which
 conveys an acceptable state.

 '''Expected behavior'''
 True and false would be neutral. Having a visual indicator is fine, but it
 probably shouldn't be red for false. A checkmark for true is pretty
 common, so that should be OK, as should an x for false, which is common as
 well.

--
Ticket URL: <https://code.djangoproject.com/ticket/26457>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/051.ab7c9360dead383f56c97d1ebbee546c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to