-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: export data as json format #4779
Conversation
…nto 2020-12-18-json-export
…nto 2020-12-18-json-export
…nto 2020-12-18-json-export
…nto 2020-12-18-json-export
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an amazing job. Now that the code review is done, I'll test it.
Also: very good idea to create ExportResources objects.
@asbiin In an empty account, I added one contact, then exported my data in Json. It failed, and I have no idea why. |
I cannot reproduce it, it works fine with me. Don't you have any exception in your log file? |
Co-authored-by: Regis Freyd <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
🎉 This PR is included in version 3.6.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This pull request has been automatically locked since there |
This resolves #32
It's also related to #3104
It will also close #355
The idea is to export datas with json format, with a flat, simple structure
There are 1 root data "account" that contains "users", "contacts", and other datas for config: activityTypes, activityTypesCategories, etc.
All datas related to contact are detailed in the contact itself.
Photos and documents are serialized directly in the json file (which is not the case with the sql export)