mfrasca / cmp

Contabilità Lavori (computi metrici)
GNU General Public License v3.0
1 stars 0 forks source link

save/retrieve 'libretti' from mongodb #5

Closed mfrasca closed 10 years ago

mfrasca commented 10 years ago

well, I'm not sure we're going to use a mongodb, but let's assume so. we should be able to save a document 'libretto delle misure' somewhere, and to retrieve it. initially, we can save all documents in the same heap, but quite soon we will need organize them by customer/year/'cantiere'/... . these would be properties of the document in the mongo database.