ymichael / puton

Puton is no longer maintained. Check out the PouchDB inspector for Chrome and PouchDB inspector for Firefox
29 stars 2 forks source link

Join with Fauxton? #10

Open daleharvey opened 11 years ago

daleharvey commented 11 years ago

This is just a suggestion, so feel free to close if its not something that interests you.

There has been a lot of work on a new admin interface to CouchDB to replace futon called fauxton. Its based on backbone so it should be possible to replace the backend and have it use pouchdb, the fauxton codebase has been built in a pluggable way so the front end is customisable and any ideas you had about interfaces could be built as plugins, but it would mean getting a whole bunch of functionality for free

https://github.com/cloudant-labs/couchdb/tree/fauxton/src/fauxton https://npmjs.org/package/fauxton https://github.com/jo/backbone-pouchdb

ymichael commented 11 years ago

Noted. sounds like the way to go. Will investigate further. @zichun thoughts?

zichun commented 11 years ago

definitely worth looking into.. I'm doubtful that it'll be easy to replace the adapaters just because the frontend is written in backbone but it'll definitely be beneficial to look closely at the progress of fauxton; just for great ideas, if not for anything