MLH-Fellowship / orientation-project-python-24.FAL.A

Orientation Project (Python for 24.FAL.A)
0 stars 10 forks source link

Add Education POST and PUT Endpoints with File Upload Support #41

Closed hastagAB closed 1 month ago

hastagAB commented 1 month ago

Closes #7

hastagAB commented 1 month ago

@awilkescom Please review the PR.

Pylint failure is because of too-many-branch/return-statements. It will require a lot of refactoring to separate functionalities. Will do it in another PR for keeping tree clean.

hastagAB commented 1 month ago

Refactored the code for the linting issue and made it more organized. @awilkescom

awilkescom commented 1 month ago

Thanks @hastagAB - would you be able to pull the latest version of the repo and update any conflicts? Only as it looks like we have other peoples changes to update with

hastagAB commented 1 month ago

Too many changes in the codebase; will implement the feature in the updated code. closing PR.