TODO
From FubuMVC Wiki
We're looking for a few good geeks!
We need some folks to help get FubuMVC off the ground and help people get started working with it.
Some stuff we need help with is:
Contents |
Content
- Guides
- Finish the Getting Started guide
- Finish the Contributing guide (basic git workflow, how to do pull requests)
- How Input Model Binding Works (basics, conventions, etc)
- Routes 101, differences from ASP.NET MVC, and How-To on IUrlPolicy
- Behaviors: Guidance and How-To
- Policies: Guidance and How-To
- HTML Helpers Guidance and How-To (conventions, display/input builders, etc)
- Using Spark as Your View Engine
- Advanced Behaviors and Architecture with FubuMVC
- More on contributing: Coding styles, design goals
- Wiki content: Introduction, Getting started guide, and other articles
- API Documentation
- Feedback: What is FubuMVC missing? What does it need more of?
- Getting Started guides and blog posts
Code
- FubuRegistry tester to help isolate support issues (see this post)
- Sample applications
- More convention implementations
- More standard behaviors
- More HTML helpers
- FormFor<InputModel>()
- TextBoxFor(x => x.Foo) (non-conventional version of InputFor)
- DropDownListFor(x => x.Foo) (non-conventional version of InputFor)
- T4 templates for views
- Script Manager / CSS Manager
- Needs to gather up all the scripts and CSS's required by the views and partials and render everything in the <head> tag
- Optional script combining and/or packing (check out jsmin)
- HornGet integration
Projects (Lotsa Code)
- A command line app to automate stuff (kinda like Rails' "generate" app). Inquire on the mailing-list for details and ideas here.
- Spark view engine (using Spark as a way of rendering views instead of WebForms) -- Note: Current effort underway, check mailing list if you wish to help
- Other IoC implementations (Ninject, Windsor, Unity, etc) -- Note: Windsor and Ninject efforts underway. Check the mailing list if you wish to help.
Accelerators
- ReSharper templates for Controllers, Views, and other stuff
- CodeRush templates for Controllers, Views, and other stuff