Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeline statistics #160

Closed
Sikora00 opened this issue Apr 17, 2020 · 3 comments · Fixed by #275
Closed

Timeline statistics #160

Sikora00 opened this issue Apr 17, 2020 · 3 comments · Fixed by #275
Assignees
Labels
enhancement New feature or request to-do
Milestone

Comments

@Sikora00
Copy link
Contributor

Sikora00 commented Apr 17, 2020

Display how the number of prs changed over time.
Maybe display also how many reviewers worked this time and how complex these prs were.
F. ex. in form like:
image

image

@Sikora00 Sikora00 added this to the Scope 4 milestone Apr 17, 2020
@MaciejSikorski MaciejSikorski added enhancement New feature or request and removed proposal labels Apr 29, 2020
@MaciejSikorski
Copy link
Contributor

MaciejSikorski commented Apr 29, 2020

Show on the same chare the number of the prs for each day and average time of that how long prs was waiting for this day.

@Errancer
Copy link

I started working on the backend part of it.

@maciejBart99
Copy link
Contributor

I ve started backend

maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 17, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 17, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 17, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 17, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 17, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 17, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 18, 2020
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 18, 2020
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 18, 2020
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 18, 2020
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 21, 2020
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 21, 2020
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 21, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 21, 2020
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 21, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 21, 2020
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 30, 2020
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Sep 30, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 1, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 2, 2020
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 5, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 5, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 5, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 5, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

ref valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 5, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

ref valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 5, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

ref valueadd-poland#160 - backend
MaciejSikorski pushed a commit that referenced this issue Oct 5, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

ref #160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 5, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

resolve valueadd-poland#160 - backend
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 5, 2020
maciejBart99 added a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 6, 2020
-add endpoint for acquiring statistics
-upgrade github/gitlab/bitbucket remote repositories
to handle pagination and state filters
-add util for processing prs into timeline staticstics,
currently the following fields are available:
{
    sumCount: all PR that were open in subperiod
    avgCount: avg count of PR that were open in subperiod
    avgWaitingTime: avg time taht prs were waiting since creation
}

ref valueadd-poland#160 - backend
maciejBart99 pushed a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 6, 2020
maciej-lukasik-va pushed a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 7, 2020
maciej-lukasik-va pushed a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 14, 2020
maciej-lukasik-va pushed a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 14, 2020
maciej-lukasik-va pushed a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 14, 2020
maciej-lukasik-va pushed a commit to maciejBart99/pimp-my-pr that referenced this issue Oct 14, 2020
MaciejSikorski pushed a commit that referenced this issue Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request to-do
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants