Vitaliy

Results 170 comments of Vitaliy

@jardakotesovec, do we need also to record a date when review assignment was first opened by the editor?

I remember working date formatting and moment.js in the `DateTimeForm.vue`. I don't see an explicit locale import there or am I missing something? Looks like moment.js folks recommend to migrate...

PRs pkp-lib: https://github.com/pkp/pkp-lib/pull/9589 OJS: https://github.com/pkp/ojs/pull/4131

@defstat, I think you have been working on a similar issue, do you have time to review this? To avoid potential performance problems I've used the approach described here: https://github.com/pkp/pkp-lib/discussions/9394#discussioncomment-7891610

Reminder to include additional data: reviewer name and submission title

@jardakotesovec, I've added the review/stage assignments data to the submission's schema and you reminded me that it's now available not only through `BackendSubmissionController` but also through endpoints with permissions for...

Opened a separate issue: https://github.com/pkp/pkp-lib/issues/9956

@jardakotesovec, regarding reviewer name, can you describe in more details where reviewer names would be used? I don't see them originally on the mockups for submission lists. Also, for whom...

PRs pkp-lib: https://github.com/pkp/pkp-lib/pull/9198 ui-library: https://github.com/pkp/ui-library/pull/277 OJS: https://github.com/pkp/ojs/pull/3991 **Edit** OMP: https://github.com/pkp/omp/pull/1440 OPS: https://github.com/pkp/ops/pull/554 This adds basic support for the new submission lists UI and API endpoints. As this disrupts tests, it's...