kraken-ui.git
12 years agoUpdates dashboard month. master
David Schoonover [Thu, 5 Jul 2012 22:31:23 +0000]
Updates dashboard month.

12 years agoMerge branch 'develop' with the Middleware updates.
David Schoonover [Thu, 5 Jul 2012 21:28:11 +0000]
Merge branch 'develop' with the Middleware updates.

12 years agoFixes IS_DEV issue.
David Schoonover [Thu, 5 Jul 2012 21:21:43 +0000]
Fixes IS_DEV issue.

12 years agoRefactors server into middleware; changes 'dev' to 'development' when testing environ...
David Schoonover [Thu, 5 Jul 2012 21:16:13 +0000]
Refactors server into middleware; changes 'dev' to 'development' when testing environment, as per node convention.

12 years agoUpdates contributors.
David Schoonover [Tue, 3 Jul 2012 05:48:54 +0000]
Updates contributors.

12 years agoAdds _.isMember, a generic test for whether a collection contains a value.
David Schoonover [Tue, 3 Jul 2012 05:48:43 +0000]
Adds _.isMember, a generic test for whether a collection contains a value.

12 years agoAdopted margin convention from http://bl.ocks.org/3019563
declerambaul [Mon, 2 Jul 2012 14:59:49 +0000]
Adopted margin convention from bl.ocks.org/3019563

12 years agoMerge remote-tracking branch 'origin/develop' into develop
declerambaul [Mon, 2 Jul 2012 13:55:28 +0000]
Merge remote-tracking branch 'origin/develop' into develop

12 years agoRe-added David's code for accessing individual data points in d3-line-element.co...
declerambaul [Mon, 2 Jul 2012 13:50:49 +0000]
Re-added David's code for accessing individual data points in d3-line-element.co for future use.

12 years agod3-test-line uses active editor graph as test case
declerambaul [Mon, 2 Jul 2012 13:50:05 +0000]
d3-test-line uses active editor graph as test case

12 years agoSVG rerenders each time the model changes and ChartType.renderChart() is called.
declerambaul [Mon, 2 Jul 2012 13:49:28 +0000]
SVG rerenders each time the model changes and ChartType.renderChart() is called.

12 years agoMerge branch 'develop'
David Schoonover [Sun, 1 Jul 2012 06:54:36 +0000]
Merge branch 'develop'

