Hey everyone! Dashing creator here. Thanks for the frontpage :) I have good news for you all. Dashing will be evolving soon to support multiple backends. Already there are ports being written for python, perl, .net, and also better rails integration. Stay tuned! P.S: Sorry for the downtime. Was not expecting frontpage. While I work on getting it stable, enjoy this screenshot: http://cl.ly/image/321Y2V361X1r
Dashing - A dashboard framework
61–70 of 85 posts
Re: Dashing - A dashboard framework
#62Re: Dashing - A dashboard framework
#63Coincidentally just started using this today. I've got a couple of widgets/jobs I'm hoping to share for re-use. Some on the wiki are out of date e.g. the Twitter ones that don't support Oauth will stop working soon.
Re: Dashing - A dashboard framework
#64While I'm sure it looks fantastic on a dedicated monitor/tv, it's lack of a responsive layout limits it's use in my books Looking at something like http://dash.social-biblio.ca/torontolibrary on a sub 1080p monitor is less than optimal.
The thinking was that displaying exactly the same data on a TV, desktop, and mobile device isn't ideal. The dashboard is designed specifically for the display. If a mobile version is needed, then the relevant widgets can easily be put into a new, mobile-optimized dashboard.
The same could be achieved with carefully designed media queries, but I feel that separate dashboards do the job better.
Re: Dashing - A dashboard framework
#65Hey everyone! Dashing creator here. Thanks for the frontpage :) I have good news for you all. Dashing will be evolving soon to support multiple backends. Already there are ports being written for python, perl, .net, and also better rails integration. Stay tuned! P.S: Sorry for the downtime. Was not expecting frontpage. While I work on getting it stable, enjoy this screenshot: http://cl.ly/image/321Y2V361X1r
I know its part of shopify organization now, but there is a lot of interest I know I would love to contribute to other backends as well
Re: Dashing - A dashboard framework
#66Where's documentation of how to use the graph widget?
The current implementation requires you to send an array of hashes with the x and y co-ordinates you want to plot.
Here's the example job where you can see it in action: https://github.com/Shopify/dashing/blob/master/templates/pro...
Re: Dashing - A dashboard framework
#67Hey everyone! Dashing creator here. Thanks for the frontpage :) I have good news for you all. Dashing will be evolving soon to support multiple backends. Already there are ports being written for python, perl, .net, and also better rails integration. Stay tuned! P.S: Sorry for the downtime. Was not expecting frontpage. While I work on getting it stable, enjoy this screenshot: http://cl.ly/image/321Y2V361X1r
It looks really good. We're just about to start building a dashboard so this could be really useful. We're using emberjs though, is it possible to use just the views and the layout code? I'm thinking along the lines of a dashboard bootstrap.
Re: Dashing - A dashboard framework
#68I don't get it. Why is something at the UI level coupled to a server-side framework?
Me neither and this is somehow scary. I'd prefer just an UI kit with guidelines for integration with backend.
Re: Dashing - A dashboard framework
#69Earlier quoted context omitted.
It looks really good. We're just about to start building a dashboard so this could be really useful. We're using emberjs though, is it possible to use just the views and the layout code? I'm thinking along the lines of a dashboard bootstrap.
I think you want gridster then: http://gridster.net/
Re: Dashing - A dashboard framework
#70I don't get it. Why is something at the UI level coupled to a server-side framework?