You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Chanaka Jayasena (JIRA)" <ji...@apache.org> on 2013/12/13 15:35:07 UTC

[jira] [Updated] (STRATOS-280) Create the initial HTMLs for the cartridge management web application

     [ https://issues.apache.org/jira/browse/STRATOS-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chanaka Jayasena updated STRATOS-280:
-------------------------------------

    Attachment: mobile.png
                screen4.png
                screen3.png
                screen2-1.png
                screen2.png
                screen1.png
                stratos.zip

> Create the initial HTMLs for the cartridge management web application
> ---------------------------------------------------------------------
>
>                 Key: STRATOS-280
>                 URL: https://issues.apache.org/jira/browse/STRATOS-280
>             Project: Stratos
>          Issue Type: New Feature
>          Components: Stratos Manager
>    Affects Versions: 4.0.0 M4
>            Reporter: Chanaka Jayasena
>             Fix For: 4.0.0 M5
>
>         Attachments: mobile.png, screen1.png, screen2-1.png, screen2.png, screen3.png, screen4.png, stratos.zip
>
>
> I have converted all the screens to a jaggery web application. Right now the application runs with dummy data.
> cartridges.json
> [
>     {
>         kind: "service",
>         cartridges: [
>             {
>                 type: "php",
>                 version: "PHP 5.4",
>                 description: "PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world."
>             }
>         ]
>     }
> ]
> mycartridges.json
> This JSON has the same format as above but the fields for a cartridge is different.
> {
>                name: "MyPHP-lakmal",
>                 type: "php",
>                 version: "PHP 5.4",
>                 lb_ip: "192.168.1.1, 192.168.1.2",
>                 access_url: "myweb-lakmal.php.stratos.com",
>                 state: "active"
>   }
> I am also using Initializr as the HTML/CSS starter template. Initializr has HTML5 Boilerplate, Bootstrap 3.0.0 jQuery. Also I manage to create a custom iconic font (stratos.ttf) with all the icons used with the application making all the icons scalable.
> The UI is tested in IE7,IE8, IE9, Firefox 25, Chrome Version 31.0.1650.63. The design is also responsive and I have attached a screen shot with the mobile version. 



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)