new worktree on attempt create

This commit is contained in:
Louis Knight-Webb
2025-06-16 17:15:51 -04:00
parent f84e3bfd20
commit 7f7592e5bf
4 changed files with 85 additions and 3 deletions

View File

@@ -68,3 +68,8 @@ When working on any task that involves changes to the backend and the frontend,
# Testing your work
Try to build the Typescript project after any frontend changes `npm run build`
# Backend data models
SQLX queries should be located in backend/src/models/\*
Use getters and setters instead of raw SQL queries where possible.