eurochriskelly / gaelic-cup-planner

Plan and execute gaelic football tournaments
0 stars 0 forks source link

Allow user to upload csv schedule using desktop app #111

Open eurochriskelly opened 2 months ago

eurochriskelly commented 2 months ago

Motivation

As a Tournament CCO I would like to be able to upload documents myself So that I have greater control over the tournament preparation and do not have to depend on an operator

Description

Current imports are done by saving a csv "spreadsheet" and running a series of cli commands to validate and then import directly using mysql.

This is a lot of unnecesary operations works. A users should be able to select a csv file from their local system and upload it to the PitchPerfect backend. The user should be presented with validation errors to be fixed before proceeding.

Acceptance criteria