Kanban fun

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
himanshu
Posts: 725
Joined: Thu Jun 19, 2008 6:24 am
Location: India
Contact:

Re: Kanban fun

Post by himanshu »

Impressive John !!
From,
Himanshu Jain


AwareIM Consultant (since version 4.0)
OS: Windows 10.0, Mac
DB: MYSQL, MSSQL
ACDC
Posts: 1150
Joined: Sat Jun 30, 2007 5:03 pm
Location: California, USA

Re: Kanban fun

Post by ACDC »

It seems that this Kendo example is possible, maybe support can include this feature in the near future
/ or could this be set up in a custom query with advanced script option ?

https://demos.telerik.com/kendo-ui/sortable/linkedlists
customaware
Posts: 2418
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: Kanban fun

Post by customaware »

Well, it obviously looks nice but the key is....how to get it to update the appropriate attribute / record in the DB.

I am hopefull John Talbot's demo actually does that otherwise it has a great Gee Whiz factor but a Practicality Factor of zero.
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Re: Kanban fun

Post by tford »

It seems that this Kendo example is possible, maybe support can include this feature in the near future
/ or could this be set up in a custom query with advanced script option ?

https://demos.telerik.com/kendo-ui/sortable/linkedlists
Nice find ACDC. This would be very valuable.
Tom - V8.8 build 3137 - MySql / PostGres
rbross
Posts: 441
Joined: Wed Nov 19, 2014 4:13 am
Location: Coventry, Connecticut USA

Re: Kanban fun

Post by rbross »

johntalbott wrote:The nestable plugin looks nice. I'm using a series of Kendo UI List View controls.
Very nice John.
Is the ListView Control part of the Kendo controls in AwareIM. I do not recall ever seeing that option.
Roger Ross
AwareIM 8.7 (build 3025) ~ MS-SQL ~ Windows 10 ~
AwareIM 8.5 (build 2828) ~ MS-SQL ~ Windows 10 ~
Jaymer
Posts: 2483
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

Re: Kanban fun

Post by Jaymer »

This has nothing to do with "factory" aware.
This is hacking into Kendo widgets with JS.
Ton's of stuff is built into Kendo - we only legitimately access a portion of it through what Vlad gives us.
There's quite a bit more.
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.

Jaymer
Aware Programming & Consulting - Tampa FL
rbross
Posts: 441
Joined: Wed Nov 19, 2014 4:13 am
Location: Coventry, Connecticut USA

Re: Kanban fun

Post by rbross »

Jaymer wrote:This has nothing to do with "factory" aware.
This is hacking into Kendo widgets with JS.
Ton's of stuff is built into Kendo - we only legitimately access a portion of it through what Vlad gives us.
There's quite a bit more.
So you're saying the entire Kendo library is available when Aware is installed via JS?
Roger Ross
AwareIM 8.7 (build 3025) ~ MS-SQL ~ Windows 10 ~
AwareIM 8.5 (build 2828) ~ MS-SQL ~ Windows 10 ~
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: Kanban fun

Post by johntalbott »

rbross wrote:So you're saying the entire Kendo library is available when Aware is installed via JS?
Correct
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: Kanban fun

Post by johntalbott »

rbross wrote:
johntalbott wrote:The nestable plugin looks nice. I'm using a series of Kendo UI List View controls.
Very nice John.
Is the ListView Control part of the Kendo controls in AwareIM. I do not recall ever seeing that option.
AIM custom queries use the Kendo ListView. I tried using AIM custom queries plus some JS to build this, but ran into issues. It was turning into a black hole of workarounds. So what you see now is mostly JS leveraging AIM where it seems to make sense.
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: Kanban fun

Post by johntalbott »

ACDC wrote:It seems that this Kendo example is possible, maybe support can include this feature in the near future
/ or could this be set up in a custom query with advanced script option ?

https://demos.telerik.com/kendo-ui/sortable/linkedlists
I pulled the CSS and concepts from this example to get started.
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: Kanban fun

Post by johntalbott »

eagles9999 wrote:Well, it obviously looks nice but the key is....how to get it to update the appropriate attribute / record in the DB.

I am hopefull John Talbot's demo actually does that otherwise it has a great Gee Whiz factor but a Practicality Factor of zero.
Surely you jest. There is no half-assed up in here.
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
rbross
Posts: 441
Joined: Wed Nov 19, 2014 4:13 am
Location: Coventry, Connecticut USA

Re: Kanban fun

Post by rbross »

johntalbott wrote:
rbross wrote:
johntalbott wrote:The nestable plugin looks nice. I'm using a series of Kendo UI List View controls.
Very nice John.
Is the ListView Control part of the Kendo controls in AwareIM. I do not recall ever seeing that option.
AIM custom queries use the Kendo ListView. I tried using AIM custom queries plus some JS to build this, but ran into issues. It was turning into a black hole of workarounds. So what you see now is mostly JS leveraging AIM where it seems to make sense.

Does the Kendo code examples give you enough to copy and paste into an aware query and then add the attribute tags where needed? I would love to see a demo of behind the senses on how you did this.
Roger Ross
AwareIM 8.7 (build 3025) ~ MS-SQL ~ Windows 10 ~
AwareIM 8.5 (build 2828) ~ MS-SQL ~ Windows 10 ~
ACDC
Posts: 1150
Joined: Sat Jun 30, 2007 5:03 pm
Location: California, USA

Re: Kanban fun

Post by ACDC »

Ton's of stuff is built into Kendo - we only legitimately access a portion of it through what Vlad gives us.
Well, there used to be drag and drop functionality on standard queries which has been removed in the newer versions for some reason (as already mentioned) AND the fact that you can do drag and drop on a calendar styled query, means this functionality is in place, it's just not available in the configurator.

So maybe there is not much work to be done here, it just needs to be exposed again in the configurator, maybe in the next update

Support, please could you comment on this and confirm it is possible.
aware_support
Posts: 7532
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Kanban fun

Post by aware_support »

We are thinking of adding the Kanban board feature to 8.2. Please see the discussion in this thread:

https://www.awareim.com/forum/viewtopic.php?f=1&t=10614
Aware IM Support Team
Post Reply