This description was created by Ellipsis for commit 14226b2f3008de67ec5e7658620c04d10905697d
Summary:
Enforced validation for title and content fields in CRUD forms and added a database migration to enforce non-null constraints on workspace_id in the projects table.
Key points:
Updated components/dashboard/reusable/crud-form.tsx to validate that both title and content fields are filled before enabling form submission.
Modified components/issues/edit-issue-form.tsx to use controlled components for title and content fields.
Added a database migration db/migrations/0004_wealthy_roland_deschain.sql to enforce non-null constraints on workspace_id in the projects table.
Updated migration metadata in db/migrations/meta/0004_snapshot.json and db/migrations/meta/_journal.json.
Added logs for code generation and planning prompts in logs/code-gen-prompt.txt and logs/code-plan-prompt.txt.
Summary:
Enforced validation for title and content fields in CRUD forms and added a database migration to enforce non-null constraints on workspace_id in the projects table.
Key points:
components/dashboard/reusable/crud-form.tsx
to validate that bothtitle
andcontent
fields are filled before enabling form submission.components/issues/edit-issue-form.tsx
to use controlled components fortitle
andcontent
fields.db/migrations/0004_wealthy_roland_deschain.sql
to enforce non-null constraints onworkspace_id
in theprojects
table.db/migrations/meta/0004_snapshot.json
anddb/migrations/meta/_journal.json
.logs/code-gen-prompt.txt
andlogs/code-plan-prompt.txt
.Generated with :heart: by ellipsis.dev