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

UBERF-4725 Migrate collaborative content #5717

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Conversation

aonnikov
Copy link
Member

@aonnikov aonnikov commented Jun 3, 2024

// we don't want to show collaborative documents in activity
// instead we show their content as Markup
// TODO this should be generalized via activity extension
if (attrClass === core.class.TypeCollaborativeDoc) {
Copy link
Member

Choose a reason for hiding this comment

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

are you planning to do it in this pull request or is it a note for the future?

Copy link
Member Author

Choose a reason for hiding this comment

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

let's decide on review how we handle this
I can do in this PR but It would be also good to have async trigger because file loading may affect the trigger performance.

Copy link
Member

Choose a reason for hiding this comment

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

we can make activity generation as asynс trigger, I thought about that too

I would prefer to do it async in a separate pull request, and merge this pull request for now if it works
You can assign this task to me

Copy link
Member Author

Choose a reason for hiding this comment

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

I figured out that I need to do a bit more changes to support mixins here. Will be done tomorrow.

@aonnikov aonnikov force-pushed the migrate-collaborative-content branch 4 times, most recently from 7815ffd to 728239e Compare June 10, 2024 03:53
Signed-off-by: Alexander Onnikov <[email protected]>
Signed-off-by: Alexander Onnikov <[email protected]>
Signed-off-by: Alexander Onnikov <[email protected]>
Signed-off-by: Alexander Onnikov <[email protected]>
Signed-off-by: Alexander Onnikov <[email protected]>
Signed-off-by: Alexander Onnikov <[email protected]>
Signed-off-by: Alexander Onnikov <[email protected]>
Signed-off-by: Alexander Onnikov <[email protected]>
Signed-off-by: Alexander Onnikov <[email protected]>
Signed-off-by: Alexander Onnikov <[email protected]>
Signed-off-by: Alexander Onnikov <[email protected]>
Signed-off-by: Alexander Onnikov <[email protected]>
@aonnikov aonnikov force-pushed the migrate-collaborative-content branch from 800165a to e683c9f Compare June 13, 2024 07:19
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

2 participants