PowerShell / PowerShell/DSC

Guidance on separating user vs application/system settings

Open
#239 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Enhancement Need-Review Partner-WinGet
Dominant language
Rust
Stars
523
Forks
75
Avg merge
3d 16h
Merged PRs (30d)
24

Description

Summary of the new feature / enhancement

This is primarily interesting for export. Let's take Windows Terminal as an example. It has settings that are purely theming that don't affect functionality (fonts, colors, sizes, etc...) and other settings that do (shells, default shell, etc...). Some users may want to export and import just one of these class of settings and sometimes both:

  • user likes someone else's theme settings and wants to replicate them without modifying operational settings
  • user has multiple devices and wants all settings replicated
  • a repo has application settings to bootstrap the dev environment and shouldn't touch the theme settings
Proposed technical implementation details (optional)

How should two types of settings be distinguished? The easy way is to require two different resources (even if implemented in the same exe). The other is some metadata within the schema of the settings. The latter would allow semantic diff to show differences while understanding the purpose.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by reviewing the export flow and settings schema, then compare separate resources with metadata in the schema using the Windows Terminal examples. Done means the project has an agreed way to distinguish user and application/system settings for export, import, and semantic diff.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
devops, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.