microsoft / microsoft/winget-studio
Improve readability with deeply nested objects
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 67
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Description of the new feature / enhancement
When a configuration has nested objects, the properties are difficult to read because -
They aren't displayed in the same order they are in the configuration file
Non-object properties appear to be displayed below nested object properties
https://gist.github.com/Trenly/d341309b6c70df439faccb63d83d0bd3
Proposed technical implementation details
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source files, tests, or entry points are named. Review the linked gist and screenshot, then trace where configuration properties are rendered and determine how ordering is currently obtained. Done means nested and non-object properties appear in the same readable order as the configuration file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100