BenRydal / igs

Visualizing interaction over space and time
https://www.benrydal.com/software/igs
GNU General Public License v2.0
5 stars 3 forks source link

Validating the loading of custom CSV files as they come in #44

Closed edw1nzhao closed 1 day ago

edw1nzhao commented 1 year ago

Implement a validation mechanism to ensure that the custom CSV files being uploaded are properly formatted and contain the necessary data for the application.

Acceptance Criteria

BenRydal commented 10 months ago

Completed. Integrated older csv file tests into validation. In the future, explore external library to replace existing validation tests. -> https://github.com/users/BenRydal/projects/1?pane=issue&itemId=44301218

edw1nzhao commented 10 months ago

https://github.com/users/BenRydal/projects/1?pane=issue&itemId=44301218

Reference this for future work.