Skip to content

Conversation

@chrisdburr
Copy link
Collaborator

Add support for multiple URLs on evidence elements using a urls String[]
array field, following the existing context pattern. The single url field
is kept for backward compatibility.

Changes:

  • Add urls field to AssuranceElement in Prisma schema
  • Create migration to add urls column and migrate existing data
  • Update element validation schema with URL array validation
  • Update element service types and transform for dual-read/write
  • Add +/- URL input fields in edit-form and new-link-form
  • Update Evidence type definition
  • Auto-run migrations in dev docker-compose (matches production)

Closes #427

  Add support for multiple URLs on evidence elements using a urls String[]
  array field, following the existing context pattern. The single url field
  is kept for backward compatibility.

  Changes:
  - Add urls field to AssuranceElement in Prisma schema
  - Create migration to add urls column and migrate existing data
  - Update element validation schema with URL array validation
  - Update element service types and transform for dual-read/write
  - Add +/- URL input fields in edit-form and new-link-form
  - Update Evidence type definition
  - Auto-run migrations in dev docker-compose (matches production)

  Closes #427
@chrisdburr chrisdburr merged commit a1acccd into main Jan 9, 2026
4 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.

[User Story]: As an AI practitioner, I want to be able to provide multiple ‘Evidence’ URLs

2 participants