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

ARR: Add new links in SAC/AC console #2133

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

haroldrubio
Copy link
Member

This PR separates ARR SAC and AC consoles and loads in new invitations:

const perPaperInvitations = (perPaperInvitationSuffixes && notes.length > 0) ? await api.getAll(
  '/invitations',
  {
    ids: perPaperInvitationSuffixes.map((suffix) =>
      notes.map((note) => `${venueId}/${submissionName}${note.number}/-/${suffix}`)
    ).flat(),
  },
  { accessToken }
)
: []

by reading the Webfield config variable perPaperInvitationSuffixes in order to support links to other forum pages linked to that submission ("Edit Commentary Readers"):
Screenshot 2024-09-27 at 8 00 29 PM

The intended use case is to give the PCs/SACs/ACs a new forum where they can control a part of the workflow for that submission only. Using the existing submission forum for this may be too cluttered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants