Page 1 of 1

AdminFree ?

Posted: Tue Feb 12, 2013 6:25 pm
by karim.hj
Just a little (too) curious ... Are you trying to develop a new admin UI with jQuery instead of GWT ?

Re: AdminFree ?

Posted: Tue Feb 12, 2013 10:47 pm
by phillipuniverse
We're doing an in-depth proof of concept to gauge feasibility. But keep it under wraps; it's not official just yet.

Oh what's that? This is a public forum and all our commits are going to public repositories in GitHub? Oops ;)

Re: AdminFree ?

Posted: Wed Feb 13, 2013 3:03 am
by karim.hj
i will keep the secret ;)

i did a little POC with blc 1.5 (yes it was a long time ago) :
I used Jquery for products administration . We add product versionning support (for basic properties) and the possibility to modify (and revert) the product description directly in the front side. (inline editing). And it worked pretty well.

little feedback
+ Jquery+MVC you don't have to learn GWT
+ If you are comfortable with BLC front side, you will be ok with Admin.
+ UI
- manipulation object, list, events ...

Good luck