BellowingButcher / total-time-tracker-backend

0 stars 0 forks source link

As a team leader I want to be able to upload this weeks schedule into the database so that I can keep a record of information on past schedules. #4

Open BellowingButcher opened 1 year ago

BellowingButcher commented 1 year ago

Points: 8

What I meant was: The user should be able to click a button on their dashboard and be prompted to upload a file from excel and store it in the websites database.

Testing criteria: The webpage should have a call to action button for browsing their local system for the file to upload. After the user has chosen the file to upload it will then prompt them with a question of what time frame the schedule is based in. What day/month/year through what day/month/year does this schedule contain.

Definition of Done: When the user can upload the schedule they want and I can read the information from the document with python.