brewhops / api

API for the brewhops fermentation tracking system
https://brewhops-api.now.sh
0 stars 0 forks source link

create measurement file processing #21

Open henrypeterson opened 4 years ago

henrypeterson commented 4 years ago

Currently measurement processing is handled on the client side. It is a very fragile component and can only read data from a csv in a very specific format. Its also a point of vulnerability as it does not handle input validation.

This is a task better suited to be handled on the server side where both csv and xlsx file types could be handled.