f8cbb60bf6
[#14,refactor][s]: move dialog and notification out of demo/index.html and into DataExplorer view template.
Rufus Pollock
2012-01-06 18:57:16 +00:00
48dcdd31b0
[#14,refactor][s]: move (data table) menu out of html and into DataTable view.
Rufus Pollock
2012-01-06 14:25:51 +00:00
151dacd033
[refactor][xs]: remove mustache templates from index.html that had already been moved to src/view.js.
Rufus Pollock
2012-01-06 13:46:30 +00:00
c8c6ca3da0
[#14,refactor][s]: move all mustache templates used by util that are still in demo.html into util.js templates hash.
Rufus Pollock
2012-01-06 13:42:07 +00:00
0b73a5ffbf
[#13,refactor][xs]: move rendering of transform preview into view.js from costco.js.
Rufus Pollock
2012-01-06 13:38:45 +00:00
587a4fc3b9
[tidying][xs]: comment out unused showDialog method and add some TODO comments about unconverted old recline methods.
Rufus Pollock
2012-01-06 13:32:00 +00:00
08d256816f
[#22,css][s]: add specific div for data explorer to live in in demo (so we are not tied to specific html).
Rufus Pollock
2012-01-06 13:02:35 +00:00
7a5e2edef8
[#14,view/explorer]: show total doc count in data explorer.
Rufus Pollock
2012-01-06 11:59:27 +00:00
250f931c36
[refactor][s]: rename rowCount to docCount and remove getLength method as can just use dataset.docCount.
Rufus Pollock
2012-01-06 11:43:17 +00:00
69e020254e
[doc][s]: update project home page in minor ways.
Rufus Pollock
2012-01-05 16:39:20 +00:00
b934307a2a
[tidying][xs]: remove src/backbone-webstore.js as long superseded by Backend stuff in src/model.js.
Rufus Pollock
2012-01-05 12:48:16 +00:00
16903be492
[src/recline.js][xs]: remove abortive started new code in this file and add deprecation notice.
Rufus Pollock
2012-01-05 12:32:07 +00:00
e65bc74a88
[#14,#6,backend,view][m]: delete row in data table now working via Backbone with backend memory.
Rufus Pollock
2012-01-05 12:21:16 +00:00
d5793c4044
[view][m]: move (disabled) cell editing into DataTableRow view and get it working in proper Backbone way (via save and sync).
Rufus Pollock
2012-01-05 01:46:10 +00:00
ce076a2eac
[model/backend,#6][s]: BackendMemory now supports saving of Documents.
Rufus Pollock
2012-01-05 01:39:31 +00:00
97f50c5bf5
[test/model][s]: update webstore backend test to have ajax fully mocked so tests work fully when offline.
Rufus Pollock
2012-01-05 01:36:53 +00:00
164da57dfa
[model/backend][s]: BackendMemory now works with one and only one dataset at a time (plus document what dataset data looks like).
Rufus Pollock
2012-01-05 01:00:33 +00:00
51934e1b94
[demo,test][xs]: add id to all rows/documents in fixture data for local backend data.
Rufus Pollock
2012-01-05 00:26:16 +00:00
8b9c76fd29
[view/data-explorer][m]: (refs #14) introduce ability to change number of rows viewed.
rgrp
2011-12-15 16:13:43 +00:00
e741ee7fff
[view][s]: (refs #14) switched DataTable view to render using DataTableRow view (rendering now in pure js!).
rgrp
2011-12-13 06:13:13 +00:00
01fa7343ef
[refactor][xs]: move DataTable template in view from demo/index.html.
rgrp
2011-12-13 05:50:45 +00:00
39ca647ff3
[reamde][s]: minor refactoring plus add MIT license.
rgrp
2011-12-11 16:20:02 +00:00
653f59610f
[refactor][s]: put model and view objects inside modules of similar name (Model, View).
rgrp
2011-12-07 13:49:50 +00:00
d35d3a8986
[view,test][m]: (refs #10) introduce DataTablRow view for rendering DataTable row and test it (though have not yet integrated).
rgrp
2011-12-07 01:53:52 +00:00
d7e058eb15
[model,view][s]: (refs #10) refactor to return DocumentList from Dataset.getRows rather than array of simple hashes.
rgrp
2011-12-04 03:36:13 +00:00
5e74d712f7
Merge branch 'master' into gh-pages
rgrp
2011-11-15 21:56:47 +00:00
7e67a145f4
[view/datatable][m]: (refs #13) re-enable most of data-table menus i.e. column, row, edit (though actual actions are not yet operational).
rgrp
2011-11-15 21:52:31 +00:00
67f7660ab9
[css,layout][m]: get things layed out reasonably nicely again.
rgrp
2011-11-15 20:40:27 +00:00
6d8a0a2700
[index.html][s]: simple index files for gh pages.
rgrp
2011-11-10 23:07:53 +00:00
08ab25e981
[view/chart][m]: (refs #11) chart now has functioning line graph (much still to do!).
rgrp
2011-11-10 22:57:21 +00:00
e02188e01b
[view/chart][m]: (refs #11) chart view working a bit more (e.g. chart renders (though empty) and drop downs have column names).
rgrp
2011-11-09 02:54:31 +00:00
22dde050e0
[addendum][xs]: missed deps-min out of previous commit (doh!).
rgrp
2011-11-09 02:20:03 +00:00
64b1ed8e03
[vendor,refactor][xs]: change _ to 000 to ensure sort order (_ has no effect on sort order in ubuntu).
rgrp
2011-11-09 02:19:18 +00:00
65656975a5
[view][s]: (refs #12, refs #11) add non-functioning FlotGraph view (in previous commit mostly -- by accident) and support toggling between Data Table and Graph.
rgrp
2011-11-09 01:58:51 +00:00
3bf7d9ceb4
[view,demo][m]: (refs #12) new DataExplorer parent view to hold the main app.
rgrp
2011-11-09 01:41:49 +00:00
24742a2b9e
[demo][s]: refactor js into functions for readability (this will one day become a controller / view of some kind ...).
rgrp
2011-11-09 01:00:23 +00:00
2fe1b48fc3
[demo][xs]: very minor tidying.
rgrp
2011-11-09 00:29:43 +00:00
224dcbadf3
[misc][xs]: remove some left-over couchapp-isms.
rgrp
2011-11-09 00:13:05 +00:00
07275a8fcc
[demo][s]: allow loading of demo data viewer from a webstore url.
rgrp
2011-11-08 16:12:56 +00:00
5eb06b982e
[model][m]: working Webstore Backend (fixes#8).
rgrp
2011-11-07 21:52:07 +00:00
39ab2232a1
[test,addendum][xs]: incorrect pathes to sinon in previous commit (copy and paste error!).
rgrp
2011-11-06 01:18:53 +00:00
6e5aaf7408
[test,vendor][s]: add sinon libs as we will need these for testing webstore backend.
rgrp
2011-11-06 01:13:28 +00:00
3a48044a76
[model,refactor][m]: (refs #6, refs #10) get rid of DocumentSet merging its functionality into Dataset.
rgrp
2011-11-05 20:20:31 +00:00
21d9a1c2dc
[model][m]: (fixes#6) create a BackendMemory (local data in memory) and refactor code to use this rather than current hard-coding-of-data approach.
rgrp
2011-11-05 19:48:09 +00:00
bd52bb2c58
get a datatable rendering with fake data
Max Ogden
2011-11-04 13:18:29 +00:00
2ec378997e
further refactoring
Max Ogden
2011-11-03 19:13:17 +00:00
9674e10119
rename files to better names
Max Ogden
2011-11-03 18:39:18 +00:00
f7e5a03174
Merge branch 'master' of github.com:okfn/recline
rgrp
2011-11-03 18:31:00 +00:00
4d4c1708c2
[refactor,demo][s]: refactor demo (and recline.js) to use new Dataset object.
rgrp
2011-11-03 09:09:01 +00:00
c144dda731
[model/dataset][m]: introduce Model module containing basic Dataset and TabularData objects (plus tests).
rgrp
2011-11-03 09:00:42 +00:00
2f9efbae09
start implementing backbone models and collections - ui is currently broken
Max Ogden
2011-11-02 22:32:42 -07:00
d629629bf1
cleanup whitespace, rename files, build new deps with backbone
Max Ogden
2011-11-02 19:58:56 -07:00
9e8198e491
[refactor][s]: (refs #1) remove updateDocCount and formatDiskSize functions from recline.js as no longer required.
rgrp
2011-10-24 22:00:26 +01:00
f5895560e4
[refactor][m]: (refs #1) demo app basically operational without couch (just local Dataset object).
rgrp
2011-10-24 21:54:31 +01:00
3e9c588d22
[refactor][xs]: (refs #1) start moving the couch recline app specific stuff out of core into demo app.
rgrp
2011-10-24 20:29:16 +01:00
fe4e0f90d4
[ignore][xs]: ignore vim swap files.
rgrp
2011-10-24 20:26:50 +01:00
dd5ee2b44e
[readme][s]: consistent capitalization of info files and minor refactor of README to better describe this project's purpose.
rgrp
2011-10-24 16:05:11 +01:00
aaddeaee75
[ignore][xs]: ignore sandbox directory (used for holding temp stuff and the like).
rgrp
2011-10-24 16:01:23 +01:00
27a63e6577
[all][s]: (refs #1) refactor layout to be like standard js library rather than couch app.
rgrp
2011-10-24 16:00:28 +01:00
fe8df046da
better error messages, more robust csv uploading
Max Ogden
2011-09-16 21:56:23 -07:00
935e0d15a0
improve csv parsing code
Max Ogden
2011-08-31 19:56:56 -04:00
48dbdf58f5
slight reorganization refactor
Max Ogden
2011-08-04 13:36:28 -04:00
3797c33a2b
tighten up row height
Max Ogden
2011-08-04 12:23:34 -04:00
cc9eeade0b
fix bug with dialog close listeners stacking up
Max Ogden
2011-08-03 19:59:30 -04:00
fe9e7f4c61
dont show table if there isnt any dataz
Max Ogden
2011-08-03 19:45:41 -04:00
7cbf23088c
add row controls and delete row button
Max Ogden
2011-08-03 19:33:12 -04:00
8e32984ff3
yet again redesigning loading icon thingy. make it modal this time
Max Ogden
2011-08-03 18:57:14 -04:00
1748110b02
disable global transform for now
Max Ogden
2011-08-03 18:32:17 -04:00
f40f5b20f3
update ajax loader style
Max Ogden
2011-08-03 18:19:49 -04:00
d7e7eeabe4
correctly recalculate document count
Max Ogden
2011-08-03 12:44:45 -04:00
abfb0bbc7e
show loading spinner when loading table
Max Ogden
2011-08-03 12:21:35 -04:00
db47d2e420
notify user that large uploads might take a while
Max Ogden
2011-08-03 12:01:31 -04:00
9b76faf60f
making notifications when bulk uploading csvs make a little more sense
Max Ogden
2011-08-01 22:04:19 -04:00
f72b9c31db
adding csv uploader with webworkers
Max Ogden
2011-08-01 21:23:21 -04:00
d9d5e46f66
adding license and updating iriscouch urls. closes#3
Max Ogden
2011-07-31 22:25:18 -04:00
4837c63d6a
starting to refactor document state logic... wish i had pouchdb right about now
Max Ogden
2011-07-26 13:09:44 -07:00
3312498a14
fix doc count calculation
Max Ogden
2011-07-26 12:32:40 -07:00
2d07653c09
visual import and bulk upload docs from an api
Max Ogden
2011-07-26 11:38:29 -07:00
227ef010a4
improve UI for importing json APIs
Max Ogden
2011-07-25 18:21:16 -07:00