We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a CSV file has already been successfully uploaded, do not include that file in future uploads. Mark a CSV file as successfully uploaded if the server response is successful (HTTP 200...300): https://github.com/elimu-ai/webapp/tree/main/src/main/java/ai/elimu/rest/v2/analytics
HTTP 200...300
This will reduce number of requests sent to the server.
Implement this in a way that does not exclude events that are added to an uploaded CSV file later the same day.
Depends on #116 Depends on elimu-ai/webapp#1551
The text was updated successfully, but these errors were encountered:
nya-elimu
No branches or pull requests
If a CSV file has already been successfully uploaded, do not include that file in future uploads. Mark a CSV file as successfully uploaded if the server response is successful (
HTTP 200...300
): https://github.com/elimu-ai/webapp/tree/main/src/main/java/ai/elimu/rest/v2/analyticsThis will reduce number of requests sent to the server.
Implement this in a way that does not exclude events that are added to an uploaded CSV file later the same day.
Depends on #116
Depends on elimu-ai/webapp#1551
The text was updated successfully, but these errors were encountered: