naskoap / clojurebook

A picture-gallery application with Clojure
MIT License
0 stars 0 forks source link

Allow for users to enter picture/gallery descriptions #11

Open naskoap opened 8 years ago

naskoap commented 8 years ago

The web application currently only allows users to upload a picture. Functionality should be added so they can also add a description of the respective picture and the gallery which contains it. The database namespace should be altered to hold the necessary data and a handler function needs to be created in the gallery.clj namespace to serve the descriptions on the frontend.