Wiredcraft / dashy

The dashboard showing metrics in the office.
0 stars 1 forks source link

Adding grid functionality #118

Open bbss opened 10 years ago

bbss commented 10 years ago

In order to update the position of the widgets we choose a grid implementation.

A user can specify for a widget to have x and y location properties and width and height properties that map to the places they take in the grid (so not in px but int in grid).

https://github.com/uberVU/grid looks nice.

I will try to implement the jQuery part features in Dart and make use of the core logic that is in the non-jQuery part.

bbss commented 10 years ago

Done, dropping drag n drop for now