MLH-Fellowship / MLH-Fellowship/orientation-project-python-23.FAL.A
Add Validation on Experience POST Request
Open
@kentarolim10 is already working on this.
Since Sep 25, 2023.
- Dominant language
- Python
- Stars
- 0
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Currently, when you create a POST request for an Experience, there is no validation on the object. It instead gets type casted as an Experience, which is fine, but it creates a nasty looking error when the object it is given does not match. An nicer to read error message would be much preferred.
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.
Assessment
This issue has not been assessed yet.