Skip to content

Conversation

@olad5
Copy link
Contributor

@olad5 olad5 commented Sep 20, 2025

Fix issue #17

Add a GET route that allows users to retrieve a specific Education

Endpoint: /resume/education/int:education_id

Sample Response:

{
  "data": {
    "course": "Computer Science",
    "end_date": "July 2022",
    "grade": "80%",
    "logo": "example-logo.png",
    "school": "University of Tech",
    "start_date": "September 2019"
  },
  "message": "education record returned successfully"
}

Copy link
Collaborator

@Pradyuman7 Pradyuman7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also add tests unless there is a separate issue tracking that

Copy link
Collaborator

@Pradyuman7 Pradyuman7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🔥

@Pradyuman7
Copy link
Collaborator

Can you resolve the conflicts, and then I can merge it in

@Pradyuman7 Pradyuman7 merged commit eed0bf1 into MLH-Fellowship:main Sep 24, 2025
0 of 2 checks passed
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.

2 participants