Archive

Archive for the ‘Eating Our Own Dogfood’ Category

Basic Charts

January 26th, 2009 admin No comments

One of the tasks we are continually asked to do is to take some application data, format it in a way that gives the data some meaning, and display the results in a chart.

For anyone who has ever had to chart out a trend line, or attempted to calculate the intersection of two disparate data sets in Excel, charting quickly becomes a time-suck.  You can very quickly spend more time developing the chart than you spent developing the original application.

With Bluyah, we’re going to make charting easier for you.  If you understand your underlying data and can define it in a tabular format, you can go from that data set to a basic chart very easily.

The below example is built against the Bluyah database.  The database view looks in the application’s user account table and counts the number of user accounts by week.  The report was created off of this view without any modification.  Then a chart “Export” was created off of the report.

From “idea” to the implementation you see here took less than 15 minutes.

  

Tell us what you think.  Better yet, give us suggestions for improving Bluyah.


Tweet This Share via Facebook Digg It! Add to Del.cio.us Add to Technorati Favorites Stumble It! Email this Print Friendly

Categories: Eating Our Own Dogfood Tags: ,

Marquee Data Widget

January 26th, 2009 Richard Luck No comments

What Is It?

A Marquee is a way to take a tabular data set to the next level, creating a list that can be embedded as a “window” within a website.

For example:

Of course, there is no need to embed the data widget within a window.  You can simply call the URL directly:

http://admin.bluyah.com/export/marquee/8e9c9f40cd97012b6ee4002241319b39

How Does it Work?

Marquee allows you to designate different roles for each of the elements within your data set.  For example, you can take the first column of data and have it act as the “text” part of a link, while a different column of data is designated as the “URL.”  An additional data set can be appended as “additional info” and tooltips will be coming soon.  If you want, you can turn on / off the display of the report title at the top of the Marquee.

Suggestions?  Please Contact Us and let us know what you would like to see.


Tweet This Share via Facebook Digg It! Add to Del.cio.us Add to Technorati Favorites Stumble It! Email this Print Friendly

Categories: Eating Our Own Dogfood Tags:

Basic HTML output

January 25th, 2009 admin No comments

Here’s the simplest type of export.  We’ll take an RSS feed of our “Open” Tickets from our ticket tracking system, rename two of the data fields to “Title” and “Summary”, then spit out the results in tabular format to the screen.

http://admin.bluyah.com/export/screen/8e9c9f40cd97012b6ee4002241319b39

Feel free to bookmark the report link above if you want to keep track of open tickets.  Since all Bluyah exports report in real-time, as soon as we add or remove a ticket from our tracking system the report will reflect the change.


Tweet This Share via Facebook Digg It! Add to Del.cio.us Add to Technorati Favorites Stumble It! Email this Print Friendly

Categories: Eating Our Own Dogfood Tags: