Currently, an user can upload a coordinate file defining their farm, but there does not exist any logic to parse the file into digestible data which can be sent to the back-end. Parsing functionality in the front-end should be added to allow users to upload multiple file types.
Acceptance criteria:
- User should be able to upload a file containing coordinates, and a corresponding file parser should grab the coordinates.
- The parsing program should be able to handle many popular file formats, such as .csv, .json, .geojson, and .txt.
- Security measures and input validation should be implemented to prevent bad input.
Currently, an user can upload a coordinate file defining their farm, but there does not exist any logic to parse the file into digestible data which can be sent to the back-end. Parsing functionality in the front-end should be added to allow users to upload multiple file types.
Acceptance criteria: