Hello,
I'm working to integrate GNTP into the open source Network Caller ID (NCID) project (
http://ncid.sourceforge.net). A fairly common feature of similar CID applications is the ability to include a URL in the notification to do a reverse phone number lookup on the web. This can be used, for example, to determine if a phone# belongs to a telemarketer.
I already know that by including a line like this in a NOTIFY request:
the user can click on the notification as it comes in and be taken to the URL. This works, but there are a couple of improvements that I'd like to request:
Request #1) Allow the Notification-Text (and maybe Notification-Title) to have parts of its text underlined. This would provide the user a visual clue that Something Will Happen if they click on the notification. Notice that I said, "click on the notification" (which is the way it works now) and I didn't say, "click on the underlined link." Although it would be nice to be able to have Notification-Text say something like:
this seems like it might be a hard thing for GfW to do. So my suggestion is a compromise -- still recognize a Notification-Callback-Target as a URL, but then allow something like this:
Notification-Text: /u1-646-630-0031/u
where "/u" represents a toggle to underline text. I would want the flexibility in not having to underline the entire text, especially if I'm using newlines to force line breaks:
Notification-Text: /u1-646-630-0031/u\nIncoming Call\n05/05/13 02:57PM
which would appear as:
Incoming Call
05/05/13 02:57PM
Because there's currently no visual clue that a notification is clickable, this should look to the user like something they are already familiar in doing, i.e., they see something underlined and they click on it.
The alternative that I can think of to do in the mean time (other than to be sure to mention the clickability feature in the NCID documentation) is to use up another line of precious screen real estate giving instructions:
Incoming Call
05/05/13 02:57PM
Click to lookup the number.
I would rather NOT save a line of screen real estate by combining two lines into one long one:
Incoming Call
05/05/13 02:57PM
because I know not all Displays can handle long text lines. This means keeping each line short.
Request #2) Allow notifications to be clicked when viewing History, too, in both Tile View and Details View.
Thanks for listening!
Todd