openedx / openedx/frontend-app-authoring
Improve messaging for upload errors on arbitrary assets
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 218
- Avg merge
- 9d 20h
- Merged PRs (30d)
- 20
Description
Improve messaging for when an asset is uploaded to a library component on the Details tab. Determine common causes of errors, and create messaging for cases. ex: file size limit is 50mb. In case of error: "Your file could not be uploaded. Your file exceeds the maximum allowed file size of 50mb."
Current:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the library component asset-upload flow on the Details tab and inspect its existing error handling. Identify the common upload failure cases, including the 50 MB limit, and define specific user-facing messages for them; done means those cases no longer show only the generic error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100