Enhance Foundry with expert configuration and UI improvements#37
Open
Enhance Foundry with expert configuration and UI improvements#37
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request establishes the groundwork for supporting Standard and Expert configuration modes in the Foundry project, focusing on requirements gathering, technical planning, and initial code changes for future deploy-side configuration extensibility. It introduces detailed planning and progress documentation, updates the deploy UI for future expert-mode integration, and adds initial deploy configuration models for customization and localization.
The most important changes are:
Documentation and Planning
findings.mdandprogress.mdfiles that capture requirements, research findings, technical decisions, architecture drafts, implementation order, and session-by-session progress logs. These documents will guide the implementation of Standard/Expert modes, import/export, and deploy integration. [1] [2]Deploy UI Preparation
MainWindow.xamlinFoundry.Deployto bind the computer name textbox's read-only state and the language selection combo box's enabled state to new view model properties, paving the way for expert-mode-driven UI behavior. [1] [2]MainWindow.xaml.csto respect the read-only state for the computer name textbox, preventing editing or pasting when the field is locked by configuration. [1] [2]Deploy Configuration Models
DeployCustomizationSettingsandDeployLocalizationSettingsinFoundry.Deploy.Models.Configuration. These records will represent customization and localization settings (such as machine naming and language visibility/selection) as part of the upcoming expert deploy configuration contract. [1] [2]