Feeling a need to write yet another
2012-11-27 18:56:19.05469+00 by Dan Lyke 2 comments
Feeling a need to write yet another generic CRUD web interface. Reinventing the wheel in *late* 2012.
2012-11-27 18:56:19.05469+00 by Dan Lyke 2 comments
Feeling a need to write yet another generic CRUD web interface. Reinventing the wheel in *late* 2012.
comments in descending chronological order (reverse):
#Comment Re: made: 2012-11-27 22:49:53.469462+00 by: Dan Lyke
Yeah, much of this is that we need a general system to slap together user editing capabilities for databases that have a controller with CRUD operations, just not a model that anyone else uses.
It's probably for me to figure out how to tie Backbone.js to our redundant RPC server model using Prototype or similar for the front-end with a minimum of fuss. And make sure that the RPC server can easily autodiscover DBIx tables or somesuch.
It's like it's all there except for the proxy through the RPC server and installing behaviors in the controller/RPC server portion of the model rather than assuming that the database will have triggers.
Arghness.
#Comment Re: made: 2012-11-27 22:20:34.980519+00 by: meuon
http://twitter.github.com/bootstrap/ - Worth abusing. Makes this much easier.