GO1 - Gridster
This library will provide a couple of interfaces and serializers to ouput
Gridster settings. It comes with two default encoders such as Json and XML. It
can then be used in a traditional implementation or an angular type implementation., (*1)
Grid
This is the main Grid entity. It is used to represent the Gridster view. It
contains blocks., (*2)
Block
This block entity specifies the block type, positioning on gridster., (*3)
Source
This specifies where the data / information will be gathered from. ie: Data Source., (*4)
Encoders
JSON is now. YAML, XML will come., (*5)
How to use
Ensure that you have three type of entities., (*6)
- Grid implement GridInterfacegit st
- Block implement BlockInterface
- Source implement SourceInterface