MLH-Fellowship / orientation-project-python-23.SUM.A

Orientation Project (Python) for 23.SUM.A
1 stars 12 forks source link

Edit existing Experience #8

Closed wrussell1999 closed 1 year ago

wrussell1999 commented 1 year ago

Using a PUT request for the /resume/experience route, update an existing Experience using its index position as an ID. As part of this, you should write a test in test_pytest.py to show it works.

ahmedehabb commented 1 year ago

I think this issue is blocked by issues of getting an existing experience by index since the code will be repeatable. Once the pull request #24 is merged. I am planning to take the code done to retrieve an existing model by index and put it in a function then use it here also in these put issues.