Implement API for LoggerProgressTracker that allow to log percents
Open
Nobody has claimed this yet.
task
- Dominant language
- C#
- Stars
- 0
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Current implementation writes log line for each processed item. Need to implement API that will write "1/100%" instead of "123/12345".
Contributor guide
No contributing guide indexed for this repository
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
Start by locating LoggerProgressTracker and reading its current per-item logging behavior. Define the API around the requested percentage format, then verify that processing 123 of 12345 items produces percentage-style output such as "1/100%" instead of an item-count line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100