1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00
Commit graph

19 commits

Author SHA1 Message Date
Markus Grigull
df63a68b4b Update offline data 2016-07-27 18:08:31 +02:00
Markus Grigull
eb1c3448fa Add docker-compose-dev.yml for easy start to dev.
Convert SVG images to PNG for easier handle.
Fix ElectricalGrid queue entity for new data.
2016-05-23 21:05:27 +02:00
Markus Grigull
fe82212fdd Add changes to extended layout 2015-10-28 09:47:12 -04:00
Markus Grigull
8ecc8ba95d Improved grid layout
S1's properties are clickable and drawn in the plot.
2015-10-13 16:02:28 +02:00
Markus Grigull
806de033d4 Start 2x2 grid layout 2015-10-13 14:12:34 +02:00
Markus Grigull
5a84de89c0 Charts are live updated
The chart draw method is called every 500ms.
2015-10-09 12:29:32 +02:00
Markus Grigull
acebff7c0c Move charts to pure flotcharts.js and redraw on data change 2015-10-09 11:35:31 +02:00
Markus Grigull
1b576d543c Add static charts for properties 2015-10-09 09:22:35 +02:00
Markus Grigull
fefac58125 Moved on with layout 2015-10-08 16:04:06 +02:00
Markus Grigull
3fd510e926 Changed layout to nav-tabs based
Layout is work in progress
2015-10-08 13:35:18 +02:00
Markus Grigull
58bef235e1 Fix polling system 2015-10-08 11:33:31 +02:00
Markus Grigull
35e63c34fc Add conditionals for empty entity or properties 2015-10-07 15:27:23 +02:00
Markus Grigull
403351d12b Added property route
The list of properties of an entity is clickable and redirects
to the detailed view of the property (not programmed yet).
The routes have changed (renamed lab-mashup to entities).

The layout has changed and is work in progress.

The data model has changed. Properties have an own model and
are connected via relationships to the entity model.
2015-10-07 15:09:26 +02:00
Markus Grigull
9496e8023e Changed layout to two columns based
The left column displays all entities found and the right column
displays the properties of one entity. An entity can be selected
by clicking on it in the left table.

Last updated label is visible but not used yet.
2015-10-01 16:36:37 +02:00
Markus Grigull
64d1c6e479 Add context broker backend
The context broker is connected via the custom adapter and
serializer. At the moment only the entity IDs are shown
but the property table is empty.

Mirage is disabled.
2015-10-01 14:09:27 +02:00
Markus Grigull
abb65735c5 Add dynamic data generate by mirage 2015-09-28 13:45:09 +02:00
Markus Grigull
0711372904 Fix use static data from route 2015-09-26 16:41:56 +02:00
Markus Grigull
63a27d294c Create static layout with just one table
The whole layout and data is hardcoded as first mockup. Mirage
server mockup is added but not used yet.
2015-09-26 16:34:31 +02:00
Tomster
a539bc2b23 Initial Commit from Ember CLI v1.13.8
_...,
                                                     ,:^;,...;
              -+===;.         ,,--++====++-,,,     .:  /.....,
            :::::~+++++#:,+#++++++++++++++++++#*..:   /,......
           (,,,,,,::=+++##++++++++++++++++++++++#.   :....../
            ...,,,,,::++++++++++++++++++++++++++++++*..,...:
            *..+...,#@@@@@@@@@++++++++++++++++++++++#*....*
              @#,;##############@@@+*+#@@@@@@@@@@#*++#..<
              *@##@@+,-*^^^*-+@####@@@######@@@#####@@,,,+
                @#@*            @#@@@@#@@+--*^^*--#@@@@@@#
                @#@.    @#      @##+++@#,           .@@#@@
                 #@#    @@     +@@++++#@@     @@     :@@
                 :@#*         @#@++++++@#*    #@     @@+
                :*+@@#;,.__.+@#@+,-^^.++@#          @@++
               ;*  :*@@@##@@@@;++r._j^.+@##@+,.__,,@@++.
              /*    ........+++++++++++++#@@@@@###@@#++++,
            ,:       ...,@@@#++===----==@@@####,,....+++++
           .:       ......@@##@\   ;   :@####@,,...... +++.
           ;       .........@###,   ;  ;xx#@;,,.....   *;+,
           |       ........,*;xxxx--^--=xxx,........   :+#;
           ;         ......,,;xxxxxxxxxxxxx;,.....     *+#
            ;          ......,::xxxx;.     ......       +.   .
             *;            .........  +###  ....       / ,. /:| ,.
               .+:             ...  ;##++##, .      ,#. (..v..;*./
                  **                ##  ###*    .:*&&&+. \.,....<,
                   #&+**==-..,,__  ;##  ###  :,*+&&&&&&&v+#&,,.._/
                  #&&&&*...,::,,.  ##; ,##* .*****;:&&&&&&&&&
                 ,+*+;~*..*** *.* ### ###* *******    *+#&;*
                                  ##,;##    ****    :,  **
         #####    ##   ###  ###,  ########       .#####   ;##  ##
        #######  ;##  #### ,###.  ##########    ########  ### ####
       ###  ###  ### ##########   ####  ####   ,##   ###  #######*
      ### ,###  ##############:   ##     ###  #### ,##   :#### ###  ##;
  ##########    ########### ##   .##    ,###  #######    ##### :######
    ######    .###### ####  ##   ###    ### ######*    :#####   ####
       #############  ####  ################    ######## ###
        #####*  *#*    #:   :###   *###*         *####    #*
2015-09-24 22:22:14 +02:00