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

Structure for checking if data is up to date #71

Closed
diogotvf7 opened this issue Jan 27, 2024 · 0 comments · Fixed by #72
Closed

Structure for checking if data is up to date #71

diogotvf7 opened this issue Jan 27, 2024 · 0 comments · Fixed by #72
Assignees

Comments

@diogotvf7
Copy link
Contributor

What to do?

This issue was created on Scrapper so that a new info table was created:

CREATE TABLE `info` (
  `date` DATETIME PRIMARY KEY
);

This table will save the datetime when the scrapper was run so that everytime someone enters TTS, there will run a check that verifies whether the user's data is or not outdated.
For this, the back-end must be able to support this new table and a new endpoint must be created.

@diogotvf7 diogotvf7 self-assigned this Jan 27, 2024
@diogotvf7 diogotvf7 linked a pull request Jan 28, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant