Skip to content

Conversation

@nathanaela2002
Copy link
Contributor

@nathanaela2002 nathanaela2002 commented Sep 29, 2025

Notion ticket link

Onboarding Task

Steps to test

  1. Start Docker: docker compose up -d
  2. Run DB Migrations: node migrate up
  3. Go to http://localhost:3000/team-members
  4. Expected outcome:
    • You should see a table of team members.
    • There should be an Add a Jerry button.
    • Clicking the button should add a new Jerry entry to the table.
  5. Table: image

Postman Test Cases:
Screenshot 2025-09-30 204449

Screenshot 2025-09-30 204412 Screenshot 2025-09-30 204441

@nathanaela2002 nathanaela2002 added the good first issue Good for newcomers label Sep 29, 2025
Copy link
Collaborator

@sthuray sthuray left a comment

Choose a reason for hiding this comment

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

LGTM, I've listed a few things to fix. Other than that, make sure to add screenshots of testing (with edge-cases) using Postman in the future

Copy link
Collaborator

Choose a reason for hiding this comment

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

Might've accidentally pushed this in

const { data } = await baseAPIClient.get("team-members/");
return data;
} catch (error: unknown) {
console.error("Error fetching team members:", error);
Copy link
Collaborator

Choose a reason for hiding this comment

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

watch out for linting warnings

@nathanaela2002 nathanaela2002 requested a review from sthuray October 7, 2025 01:59
}
};

// Add a hardcoded team member
Copy link
Contributor

Choose a reason for hiding this comment

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

Great understanding of the task

@matthewd-so
Copy link
Contributor

Try to resolve your conflicts, as this is something you will encounter a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants