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

Edit existing education #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adaorachi
Copy link

Pull Request Title:

Create page for editing existing education section items and implement PUT request to /resume/education

Description:

This pull request addresses the following issue

Changes Made:

  • Added a new page/component for users to edit their existing education details.
  • Implemented form submission functionality using React's useContext hook to store edited data.
  • Made a PUT request to the server endpoint /resume/education with the submitted edited education data.
    • Since there are no available backend APIs to consume from, the PUT request functionality is commented out for now. However, I Implemented a simulated PUT request function to handle the submitted education data.
  • Handled response from the server, including error handling.

Screen Records (if applicable):

Here is a screen record for visual demonstration of the feature implemented.

Screen.Recording.2024-03-01.at.12.54.41.PM.mov

Conclusion:

This pull request is ready for review and feedback from maintainers.

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

Successfully merging this pull request may close these issues.

1 participant