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

Unneeded Updates #1

Open
barelyhuman opened this issue Jul 15, 2022 · 0 comments
Open

Unneeded Updates #1

barelyhuman opened this issue Jul 15, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@barelyhuman
Copy link
Owner

Right now the whole data is put into the storage everyday and makes no sense for the website to redeploy itself.

  1. Process data to a temporary storage files, compare both to see if there's new device / rom additions
  2. Add them to the main source of truth only if needed.

All of this can be achieved by using a sqlite setup in the repo instead of using a json structure.

@barelyhuman barelyhuman added enhancement New feature or request help wanted Extra attention is needed labels Jul 15, 2022
This was referenced Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant