You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Prachi Garg (JIRA)" <ji...@apache.org> on 2015/12/02 22:47:10 UTC

[jira] [Comment Edited] (IGNITE-843) Web console development

    [ https://issues.apache.org/jira/browse/IGNITE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15036707#comment-15036707 ] 

Prachi Garg edited comment on IGNITE-843 at 12/2/15 9:46 PM:
-------------------------------------------------------------

I've noticed two issues:
# The load time of clusters page (https://console.gridgain.com/configuration/clusters) is more than 4 sec. The blue and the green background on the first half of the page loads quickly. But the text in it   and the configuration part takes really long. On my laptop, it takes approximately 4.5s to load the page.
# After downloading the configuration, I tried to import the project in IDEA. But most of the types in ClientConfigurationFactory.java and ServerConfigurationFactory.java are not recognized. Looks like these files are missing some imports.



was (Author: pgarg):
I've noticed two issues:
# The load time of clusters page (https://console.gridgain.com/configuration/clusters) is more than 4 sec. The blue and the green background on the first half of the page loads quickly. But the text in it   and the configuration part takes really long. On my laptop, it takes approximately 4.5s to load the page.

# After downloading the configuration, I tried to import the project in IDEA. But most of the types in ClientConfigurationFactory.java and ServerConfigurationFactory.java are not recognized. Looks like these files are missing some imports.


> Web console development
> -----------------------
>
>                 Key: IGNITE-843
>                 URL: https://issues.apache.org/jira/browse/IGNITE-843
>             Project: Ignite
>          Issue Type: Task
>          Components: wizards
>    Affects Versions: sprint-5
>         Environment: Specific frameworks:
> # Main SPA stack: HTML5 / LESS / AngularJS 1.4.x / Bootstrap 3.x
> # Auxiliary: jQuery 2.x / AngularJS UI 0.x
> # HTTP server: node.js
> # Tools: Grunt, Lodash 2.x, Font-Awesome 4.x, Animate.css, ngTable
> Install node.js locally.
> Install Angular, LESS, and Grunt plugins into IDEA.
> Use LESS instead of CSS.
>            Reporter: Alexey Goncharuk
>            Assignee: Alexey Kuznetsov
>             Fix For: 1.5
>
>         Attachments: ig-843.png
>
>
> Frameworks to be used:
>  # Bootstrap
>  # AngularJS
>  # NodeJS
>  # MongoDB
> Web console will communicate with Ignite Cluster via special lightweight proxy (so called web-agent) implemented on web-sockets.
> Test server: http://104.197.2.239



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)