Skip to content

crismaproject/worldstate-analysis-widgets-wirecloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

worldstate-analysis-widgets-wirecloud Build Status

Wrapper of the Worldstate Analysis Widgets (AngularJS) to make them available on WireCloud.

Get started

Simply download the binary from here. Then upload the widget to your local marketplace of the WireCloud platform that you want to use.

You can also build the widget from scratch. The project uses npm/bower/grunt for project management. Follow these instructions on how to build such a project.

Configuration

    <Platform.Preferences>
        <Preference 
            name="DEBUG" 
            type="text" 
            description="Toggle debug mode" 
            label="DEBUG toggle" default="true"/>
        <Preference 
            name="CRISMA_DOMAIN" 
            type="text" 
            description="The CRISMA domain this widget lives in" 
            label="CRISMA domain" 
            default="CRISMA"/>
        <Preference 
            name="CRISMA_ICMM_API" 
            type="text" 
            description="The URL to the ICMM API instance" 
            label="CRISMA ICMM API" 
            default="http://crisma.cismet.de/icmm_api"/>
    </Platform.Preferences>
  

Interface

    <Platform.Wiring>
        <InputEndpoint
            name="setSelectedWorldstates"
            type="text"
            label="Select worldstates"
            description="Let's other widgets select specific worldstates. The text has to be an array of worldstate ids only so every widget has to agree on a single ICMS instance"
            friendcode="selectedWorldstates"/>
    </Platform.Wiring>
    

About

The wirecloud wrapper for the angular worldstate analysis widgets

Resources

License

Stars

Watchers

Forks

Packages

No packages published