Follow-up to #2281763: Make Drupal.org user profiles more robust

Problem/Motivation

As part of the improvement of Drupal user profiles (#2281763: Make Drupal.org user profiles more robust) to recognize more than just code contributions, it'd be great to expose the user statistics in a public API so drupal.org can gather them.

Proposed resolution

Extend the existing xmlrpc API to provide that data
or provide a new API endpoint.

Remaining tasks

Discuss, do, commit, deploy

User interface changes

None.

API changes

A new endpoint to gather user statistics.

Data model changes

None.

Comments

DuaelFr created an issue.

Gábor Hojtsy’s picture

We have been told that l.d.o is the only one left running XML-RPC. We should phase it out in fact, so this should be implemented in some other way. Does drupal.org have a standard way to run services now? See https://www.drupal.org/api for what APIs are on drupal.org.

Mac_Weber’s picture

@Gábor how about adding the number of reviewed translations for l.d.o moderators, too? Right now we can see only the approved translations as regular users.

Gábor Hojtsy’s picture

Also a good idea. We can also add the number of suggestions in the queue if we want.

DuaelFr’s picture

@Gábor Hojtsy it's already suggested. See #2590839: Improve user contributions statistics :)