Open adesca opened 5 years ago
Q: What are the valid formats for upload? A: csv and xlsx
Technical note: The purpose of this story is to create a server that serves an html document where people can upload documents. No document uploading occurs in this story.
@emilysachs @adinath please see updates and let me know if you need a kick off!
Background: This is the first step in the data pipeline as it prepares responses and stores them. FULL STACK User story: AS a member I WANT TO upload a file SO I can send a FOIA response
FRONT END Happy path
Sad path
BACK END
[ ] AC #3: GIVEN a user uploads a file WHEN the file is valid THEN I should see a 200 response: "File upload success"
[ ] AC #4: GIVEN a user uploads a file WHEN the file is valid THEN I should see a 200 response: "File upload failure"
[ ] AC #5: GIVEN a user uploads a file WHEN the server is down THEN I should see a 500 response: "Server not responding"
NOTE: let's refine this