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

enhance /users/count endpoint with contributionType parameter #224

Closed
tyrasd opened this issue Aug 2, 2021 · 2 comments · Fixed by #236
Closed

enhance /users/count endpoint with contributionType parameter #224

tyrasd opened this issue Aug 2, 2021 · 2 comments · Fixed by #236
Labels
brainstorming Idea for a potential new feature or adaption that still needs further discussion enhancement New feature or request priority:low Should be quite a far way down on the agenda
Projects

Comments

@tyrasd
Copy link
Member

tyrasd commented Aug 2, 2021

Use Case Description

To analyze user activity with respect to different contribution patterns, it could be useful to narrow down user counts by contribution type, like already implemented for the contribution count endpoints in #198.

Request Description

The /users/count endpoint would return the number of users which performed at least one creation/deletion/*modification operation during the respective time intervals of the query. These numbers would be typically only slightly lower than the "unfiltered" total user count.

@tyrasd tyrasd added enhancement New feature or request brainstorming Idea for a potential new feature or adaption that still needs further discussion priority:low Should be quite a far way down on the agenda labels Aug 2, 2021
@tyrasd tyrasd added this to Wishlist Inbox in wishlist via automation Aug 2, 2021
@bonaparten
Copy link
Contributor

bonaparten commented Sep 13, 2021

Should it be implemented only for the endpoint /users/count or are there some use cases also for the other resources (/users/{resource})?

@tyrasd
Copy link
Member Author

tyrasd commented Sep 13, 2021

I guess it would make sense for all /users endpoints, i.e.:

/count
/count/groupBy/(boundary, key, tag or type)
/count/density
/count/density/groupBy/(boundary, tag or type)

wishlist automation moved this from Wishlist Inbox to Rejected / Archived Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brainstorming Idea for a potential new feature or adaption that still needs further discussion enhancement New feature or request priority:low Should be quite a far way down on the agenda
Projects
wishlist
  
Rejected / Archived
Development

Successfully merging a pull request may close this issue.

2 participants