12 years agoMerge branch 'develop' of less.ly:kraken-ui into develop d3-chart-element
erosen [Fri, 29 Jun 2012 19:25:21 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop

12 years agoMerge branch 'evan' into develop
erosen [Fri, 29 Jun 2012 19:23:40 +0000]
Merge branch 'evan' into develop

12 years agoAdds conf to build /docs into nice HTML docs.
David Schoonover [Fri, 29 Jun 2012 13:29:33 +0000]
Adds conf to build /docs into nice HTML docs.

12 years agoFreezes deps.
dsc [Thu, 28 Jun 2012 20:19:58 +0000]
Freezes deps.

12 years agoMerge branch 'develop' of less.ly:kraken-ui into develop
David Schoonover [Thu, 28 Jun 2012 20:19:29 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop

12 years agoFreezes deps.
David Schoonover [Thu, 28 Jun 2012 20:19:19 +0000]
Freezes deps.

12 years agodashboard-view/model refactoring complete. model now loads graphs form cache and...
erosen [Thu, 28 Jun 2012 16:40:25 +0000]
dashboard-view/model refactoring complete.  model now loads graphs form cache and view just asks model for graph objects. graph_ids and tabs are still hardcoded, however inside the model.

12 years agoD3ized the displaying of the metrics stored in a model, i.e. using enter() exit(...
declerambaul [Thu, 28 Jun 2012 16:28:07 +0000]
D3ized the displaying of the metrics stored in a model, i.e. using enter() exit() methods.

12 years agofinished basic refactoring of dashboard loading behavior. Still broken though
erosen [Wed, 27 Jun 2012 23:37:52 +0000]
finished basic refactoring of dashboard loading behavior.  Still broken though

12 years agosuccessfully implemented the graph cache loading procedure which returns a nested...
erosen [Wed, 27 Jun 2012 19:57:20 +0000]
successfully implemented the graph cache loading procedure which returns a nested object of the form {tab_id : {graph_id : graph_obj} }, which isnt really ideal

12 years agoWhitespace
David Schoonover [Wed, 27 Jun 2012 17:16:56 +0000]
Whitespace

12 years agoWhitespace
David Schoonover [Wed, 27 Jun 2012 16:57:25 +0000]
Whitespace

12 years agoCreated a D3ChartType ChartType, abstracting the different d3 elements (line,bar...
declerambaul [Wed, 27 Jun 2012 16:41:05 +0000]
Created a D3ChartType ChartType, abstracting the different d3 elements (line,bar) as subclasses of D3ChartElement.

12 years agoWhitespace.
David Schoonover [Tue, 26 Jun 2012 16:53:53 +0000]
Whitespace.

12 years agoD3 charttypes now render an individual metric, which allows to combine different...
declerambaul [Tue, 26 Jun 2012 16:00:09 +0000]
D3 charttypes now render an individual metric, which allows to combine different types in the same graph, e.g. having both bars and lines in a graph.

12 years agoAdded a rudimentary bar chart type
declerambaul [Mon, 25 Jun 2012 12:37:02 +0000]
Added a rudimentary bar chart type

12 years agoAdded mouseover event for the circles on a line.
declerambaul [Sat, 23 Jun 2012 11:51:55 +0000]
Added mouseover event for the circles on a line.

12 years agoApparently the Fabric dep is case-sensitive.
David Schoonover [Fri, 22 Jun 2012 17:53:31 +0000]
Apparently the Fabric dep is case-sensitive.

12 years agoIdea mockups.
David Schoonover [Fri, 22 Jun 2012 17:51:22 +0000]
Idea mockups.

12 years agoIdea mockups.
David Schoonover [Fri, 22 Jun 2012 17:49:12 +0000]
Idea mockups.

12 years agoAn experiment in hover-reactive data-points.
David Schoonover [Fri, 22 Jun 2012 17:48:57 +0000]
An experiment in hover-reactive data-points.

12 years agoRemoves pointless logging.
David Schoonover [Fri, 22 Jun 2012 02:55:20 +0000]
Removes pointless logging.

12 years agoupdated reportcard.json to include the model information
erosen [Wed, 20 Jun 2012 23:07:26 +0000]
updated reportcard.json to include the model information

12 years agoDeploy needs to npm install to ensure deps are up to date.
David Schoonover [Wed, 20 Jun 2012 16:13:52 +0000]
Deploy needs to npm install to ensure deps are up to date.

12 years agoUnbreaks dygraph charts. Heh.
David Schoonover [Wed, 20 Jun 2012 16:05:38 +0000]
Unbreaks dygraph charts. Heh.

12 years agoAuto-load d3 line chart type.
David Schoonover [Wed, 20 Jun 2012 16:00:37 +0000]
Auto-load d3 line chart type.

12 years agoFixes ordering issue with non-default chart-types.
David Schoonover [Wed, 20 Jun 2012 15:52:36 +0000]
Fixes ordering issue with non-default chart-types.

12 years agoAdds d3-line test graph.
David Schoonover [Wed, 20 Jun 2012 09:57:53 +0000]
Adds d3-line test graph.

12 years agoFirst pass at a d3 line chart.
David Schoonover [Wed, 20 Jun 2012 08:15:25 +0000]
First pass at a d3 line chart.

12 years agoFolding markers.
David Schoonover [Wed, 20 Jun 2012 05:59:21 +0000]
Folding markers.

12 years agoFixes scroll-to-graph.
David Schoonover [Wed, 20 Jun 2012 05:58:03 +0000]
Fixes scroll-to-graph.

12 years agoAdds Dashboard controller.
David Schoonover [Mon, 18 Jun 2012 23:00:32 +0000]
Adds Dashboard controller.

12 years agoAdds generic non-Backbone base class.
David Schoonover [Mon, 18 Jun 2012 19:54:13 +0000]
Adds generic non-Backbone base class.

12 years agoUpdates dashboard and display to use AppView
David Schoonover [Tue, 12 Jun 2012 18:12:15 +0000]
Updates dashboard and display to use AppView

12 years agoCheckpoint in adding shortcut to scroll between graphs.
David Schoonover [Tue, 12 Jun 2012 18:11:51 +0000]
Checkpoint in adding shortcut to scroll between graphs.

12 years agoDisable buffering for nginx.
David Schoonover [Fri, 8 Jun 2012 22:39:13 +0000]
Disable buffering for nginx.

12 years agoProxy endpoint.
David Schoonover [Fri, 8 Jun 2012 22:07:49 +0000]
Proxy endpoint.

12 years agoForce load chart-schema as json.
David Schoonover [Thu, 7 Jun 2012 16:53:14 +0000]
Force load chart-schema as json.

12 years agoMerge branch 'develop' of less.ly:kraken-ui into develop
declerambaul [Thu, 7 Jun 2012 16:49:17 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop

12 years agoFixed bug with callout that contain NaN numbers
declerambaul [Thu, 7 Jun 2012 16:40:45 +0000]
Fixed bug with callout that contain NaN numbers

12 years agoUpdates reportcard date.
David Schoonover [Thu, 7 Jun 2012 16:36:17 +0000]
Updates reportcard date.

12 years agoUpdates footer.
David Schoonover [Thu, 7 Jun 2012 16:25:14 +0000]
Updates footer.

12 years agoReplaces 'GraphKit' with 'Limn'.
David Schoonover [Thu, 7 Jun 2012 16:22:47 +0000]
Replaces 'GraphKit' with 'Limn'.

12 years agoWhoops. Apparently I forgot to uncomment that.
David Schoonover [Thu, 7 Jun 2012 16:20:48 +0000]
Whoops. Apparently I forgot to uncomment that.

12 years agoFixes Callout for missing data.
David Schoonover [Thu, 7 Jun 2012 16:19:22 +0000]
Fixes Callout for missing data.

12 years agoAdded active editor graph for only Portuguese and Arabic for demonstration purposes.
declerambaul [Thu, 7 Jun 2012 15:53:48 +0000]
Added active editor graph for only Portuguese and Arabic for demonstration purposes.

12 years agoUpdated mobile target data by hand. Like one ought to.
declerambaul [Thu, 7 Jun 2012 15:40:28 +0000]
Updated mobile target data by hand. Like one ought to.

12 years agoAdded colors to target graph specs. Temporarily disabled custom error bars as they...
declerambaul [Thu, 7 Jun 2012 15:14:30 +0000]
Added colors to target graph specs. Temporarily disabled custom error bars as they broke the whole graph (mobile and active editors).

12 years agoAdded colors to commons graph. Confused about the ordering of the legend, not represe...
declerambaul [Thu, 7 Jun 2012 14:54:37 +0000]
Added colors to commons graph. Confused about the ordering of the legend, not represented in order of specification in the mertric array. Left index of Total at 0 and changed all others to 1, now at least the Total is on top.

12 years agoAdded colors to commons graph. Confused about the ordering of the legend, not represe...
declerambaul [Thu, 7 Jun 2012 14:42:46 +0000]
Added colors to commons graph. Confused about the ordering of the legend, not represented in order of specification in the mertric array. Left index of Total at 0 and changed all others to 1, now at least the Total is on top.

12 years agoMerge branch 'develop' of less.ly:kraken-ui into develop
David Schoonover [Thu, 7 Jun 2012 14:21:15 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop

12 years agoFixes issue with derived colors in edit view.
David Schoonover [Thu, 7 Jun 2012 14:07:00 +0000]
Fixes issue with derived colors in edit view.

12 years agoMerge remote-tracking branch 'origin/develop' into develop
declerambaul [Thu, 7 Jun 2012 13:51:32 +0000]
Merge remote-tracking branch 'origin/develop' into develop

12 years agoUpdated comscore and pageview data BY HAND!!!!!!!! Arg.
declerambaul [Thu, 7 Jun 2012 13:50:51 +0000]
Updated comscore and pageview data BY HAND!!!!!!!! Arg.

12 years agoRemoved color selection in old_to_new script, handled in dataset-ui instead.
declerambaul [Thu, 7 Jun 2012 13:15:15 +0000]
Removed color selection in old_to_new script, handled in dataset-ui instead.

12 years agoMinor dashboard style tweaks
David Schoonover [Thu, 7 Jun 2012 10:31:50 +0000]
Minor dashboard style tweaks

12 years agoRemoves github links for now.
David Schoonover [Thu, 7 Jun 2012 10:23:41 +0000]
Removes github links for now.

12 years agoStubs out project info pages.
David Schoonover [Thu, 7 Jun 2012 10:20:07 +0000]
Stubs out project info pages.

12 years agoColors the callout deltas.
David Schoonover [Thu, 7 Jun 2012 10:04:52 +0000]
Colors the callout deltas.

12 years agoAdds project-to-color mapping for metrics with no color defined.
David Schoonover [Thu, 7 Jun 2012 09:29:41 +0000]
Adds project-to-color mapping for metrics with no color defined.

12 years agoMoves legend to the left, along with the callout. Updates dashboard style.
David Schoonover [Thu, 7 Jun 2012 06:45:23 +0000]
Moves legend to the left, along with the callout. Updates dashboard style.

12 years agoGuards callout against null data. Re-enables Dashboard.
David Schoonover [Thu, 7 Jun 2012 05:19:06 +0000]
Guards callout against null data. Re-enables Dashboard.

12 years agoMerge branch 'develop' of less.ly:kraken-ui into develop
David Schoonover [Thu, 7 Jun 2012 05:10:06 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop

Conflicts:
data/graphs/test.json

12 years agoUpdates callout style.
David Schoonover [Thu, 7 Jun 2012 05:08:32 +0000]
Updates callout style.

12 years agoFixes test for "default metric label" resulting in misapplied labels.
David Schoonover [Thu, 7 Jun 2012 05:06:30 +0000]
Fixes test for "default metric label" resulting in misapplied labels.

12 years agoResolved conflict in active_editor_count yaml file.
declerambaul [Thu, 7 Jun 2012 03:46:05 +0000]
Resolved conflict in active_editor_count yaml file.

12 years agoImported new data from erikz. Adapted all graph.json files to the new dataset-ui...
declerambaul [Thu, 7 Jun 2012 03:43:17 +0000]
Imported new data from erikz. Adapted all graph.json files to the new dataset-ui specs. Same label should have same colors.

12 years agoUpdates columns in active editors metadata for tomorrow's presentation.
David Schoonover [Thu, 7 Jun 2012 00:03:15 +0000]
Updates columns in active editors metadata for tomorrow's presentation.

12 years agoAdded more languages to active_editor yaml description by hand, for use with dataset-ui
declerambaul [Wed, 6 Jun 2012 23:47:06 +0000]
Added more languages to active_editor yaml description by hand, for use with dataset-ui

12 years agoFixes issue with certain graphs failing to load their graph metadata.
David Schoonover [Wed, 6 Jun 2012 23:16:39 +0000]
Fixes issue with certain graphs failing to load their graph metadata.

12 years agoMerge branch 'develop' of less.ly:kraken-ui into develop
David Schoonover [Wed, 6 Jun 2012 15:12:37 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop

12 years agoAnd that finishes up Callouts.
David Schoonover [Wed, 6 Jun 2012 15:12:31 +0000]
And that finishes up Callouts.

12 years agoMerge remote-tracking branch 'origin/develop' into develop
declerambaul [Wed, 6 Jun 2012 15:02:17 +0000]
Merge remote-tracking branch 'origin/develop' into develop

12 years agoTemporarily added test.json for debugging of new dataset-ui graph spec.
declerambaul [Wed, 6 Jun 2012 15:01:57 +0000]
Temporarily added test.json for debugging of new dataset-ui graph spec.

12 years agoMerge branch 'develop' of less.ly:kraken-ui into develop
David Schoonover [Wed, 6 Jun 2012 14:12:32 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop

12 years agoMerge branch 'develop' of less.ly:kraken-ui into develop
declerambaul [Wed, 6 Jun 2012 14:04:10 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop

12 years agoNew data from ErikZ (new pageview still missing). Added graphs/active_editors_v1...
declerambaul [Wed, 6 Jun 2012 14:03:36 +0000]
New data from ErikZ (new pageview still missing). Added graphs/active_editors_v1.json to test new dataset-ui graph spec. Not working yet...

12 years agoRemove cruft from dev bugs.
David Schoonover [Wed, 6 Jun 2012 12:48:24 +0000]
Remove cruft from dev bugs.

12 years agoStrip out id from DataSet JSON before saving.
David Schoonover [Wed, 6 Jun 2012 12:47:55 +0000]
Strip out id from DataSet JSON before saving.

12 years agoCheckpoint.
David Schoonover [Tue, 5 Jun 2012 01:40:16 +0000]
Checkpoint.

12 years agoAdds graph spec; some housekeeping.
David Schoonover [Sun, 3 Jun 2012 14:33:47 +0000]
Adds graph spec; some housekeeping.

12 years agoFixes submit bug with subforms; fixes lost-context with data transforms.
David Schoonover [Sun, 3 Jun 2012 14:05:11 +0000]
Fixes submit bug with subforms; fixes lost-context with data transforms.

12 years agoAdds AppView to start cleaning up -main.co files; Begins refactor of chart-type code...
David Schoonover [Sun, 3 Jun 2012 12:53:20 +0000]
Adds AppView to start cleaning up -main.co files; Begins refactor of chart-type code; fixes new, broken changes from browserify.

12 years agoCleans up geo chart in prep for making a chart-type.
David Schoonover [Thu, 24 May 2012 00:50:52 +0000]
Cleans up geo chart in prep for making a chart-type.

12 years agoFixes d3 symlinks.
David Schoonover [Wed, 23 May 2012 23:36:05 +0000]
Fixes d3 symlinks.

12 years agoRefactor of source modules, including:
David Schoonover [Wed, 23 May 2012 23:30:11 +0000]
Refactor of source modules, including:
- dataset     -> data
- timeseries  -> util/timeseries
- scaffold    -> base/scaffold
- Adds templates/{chart,dashboard,data,graph} to match the structure of the modules
- Deletes unused/empty modules and templates

12 years agoTurns out sub-forms don't contribute their fields to a parent form when calling jQuer...
David Schoonover [Wed, 23 May 2012 22:50:08 +0000]
Turns out sub-forms don't contribute their fields to a parent form when calling jQuery.serializeArray(), which is AWESOME. And fixes the 'extraneous random crap' problem with serializing Metric models in some cases.

12 years agoFixes metric CRUD in data-ui.
David Schoonover [Tue, 22 May 2012 15:52:56 +0000]
Fixes metric CRUD in data-ui.