Skip to content

track-first-step-progress: comments count not visible #3585

Open
@munishpatel

Description

@munishpatel

Please verify the following:

URL to the MDwiki page containing the problem

https://open-learning-exchange.github.io/#!./pages/vi/../track-first-steps-progress.md

Problem

The progress tracking page doesn't show the number of comments made by a virtual intern.

Screenshots (when necessary)

Image

Proposed solution(s)

Can achieve this by adding a new function to fetch the number of comments a user has made on existing issues. GitHub's API does not directly provide a way to search for comments by author across all issues in a repository. However, we can fetch all issues and then iterate through each issue to count the comments made by the specified user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    vifirst steps - software engineering virtual intern

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions