GitHub user aetomala opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/130
First iteration brooklyn web mobile app.
This is a web mobile app intended for small form factor devices such as
cell phones and potentially tablet devices in the future. This interface aims
to simplify navigation and increase user experience in small factor devices.
This application was implemented using AngularJS and Mobile Angular UI for
their clear separation of concerns, and implementation of bootstrap css
directives (which are popular in the web space). In this first release the
application is capable to:
1) Dynamically view Applications and Entities
2) Dynamically view entity to application and entity to entity relationship
in a design that is commonly use in smaller devices
3) Dynamically view Summary Activities, and Configurations
4) Execute expunge
5) Dynamically view and execute effectors for any application and entity
6) Currently the main index.html for forward iphone devices to this new
interface. This was done so because the standard web app is known to not work
as expected in these devices and because I wanted to narrow exposure while the
implementation hardens. Any other device would have to navigate to index.m.html
There are still remaining tasks:
1) List Policies
2) Explore how much depth we would like to offer in small factor devices
3) Explore the possibility to send push notification using configurable
services such as Pushover
4) Create short hand queries to quickly identify object in specific states:
on-fire, unknown, etc
5) and more...






You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aetomala/incubator-brooklyn master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/130.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #130
----
commit 0df6929d8587a88945bd2712abbeb24847a34a9f
Author: Angel Tomala-Reyes <[email protected]>
Date: 2014-08-22T19:18:37Z
First iteration brooklyn web mobile app.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---