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

Screenshot updating #62

Open
parthdarji55 opened this issue Apr 30, 2021 · 0 comments
Open

Screenshot updating #62

parthdarji55 opened this issue Apr 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@parthdarji55
Copy link
Collaborator

Summary

Creating an automatic, or perhaps a manual workflow (which can be automated to run at certain times) to update all the screenshots inside the graph. The implementation of this may be quite tricky,

Basic example

here are some of the screenshot cases you will come up against,

  • do you want to update all the screenshots, if not you need to find out which to update.
  • do you want to update all the screenshots that have defaulted to 'NA', (probably)
  • once you update the screenshot you must also update the screenshot property to have the correct name to find the screenshot in the s3 bucket. The "upload_image_from_url" function in s3_function will return the file_name that has been uploaded to the s3 bucket.
  • you can also check out parse_csv.py to find out how we used to do it before from just a standard csv. (Note the file is a bit dated, and it doesn't update the graph screenshot property)

Motivation

Why are we doing this? What use cases does it support? What is the expected outcome?
we want to create an environment where users can visually see the application they are viewing without having to directly go to a site, like just browsing through posts on social media until you find one you like.

@parthdarji55 parthdarji55 added the enhancement New feature or request label Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant