ahdinosaur / bigspace

an infinite space of resources
MIT License
1 stars 1 forks source link

improve [forms] resource #72

Open ahdinosaur opened 11 years ago

ahdinosaur commented 11 years ago

here's what i'm thinking, at a high-level, based on existing forms resource and the clean code in https://github.com/nickjackson/forms :

cc @Marak, as your feedback would be appreciated.


checklist (please add related tasks here):

...

erobit commented 11 years ago

I've also found two other implementations that we can compare with.

https://github.com/caolan/forms (nodejs)

https://github.com/robla/mediawiki-jsondata (client side) - This one is pretty slick and could probably convert to node very easily -> add bootstrap on top of it pretty easily - no external deps other than json.js. Also handles complex schemas and adding/removing object/array types.