Skip to content

Skip upload of CSV files that have already been uploaded #99

@nya-elimu

Description

@nya-elimu

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

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.

Also consider if this should be solved by updating the events stored in the database itself.


Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions