Editing a Case node instructs: "Open a new case assigned to a particular project." at the top of the edit screen. This help text is obviously geared toward creating a new Case, and not appropriate when Editing.

The Case Content Type's help and description text, (set in casetracker_basic_node_info(),) match. This is so for the Project Content Type too.

help can probably be removed and left to the administrator to provide, and description should be something more general: "a brief description of the node type," as hook_node_info() docs suggest.

CommentFileSizeAuthor
#1 578350_2009_10_25.patch1.34 KBjmiccolis

Comments

jmiccolis’s picture

Status: Active » Needs review
StatusFileSize
new1.34 KB

Attached it a first stab at improving this. Feedback is welcome.

jeffschuler’s picture

Thanks for looking into this!

Some suggestions:

+++ casetracker_basic.module	26 Oct 2009 02:30:34 -0000
@@ -21,15 +21,13 @@
+      'description' => t('A project, which contains cases, is suited for use to record information about a set of tasks, for example "Website improvements".'),

Seems kind of wordy. How about:
A project, which contains Cases, is a group of related tasks. For example: "Website improvements."

+++ casetracker_basic.module	26 Oct 2009 02:30:34 -0000
@@ -21,15 +21,13 @@
+      'description' => t('A case, which tracks the status of a task and is assigned to a particular project.'),

What if we made this into a complete sentence, as the first one is:
A case tracks the status of a task, and is part of a project.

Thanks!

--
I'm on crack. Are you, too?

jmiccolis’s picture

"What if we made this into a complete sentence" lol, yea point taken.

So I'm modeling these descriptions off of what's in core for page and story. For example "A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments."

pedrorocha’s picture

Status: Needs review » Closed (won't fix)

I'm cleaning the module issues, so if somebody thinks that this issue does make sense yet, feel free to reopen.