kysect / kysect/CommonLib

Implement API for LoggerProgressTracker that allow to log percents

Open
#31 0 comments 0 reactions 0 assignees View on GitHub

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.