arxiv.submission.services.classic.proposal module¶
Integration with classic proposals.
-
arxiv.submission.services.classic.proposal.add(event, before, after)[source]¶ Add a category proposal to the database.
The objective here is simply to create a new proposal entry in the classic database when an
domain.event.AddProposalevent is stored.- Parameters
event (
event.Event) – The event being committed.before (
domain.submission.Submission) – State of the submission before the event.after (
domain.submission.Submission) – State of the submission after the event.
- Return type
None