-
Notifications
You must be signed in to change notification settings - Fork 0
[CORRUPTED] Synthetic Benchmark PR #36071 - DEV: Adds 'upload' type to schema setting #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: base_pr_36071_20251204_7400
Are you sure you want to change the base?
[CORRUPTED] Synthetic Benchmark PR #36071 - DEV: Adds 'upload' type to schema setting #4
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||||
User description
Benchmark PR discourse#36071
Type: Corrupted (contains bugs)
Original PR Title: DEV: Adds 'upload' type to schema setting
Original PR Description: The
type: uploadexists on main site settings, but not under thetype: objectsschema setting. This adds this feature forobjectsin Site Settings, Theme Settings, and Theme Site Settings.Original PR URL: discourse#36071
PR Type
Enhancement
Description
Adds support for 'upload' type fields within objects schema settings
Implements upload ID to URL hydration for objects type settings
Adds upload reference tracking for site, theme, and theme site settings
Creates frontend upload field component for schema setting objects
Diagram Walkthrough
File Walkthrough
7 files
Extract and track upload IDs from objectsExtract and track upload IDs from objectsAdd upload reference tracking for theme site settingsConvert upload URLs to IDs during validationHydrate upload IDs to URLs in objects settingsAdd upload field type to schema settingsCreate upload field component for schema settings4 files
Test upload hydration in objects settingsTest upload URL to ID conversionTest upload reference creation for objectsAdd test objects with uploads configuration