Skip to content

Conversation

@ArcaEge
Copy link
Collaborator

@ArcaEge ArcaEge commented Jan 1, 2026

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a printed image URL input field to the YSWS review page, allowing admins to specify a custom image URL that will be submitted to Airtable instead of automatically using the latest devlog image.

Key Changes

  • Added a new required input field for printed image URL on the review form
  • Removed automatic devlog image query and replaced it with the user-provided URL
  • Added URL validation and sanitization with security checks
  • Updated database schema to store the image URL in t2_review table

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/routes/dashboard/admin/ysws-review/[id]/+page.svelte Added new input field for printed image URL with validation error display; reformatted heading
src/routes/dashboard/admin/ysws-review/[id]/+page.server.ts Implemented URL validation/sanitization logic; removed devlog image query; stored image URL in review record; fixed redirect path
src/lib/server/db/schema.ts Added image text column to t2_review table
drizzle/meta/_journal.json Added migration entry for schema change
drizzle/meta/0023_snapshot.json Full database schema snapshot with new image column
drizzle/0023_pale_junta.sql SQL migration to add image column to t2_review table

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ArcaEge ArcaEge merged commit 1ddfce0 into main Jan 1, 2026
7 checks passed
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.

2 participants