Skip to content

[Week8 - pky]#64

Open
kunyoungp wants to merge 1 commit into
mainfrom
week8-pky
Open

[Week8 - pky]#64
kunyoungp wants to merge 1 commit into
mainfrom
week8-pky

Conversation

@kunyoungp

Copy link
Copy Markdown

Summary

  • Full CRUD (Create, Read, Update, Delete) for notes and action items across 3 tech stacks
  • Version 1: Django + Vanilla JS
  • Version 2: Express + React
  • Version 3: Next.js + Prisma

Changes

  • Added DELETE endpoints in all 3 versions
  • Added Edit/Delete UI buttons in all 3 versions
  • Version 2: Replaced client-side filter with backend completed query param
  • Version 3: Changed note content input to textarea, added try/catch around all Prisma calls
  • Updated SUNet ID in writeup.md

Test plan

  • Version 1: cd version1-django && python manage.py runserver — test CRUD for notes and action items
  • Version 2: Start backend (npm start) and frontend (npm run dev) — test CRUD + filter dropdown
  • Version 3: npm run dev — test CRUD, textarea, error handling

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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