Skip to content
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

JSON Import/export #29

Open
phildini opened this issue Jan 25, 2016 · 5 comments
Open

JSON Import/export #29

phildini opened this issue Jan 25, 2016 · 5 comments

Comments

@phildini
Copy link
Owner

As a user, I want to be able to export a JSON file of my complete contact book, and import it again later.

Should also help for moving between hosted/sandstorm

@paulproteus
Copy link
Collaborator

+1

What I would do for an initial implementation is not make this part of
the synchronous Django request processing chain. Instead, make it work like
search indexes via cron, and email the user when their backup is ready.

Then you can "just" use Django's built-in JSON serializers.

@phildini
Copy link
Owner Author

@paulproteus do you have a solution for cron working in Sandstorm? 😄

@paulproteus
Copy link
Collaborator

paulproteus commented Jan 26, 2016 via email

@phildini
Copy link
Owner Author

Some more thoughts here: need to support format versioning, and should probably use the same serializers the api uses.

@phildini
Copy link
Owner Author

So export has been added by 8a99434. Probably knock out import this week, and then will feel really good about putting a version on Sandstorm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants