-
Notifications
You must be signed in to change notification settings - Fork 3
F25/nathanael/onboarding: Complete onboarding task implementation #140
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
Conversation
sthuray
left a comment
There was a problem hiding this 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
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
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
| } | ||
| }; | ||
|
|
||
| // Add a hardcoded team member |
There was a problem hiding this comment.
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
|
Try to resolve your conflicts, as this is something you will encounter a lot |
Notion ticket link
Onboarding Task
Steps to test
docker compose up -dnode migrate uphttp://localhost:3000/team-membersAdd a Jerrybutton.Postman Test Cases:
