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

Venue and Journal workflows: add invitation id and signature to post_message #2037

Merged
merged 41 commits into from
Apr 18, 2024

Conversation

melisabok
Copy link
Member

@melisabok melisabok commented Mar 1, 2024

  • Include invitation and signature into the post_message call, these fields are optional to keep backward compatibility
  • Use meta invitation to post messages as organizers
  • Create a message invitation for each submissions to ACs and SACs can remind reviewers of each assigned paper
  • Fix tests

@melisabok melisabok changed the title add invitaiton id to post_message add invitation id to post_message Mar 25, 2024
@melisabok melisabok changed the title add invitation id to post_message Venue and Journal workflows: add invitation id and signature to post_message Apr 3, 2024
@melisabok melisabok marked this pull request as ready for review April 3, 2024 18:22
@enrubio
Copy link
Member

enrubio commented Apr 9, 2024

def process(client, note, invitation):


I think "note" needs to change to "edit"? This was also changed in recruit_process.py

@melisabok
Copy link
Member Author

This PR is ready to be reviewed and merged, thanks!

'invitees': [ venue_id, self.journal.get_action_editors_id('${3/content/noteNumber/value}')],
'message': {
'replyTo': { 'param': { 'regex': r'~.*|([a-z0-9_\-\.]{2,}@[a-z0-9_\-\.]{2,}\.[a-z]{2,},){0,}([a-z0-9_\-\.]{2,}@[a-z0-9_\-\.]{2,}\.[a-z]{2,})', 'optional': True } },
'sendAt': { 'param': { 'minimum': 0, 'optional': True } },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you use this property at all?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, I don't use it, should I remove it?

@carlosmondra carlosmondra merged commit 13eb3da into master Apr 18, 2024
1 check passed
@carlosmondra carlosmondra deleted the fix/messages-with-invitation branch April 18, 2024 18:22
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.

None yet

4 participants