X Tutup
The Wayback Machine - https://web.archive.org/web/20201225025425/https://github.com/reel2bits/reel2bits/issues/291
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

User data export + followers I/O #291

Open
rhaamo opened this issue Nov 12, 2019 · 0 comments
Open

User data export + followers I/O #291

rhaamo opened this issue Nov 12, 2019 · 0 comments

Comments

@rhaamo
Copy link
Member

@rhaamo rhaamo commented Nov 12, 2019

An user should be able to get an archive of:

  • All original track files
  • Tracks artworks
  • User avatar
  • user.json with profile
  • tracks.json with tracks infos

Possible issue : the archive will be more-or-less the same size of all the user tracks, disk space should be checked before generating it through celery.

We will introduce the celery beat to periodically remove the archive after 5 days of the generation.

Creating an archive should check ((disk space avail)-(max space used by queued archives to generate)) > (space of archive to generate).

An user should be able to export their following list.
And it should be able to import that same list.

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

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup