You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a page that allows users to add a new Education which includes the following fields:
course
school
start_date
end_date
grade
logo
Collaborate with the fellows contributing to the Python project to understand how logos will be managed. For now, assume this is a string (URL to the image).
When this information is submitted, a POST request should be made to /resume/education on the server in the following format:
Add a page that allows users to add a new Education which includes the following fields:
Collaborate with the fellows contributing to the Python project to understand how logos will be managed. For now, assume this is a string (URL to the image).
When this information is submitted, a POST request should be made to
/resume/education
on the server in the following format:The server will return a JSON with the position in the list in the following format:
The text was updated successfully, but these errors were encountered: