marnen / contraq

Contract tracker for musicians and other freelancers
MIT License
0 stars 2 forks source link

Let user export all his data #61

Open marnen opened 6 years ago

marnen commented 6 years ago

As a user I can download my data in some common interchange format So I can stop using Contraq without loss of data Because no SaaS is perfectly reliable

Initially we should probably support simple Yaml and JSON dumps of all records pretty much as we store them (but embedded, probably, instead of using foreign keys). We may want to also think about CSV, SQL, or even ODC and Excel formats.