Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validation that POST requests are in the correct format #13

Open
MLHProgram opened this issue Sep 9, 2024 · 1 comment
Open

Add validation that POST requests are in the correct format #13

MLHProgram opened this issue Sep 9, 2024 · 1 comment
Assignees
Labels

Comments

@MLHProgram
Copy link
Contributor

When making a POST request to add an Experience, Education or Skill, the API server should check it's in the correct format, including all the required fields. If it is not, it should return an error message and the appropriate HTTP status code.

This should also include writing a test inside of test_pytest.py as part of the feature to show that it works. If you're unfamiliar with Pytest, you should take a read inside the LMS for more instructions!

@nfallah
Copy link
Member

nfallah commented Sep 16, 2024

I would like to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants