Skip to content

End To End Assignment - #93

Open
rphoffman wants to merge 7 commits into
mate-academy:mainfrom
rphoffman:main
Open

End To End Assignment#93
rphoffman wants to merge 7 commits into
mate-academy:mainfrom
rphoffman:main

Conversation

@rphoffman

Copy link
Copy Markdown

No description provided.

rphoffman and others added 7 commits August 18, 2026 17:00
Enables looking up a user by id and updating name/email in place,
following the existing getAllUsers/getUserById/createUser style.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Validates name/email before the store lookup so a missing field on
an existing id still returns 400, then 404s for unknown users and
200s with the updated user otherwise.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Covers the plan, model choice, commit split, and what review caught
for the PUT /users/:id feature, satisfying tests/notes.test.js.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Documents commands, architecture, and repo-specific conventions
(grading tests, NOTES.md, CI) for future Claude Code sessions.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Add PUT /users/:id to update an existing user
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