jaceklaskowski / librarian-clojure

Book manager in Clojure
http://librarian-clojure.herokuapp.com/
22 stars 4 forks source link

New Book button creates a book in-place #7

Closed jaceklaskowski closed 12 years ago

jaceklaskowski commented 12 years ago

New Book should show a form to enter the data in the page it's in. It would likely show a hidden div to accept the user data and send it off via jquery/ajax to server to store in a database refreshing the table afterwards.

konrad-garus commented 12 years ago

I'll do it.

jaceklaskowski commented 12 years ago

It's in the repo. Thanks Konrad.