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

Support deletion of tweets #55

Open
tokee opened this issue Nov 28, 2017 · 0 comments
Open

Support deletion of tweets #55

tokee opened this issue Nov 28, 2017 · 0 comments
Assignees

Comments

@tokee
Copy link
Owner

tokee commented Nov 28, 2017

Creating a collage of millions of tweeted images takes days. Re-rendering the collage to honour deleted tweets could be done without re-downloading the images, but it would still take a lot of time.

Idea: Derive the IDs for the deleted tweets, calculate their position in the grid and replace the image-tiles with blanks, then update the affected tiles in the pyramid layer above and so forth up to the top. This would have the combined effect of being a lot faster than a full re-render (obvious plus) and to show how many images are retracted (plus/minus, depending of what one wants to show).

Optional: Instead of a blank, use a special image, such as a distinct note saying the image has been removed.

@tokee tokee self-assigned this Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant