Opened 13 years ago
Closed 12 years ago
#17929 closed Cleanup/optimization (fixed)
Tutorial improvements for "Choice", "choice", and "choice": choice_text & capitalization
Reported by: | rmattb | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Choice, choice, and choice are kinda ambiguous to the new tutorial reader. :)
To improve the distinctions between these:
- the Choice model
- the real-world idea of making a choice in a poll
- the literal text of each specific choice
I've spelled out what the existing tutorial calls "the text of the choice" by extending the name of the attribute "choice" to "choice_text".
Patch and updated screenshots attached. :)
Attachments (5)
Change History (8)
by , 13 years ago
Attachment: | 17929.tutorial-attribute-choice_text.diff added |
---|
by , 13 years ago
Attachment: | admin10.png added |
---|
by , 13 years ago
Attachment: | admin11t.png added |
---|
by , 13 years ago
Attachment: | admin12.png added |
---|
by , 13 years ago
Attachment: | 17929.tutorial-choice-object-capitalized.diff added |
---|
comment:1 by , 13 years ago
Summary: | Tutorial improvement for "Choice", "choice", and "choice": choice_text → Tutorial improvements for "Choice", "choice", and "choice": choice_text & capitalization |
---|
comment:2 by , 12 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Further followed the existing pattern of capitalizing and using backquotes for class names Choice and Poll. Attached another patch for this.