Handle the user parameter of the /status /statistics endpoint.
Investigate an alternative method to count user activities, since it may be complex to model the task in RDF.
A JSON caching mechanism may do the job better.
Managed to implement it with live queries
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Hjfocs | T183364 Implement the statistics service | |||
Resolved | Hjfocs | T183370 User statistics |
Event Timeline
Comment Actions
The /curate service updates the user activity count in the metadata graph.
The operation is embedded in the same queries that update the statements states.
See https://github.com/marfox/pst-backend/blob/master/src/main/java/org/wikidata/query/rdf/primarysources/curation/CurateServlet.java#L74