SIFT UI Revamp

1 view
Skip to first unread message

Roland Tanglao

unread,
Dec 9, 2008, 4:40:22 AM12/9/08
to MUSE3 Platform
The SIFT UI revamp should finally be finished tonight (including
GetUserInfo to read email on when creating SIFT channels). Now we just
need Jim's changes for the asterisk Mobile Dialog keyword and we
should be done the UI 100% which will be a big relief!

Jim Udall

unread,
Dec 9, 2008, 1:45:04 PM12/9/08
to muse3-p...@googlegroups.com, Jean Hébert
OK - I've made the necessary changes - though I'm having difficulty testing
specifically using SIFT. When I try to change the keyword in the Mobile
Dialog input stream to SIFT, I select '*'. However it says that '*' is not
a permitted string.

I've also tried to test 'Delete Channel' and this is not working. In the
send I get a confirmation box popup then click on 'deletec channel' in the
box and it hangs. Note this has been the case for some time now so I don't
believe this behavior is a direct impact of your recent changes.

Further, when I unsubscribe to the SIFT component an number of things happen
(or more accuruately don't happen):
1. Callbacks URLs for mobile dialog keywords are not removed. This means
those keywords are still active in the Mobile Dialog and your SIFT callback
will still be invoked.
2. It is clear that any existing channels are not being removed. This I
observe by re-subscribing to the component - and magically my previous
channels re-appear.
3. There are still some UI issues on your SIFT page that opens in a new
browser window/tab. Again, I'm fuzzy on the utility of much of the stuff
presented, but somehow I can find a hyperlink that reads 'Microblog'. At
the url: http://sifttool.com/microblog I then see some text that is
erroneous and inaccurate. Although I believe the actual content displayed
is an accurate flow of content received via MD.


Can you please address these issues and I will try further tests once
corrected?

Thanks!

Jim
No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.176 / Virus Database: 270.9.15/1839 - Release Date: 12/9/2008
9:59 AM

Roland Tanglao

unread,
Dec 9, 2008, 2:09:17 PM12/9/08
to MUSE3 Platform
thanks for testing jim

1) The reason why * is NOT permitted was that we weren't going to
allow it until you made the changes. Now that you have changed MD, we
will allow * like any other normal keyword. We'll make those changes
tonight.
Our code doesn't allow MAP, LOC, START or STOP to be entered or
modified by SIFT users. Let us know if this OK.
2) Delete Channel is something we are working on.
3) Working on Unsubscribe to remove the channels

Will let you know when we are ready for hopefully the final round of
testing.

...Roland




On Dec 9, 10:45 am, "Jim Udall" <jim.ud...@quickmobile.com> wrote:
> OK - I've made the necessary changes - though I'm having difficulty testing
> specifically using SIFT.  When I try to change the keyword in the Mobile
> Dialog input stream to SIFT, I select '*'.  However it says that '*' is not
> a permitted string.
>
> I've also tried to test 'Delete Channel' and this is not working.  In the
> send I get a confirmation box popup then click on 'deletec channel' in the
> box and it hangs.  Note this has been the case for some time now so I don't
> believe this behavior is a direct impact of your recent changes.
>
> Further, when I unsubscribe to the SIFT component an number of things happen
> (or more accuruately don't happen):
> 1.  Callbacks URLs for mobile dialog keywords are not removed.  This means
> those keywords are still active in the Mobile Dialog and your SIFT callback
> will still be invoked.
> 2.  It is clear that any existing channels are not being removed.  This I
> observe by re-subscribing to the component - and magically my previous
> channels re-appear.
> 3.  There are still some UI issues on your SIFT page that opens in a new
> browser window/tab.  Again, I'm fuzzy on the utility of much of the stuff
> presented, but somehow I can find a hyperlink that reads 'Microblog'.  At
> the url:http://sifttool.com/microblogI then see some text that is
> erroneous and inaccurate.  Although I believe the actual content displayed
> is an accurate flow of content received via MD.
>
> Can you please address these issues and I will try further tests once
> corrected?
>
> Thanks!
>
> Jim
>
> -----Original Message-----
> From: muse3-p...@googlegroups.com
>
> [mailto:muse3-p...@googlegroups.com] On Behalf Of Roland Tanglao
> Sent: Tuesday, December 09, 2008 1:40 AM
> To: MUSE3 Platform
> Subject: SIFT UI Revamp
>
> The SIFT UI revamp should finally be finished tonight (including
> GetUserInfo to read email on when creating SIFT channels). Now we just
> need Jim's changes for the asterisk Mobile Dialog keyword and we
> should be done the UI 100% which will be a big relief!
>
> No virus found in this incoming message.
> Checked by AVG -http://www.avg.com

Roland Tanglao

unread,
Dec 10, 2008, 1:46:57 AM12/10/08
to MUSE3 Platform
OK we have added the asterisk code for Mobile Dialog (MD)

But there appears to be a bug in the MD (or a bug in our understanding
of MD) asterisk code in that MD doesn't appear to delete our callback
when we do RemoveKeyword on '*'

Here's what we did and observed to come to this conclusion:
1. Created a SIFT Channel with DevTest, keyword '*' which correctly
bound * to a SIFT callback e.g. http://sifttool.com/channel/62245/smsreceive?kw=2-14934de60bd44c
2. From the SIFT UI "Modify inputs" for that channel, changed the
keyword from '*' to 'usedtobeasterisk' which caused SIFT to do this:
i) RemoveKeyword REST API on '*' and MD returned success
ii) SetupKeyword and EnableKeyword REST API on 'usedtobeasterisk'
BUG: if we look at MD from developers.mobilemuse.ca for DevTest we
still see it as "Dynamic" and bound to SIFT callback
http://sifttool.com/channel/62245/smsreceive?kw=2-14934de60bd44c

Is this a) a BUG possibly just in the MD presentation UI code?
Shouldn't MD show "Static: and not our SIFT callback?
or
b) a bug in our understanding?

My guess is that it's a) but just a bug in MD presentation and that
it's fine in the MD backend. Anyways I don't think it affects SIFT and
there is no SIFT bug, please let us know if there are SIFT changes
required in this area.

...Roland
> > the url:http://sifttool.com/microblogIthen see some text that is

Jim Udall

unread,
Dec 10, 2008, 1:09:33 PM12/10/08
to muse3-p...@googlegroups.com
Well this certainly smells like a bug in my recent code change. I'll look
into and report back.
Checked by AVG - http://www.avg.com
Version: 8.0.176 / Virus Database: 270.9.16/1841 - Release Date: 12/10/2008
9:30 AM

Jim Udall

unread,
Dec 10, 2008, 1:32:40 PM12/10/08
to muse3-p...@googlegroups.com
OK - confirmed: This was my bad. I've fixed it and tested with SIFT. FYI
it wasn't just a presentation issue with MD, but incorrect routing tables
were created.


Jim

-----Original Message-----
From: muse3-p...@googlegroups.com
[mailto:muse3-p...@googlegroups.com] On Behalf Of Roland Tanglao
Sent: Tuesday, December 09, 2008 10:47 PM
To: MUSE3 Platform
Subject: Re: SIFT UI Revamp


Reply all
Reply to author
Forward
0 new messages