-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update DB on signup #73
Comments
Explanation? This has already been tackled in the previous pull request. @dev-ritik |
#44 would take considerable time before its merged. Meanwhile, we can solve this issue. Also, at the time of signup, we would only be updating the profile of that particular user only. |
For this, I would have to copy the whole function RefreshSubmissions() from the previous pull request. One thing I can do is that comment the line in the scheduler that is resulting in the daily API calls to refresh data. @dev-ritik |
Copy and making a new PR would be better |
Do we want to refresh the submissions of all the users in the database after any user signs up? Or just fetch his submissions? @dev-ritik |
Fetch his own submissions |
No description provided.
The text was updated successfully, but these errors were encountered: