Hi,
Sorry about that. Our ISP seems to be down. I am not sure if it will be
back soon.

Shiva Teja
On Sep 30, 2013 10:04 AM, "Santhosh Edukulla" <santhosh.eduku...@citrix.com>
wrote:

> Hi Shiva,
>
> Iam trying to access http://students.iitmandi.ac.in:20000, but couldnt.
> It seems there was a name resolution issue. Iam accessing it from my dev
> box and using dns server "10.103.128.16" to resolve the uri in your link,
> which is internal to citrix. May be you can provide the ip to check the
> link directly if it is ok?
>
> BTW, I appreciate your effort, I am ok to join the development effort.
> Though iam not much of a UI guy, one of our product in my earlier
> organization used angular js and moved away from their earlier js
> frameworks, They had very good views on this, it will be a good learning
> for me to see.
>
>
> Thanks!
> Santhosh
> ________________________________________
> From: Shiva Teja [shivate...@gmail.com]
> Sent: Sunday, September 29, 2013 2:33 PM
> To: dev@cloudstack.apache.org"
> Subject: Re: [DISCUSS] UI: New look and feel
>
> On Fri, Sep 27, 2013 at 5:44 PM, SuichII, Christopher <
> chris.su...@netapp.com> wrote:
>
> >
> > Shiva & Sebastien - What impact would this angular.js project have on UI
> > plugins?
>
>
>
> It would definitely make it easy and offer cleaner code. I'll try to write
> an overview soon. In a brief way :
>
> 1. You don't have to write any API calls. They'll be taken care by the
> resources modules[0].
> 2. You don't have to do any DOM manipulation. Angular's directives[1] that
> we write will take care of them.
> 3. There's no 'listView' or 'detailView'. Each plugin can have its own
> template(s)[2]. These templates must be very small if directives are used
> effectively. 'confirm', 'vm-state-label', 'ng-repeat' are some of the
> directives you can see in the template given at the end for example usage.
>
> Every tab that you see on the side nav bar in this UI is a plugin. So you
> can checkout any plugin to start with.
>
> Demo is running at http://students.iitmandi.ac.in:20000/ . It is running
> on
> DevCloud. Feel free to play around. Username and password are the default
> ones: admin-password.
>
> As far as themes are concerned, I used bootstrap. So there are lots of
> bootstrap themes out there which can be easily added to this UI without
> worrying about breaking things.
>
> I am yet to add unit tests, add the functionalities to bring at par with
> the current UI and clean up the designs. Maybe we could have both the UIs
> for some time and then see how things go. If anybody is interested in
> joining the further development, please let me know :)
>
> [0]
>
> https://github.com/shivateja/cloudstack-ui/tree/angular-rawapi/static/js/common/resources
> [1]
>
> https://github.com/shivateja/cloudstack-ui/tree/angular-rawapi/static/js/common/directives
> [2] This is an example template :
>
> https://github.com/shivateja/cloudstack-ui/blob/angular-rawapi/static/js/app/instances/instances.tpl.html
>
> Thanks,
> Shiva Teja

Reply via email to