-
Notifications
You must be signed in to change notification settings - Fork 0
[CLEAN] Synthetic Benchmark PR #36071 - DEV: Adds 'upload' type to schema setting #3
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?
[CLEAN] Synthetic Benchmark PR #36071 - DEV: Adds 'upload' type to schema setting #3
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: Clean (correct implementation)
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 reference tracking for SiteSetting, ThemeSetting, and ThemeSiteSetting models
Adds upload URL hydration when retrieving objects settings via API
Implements frontend upload field component for schema setting objects
Adds validation and conversion of upload URLs to IDs in schema validator
Diagram Walkthrough
File Walkthrough
7 files
Add upload reference tracking for objects typeAdd upload reference tracking for objects typeAdd upload reference tracking for objects typeSupport upload URL to ID conversion in validationHydrate upload IDs to URLs in objects settingsAdd upload field type to schema settingCreate upload field component for schema settings4 files
Add tests for objects settings with uploadsAdd tests for upload URL conversion validationAdd tests for upload reference creationAdd test objects setting with upload field