hakandilek / play2-crud

Simple CRUD & DAO implementation for play2
Other
142 stars 52 forks source link

Extension for Twixt #52

Closed ianrae closed 9 years ago

ianrae commented 9 years ago

Hi. I have been building an extension to play-crud called Twixt. https://github.com/ianrae/twixt

I would like to do a pull request to make some classes such as FieldMetadata more extensible. Would that be acceptable to you?

hakandilek commented 9 years ago

Hi @ianrae, Twixt looks like a neat idea. Please feel free to make any kind of contributions. I'd better prefer to discuss changes based on the pull requests. As one wise hacker once said: "show me the code". :)

How are you planning to integrate play2-crud with Twixt?

ianrae commented 9 years ago

OK I will make a pull request. Not expecting a lot of changes, just a few small things to make it extensible.

Twixt forms can be used on their own, but the project will include play-crud as a dependency because the automatic CRUD features are just too useful. Integration is done by Twixt deriving a controller class from CRUDController, and another from DynamicCRUDController.

hakandilek commented 9 years ago

Ok, it sounds nice.

I'm closing this issue and looking forward to see your pull request when you're ready.