That sounds great too! I think great if we have more than one way to
interact with aiki! That way we can prove the API is working well. Of
course, if there can be shared code, great too!

On Friday, February 10, 2012, Jakub Jankiewicz wrote:

> I will work on Admin Panel as we have that 0.9 version out. The way I
> wanted to implement it is to have multiply windows (jQuery UI dialogs)
> that will interact with each other, like mini OS.
>
> For instance there will be windows that display:
> * widgets list
> * file list
> * file Editor (for extensions etc)
> * widget editor
> and others.
>
> If we will want to add something to admin panel we will create another
> UI dialog that will handle that.
>
> Information about widow layout and appearance configuration will be
> stored in Local Storage so every time user will open his panel he will
> have the same configuration (of course if he use the same browser)
>
> There was blueprint on launchpad and I'm assign to it.
>
> On Thu, 9 Feb 2012 23:10:26 +0100
> Roger Martín <rg1...@gmail.com <javascript:;>> wrote:
>
> > hi folk!
> >
> > The last changes i made (plugin, translation, multiviews) are always
> > incomplete because i don't know how to change aiki admin panel.
> > I evaluate the problem,and here you have my conclusions:
> >
> > 1)  In few words: Love & hate
> > - when it works, aiki admin works fine. A great work; a lot of code in
> > javascript, ajax, and php
> > - when it crashs.. it is a debug hell.
> >
> > 2) It's hard to improve, difficult to debug, and  a minor change can
> > crashs it.
> >
> > The problem is not javascript. It's the way to use it.
> >
> > For example, i'm using this:
> > ul id='main-navigation'
> >    .li  a href='[root]/admin/sites'         id='nav-sites'  Sites
> >    .li  a href='[root]/admin/widget'      id='nav-widget Widget
> > This means: i ¡never user href='#'!, admin works without javascript,
> > more widgets but easier to program, a error can easily found,
> >
> > After, i will ajaxify the code with something like this:
> > $(#main-navigation a).click ( function() {$("content").load(
> > $(this).attr("href") ) })
> > debugging ? turn off javascript or deactivate widget with js (all js
> > will be in a unique widget)
> >
> > 3) Things i want remove and other that i want mantain.
> > There are lot of good ideas: edit all tables with the some code, the
> > same for settings.
> > But the accordion effect, will be removed for some time. When all
> > works fine, i will recover it or not..
> >
> > 4) The Proposal
> > I'm working on a first mockup, that can be added to aiki as a second
> > admin panel.
> > Is somebody working on another version of aiki admin? or have
> > interest to work together?
> >
> >
> > Roger
>
> --
> Jakub Jankiewicz
> twitter: @jcubic
> www: http://jcubic.pl
>
> _______________________________________________
> Mailing list: https://launchpad.net/~aikiframework-devel
> Post to     : aikiframework-devel@lists.launchpad.net <javascript:;>
> Unsubscribe : https://launchpad.net/~aikiframework-devel
> More help   : https://help.launchpad.net/ListHelp
>


-- 
Jon Phillips 王✳爻气 http://fabricatorz.com ✳ skype: kidproto ✳ irc: rejon
+1.415.830.3884 (global) ✳ +86-187-1003-9974 (beijing)
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to