rufuspollock-okfn / dataexplorer

View, visualize, clean and process data in the browser.
http://explorer.okfnlabs.org
148 stars 47 forks source link

Persisting per-user Data Explorer config (incl e.g. list of projects) #51

Closed rufuspollock closed 11 years ago

rufuspollock commented 11 years ago

For time being will just be the list of projects.

{
projects: [{
  id: ...
  gist_id: ... # maybe the same
  state: active | deleted
}
  ....
]
}

Persistence to special gist

Name: DataExplorerConfig.json

Boot sequence:

Persistence is automatic on each change ...

djw commented 11 years ago

Instead of creating a special gist, we're going to look for gists that contain a file called datapackage.json. Working on a pull request now.