-
Notifications
You must be signed in to change notification settings - Fork 0
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
LEAN-4054: update the export endpoint to use the live pm doc #163
base: master
Are you sure you want to change the base?
Conversation
We still need to support the exporting with the most recent snapshot. Also, do we need to worry about applying the changes before using the doc? |
So we're going to accept a param to use the snapshot or the current doc?
As far as I know we technically don't, the data used for the export is the updated content. (I'll need to confirm this, I'm not entirely sure) |
Probably. It should be an optional param with the current behavior (using the latest snapshot) as the default.
What's actually unclear is whether we need pending suggestions to show up. Can you check what the behavior will be in that case (try deleting some text without approving and see the output jats)? I'll update the ticket with this question. |
Yeah the output jats is weird, here's an example:
|
For some reason i thought the text But to answer your question, deleting text that isn't approved will show under It looks like based on Nick's comment that we don't want to have pending suggestions; meaning we don't want |
What about blocks? Does a deleted block also show under a |
Its handled as regular content (its not actually deleted and its not under a
Got it |
No description provided.