feat(website): added display names for file categories#6131
Conversation
…le category on upload
…isplayName on output files
|
Claude finished @tombch's task in 2m 11s —— View job Code Review
Overall this is a clean, well-scoped change. The
The test fixture sets
- name: {{ .name }}
{{ if .displayName }}
displayName: {{ .displayName }}
{{ end }}
type: stringThe unstripped Everything else looks good — the zod schema addition in |
anna-parker
left a comment
There was a problem hiding this comment.
thanks! the preview looks good!
Addresses #4315 by adding a
displayNameproperty for both the user-submitted file category and the output metadata fields for files. Also adds the display name for the file category within the folder upload component for clarity.Screenshot
e.g. in the 'Extra files' section when uploading, for
raw_reads, the area now has a display name:PR Checklist
🚀 Preview: Add
previewlabel to enable