Futon is the current tool provided for programmers to work with desktopcouch. However, I find it:
- Not work all the time
- Too complex UI wise
- A Couch tool, not a desktopcouch tool (a subtle but important distinction)
Thus, I started a new project for myself, slip-cover. Of course it's using Quickly 3.9.x ;) Also, the use of quickly-widgets made it very easy to boot strap this project. Though I am starting to see a need for some kind of quickly.widgets.DocumentTabs sort of thing.
The first iterations allows you to:
- view some desktopcouch instance info
- view records in a database by record type
- Modify existing records
I want to add some features based on my needs, in about this order:
- Ability to delete records
- Ability to delete a database
- Ability to add records
- Ability to add a field to records
- Ability to control whether a database syncs
- Ability to view views
- Ability to design views
Maybe a "feature a day" approach would work for this, especially as we close in on Lucid Final Freeze.
No comments:
Post a Comment