CodeForPhilly / CodeForPhilly/balancer-main
bugfix: surface error message to the user after file upload
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
## Current behavior
File uploads show a loading spinner while uploading, but there's no indication of success or failure after the upload is complete. The backend returns a response JSON with a status and message, and the upload handler in `UploadFile.tsx` already captures the response and error.
## Expected behavior
Work with @sue-hntr to define what this should look like
User should know the status of the upload
## Implementation notes:
In `UploadFile.tsx`, the upload handler already has a try/catch, but it only logs the results to the console.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.