-
Notifications
You must be signed in to change notification settings - Fork 6
Pre-release merge for submission core v0.7.1 #64
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
Conversation
…tations, rule bindings
…tations, rule bindings
Co-Authored-By: Martin Lessmeister <[email protected]>
| metadata = [ | ||
| ('title', '优秀的称号'), | ||
| ('abstract', "当我有一天正在上学的时候当我有一天正在上学的时候"), | ||
| ('comments', '5页2龟鸠'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
乌龟一路下来
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐢
mhl10
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tremendous work! There's a ton of complexity here that my comments and review only scratch the surface of, but I am strongly reassured by the overall design, accompanying tests, and documentation. I look forward to seeing how this will evolve to support even more diverse submission, moderation and administrative workflows.
Co-Authored-By: Martin Lessmeister <[email protected]>
Co-Authored-By: Martin Lessmeister <[email protected]>
Fixes SetAbstract.cleanup so it doesn't wipe out paragraphs Addes test for abstract cleanup Fixes [email protected]/arXiv/arxiv-submission-ui#132
…68) Filters get_user_submissions_fast to only return NG subs. Adds test for get_user_submissions_fast with both NG and classic subs.
In support of arXiv/arxiv-submission-ui#80, this PR focuses on two major components of the NG submission system project:
The
arxiv.submissionpackage. This package provides an event-based Python API for mutating submissions, and is the only mechanism for writing submission data to the submission database in arXiv-NG. This package is used by submission interfaces, and by the submission agent (which is also in this repository).The submission agent. This is a Kinesis consumer that orchestrates backend processes based on rules triggered by submission events.
Things to look at:
arxiv.submission.arxiv.submissionworks.Comments are welcome that suggest specific improvements, and that focus on:
Note: I tagged folks from the admin team, since this may be useful/interesting background.