You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do not use installation migrations in upgrade,
fix CompileMonthlyMetrics job and move it to the pkp-lib:
pkp-lib: #8184
ojs: pkp/ojs#3501
omp: pkp/omp#1180
ops: pkp/ops#331
Migrate privacy policy and the opportunity to opt-out logging to a new place in the code (was a block plugin within the usageStats plugin) -- not needed
Migrate usage stats display and its setting to the default theme (was within the usageStats plugin)
Copy usage stats display and its setting to all themes (This will be done in a separated issue)
In the upgrade script: remove usageStats and views report plugin, remove usageStats's scheduled task (in Acron plugin settings)
Different log format:
a) Instead or additionally to the URL it would be good to have something like:
contextID: submissionID: representationID: publicationID: fileID
b) Consider everything needed for institutional subscription statistics.
Additional data model that would at least support aggregation of the old usage stats data, so that they can be removed from the DB table metrics.
Final PRs:
pkp-lib: #8109
ui-library: pkp/ui-library#213
ojs: pkp/ojs#3465
omp: pkp/omp#1161
ops: pkp/ops#313
plugins/generic/lensGalley: asmecher/lensGalley#60
fixes PRs:
s. #8123
s. #8125
do not use installation migrations in upgrade,
fix CompileMonthlyMetrics job and move it to the pkp-lib:
pkp-lib: #8184
ojs: pkp/ojs#3501
omp: pkp/omp#1180
ops: pkp/ops#331
TO-DOs:
(OJS and OPS: Improve usage statistics handling in the background/code #6782 (comment), and
OMP: Improve usage statistics handling in the background/code #6782 (comment))
Change ViewReport plugin (s. ViewReport: provide PDF, HTML, Other stats instead of stats for each artilce galley #7384)Migrate privacy policy and the opportunity to opt-out logging to a new place in the code (was a block plugin within the usageStats plugin)-- not neededCopy usage stats display and its setting to all themes (This will be done in a separated issue)Some improvements are wished.
S. also #4904 (comment).
Different log format:
a) Instead or additionally to the URL it would be good to have something like:
contextID: submissionID: representationID: publicationID: fileID
b) Consider everything needed for institutional subscription statistics.
Additional data model that would at least support aggregation of the old usage stats data, so that they can be removed from the DB table metrics.