excellalabs / excellalabs/PortfoliOSS
Convert PeopleAndTokens to strongly typed configuration object
Open
good first issue
up-for-grabs
- Dominant language
- C#
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
In Program.cs we're not pulling an object but rather iterating through a raw config section.
.NET lets us do a little better than this. We can make it a strongly typed config section
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in Program.cs, where the raw configuration section is currently iterated. Trace how PeopleAndTokens is read and determine the expected strongly typed configuration shape; done means the existing configuration is consumed through that object without raw-section iteration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100