-
Notifications
You must be signed in to change notification settings - Fork 535
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
bug fixes in creation driver #1125
Conversation
packages/drivers/create-new-driver/src/creationDocumentServiceFactory.ts
Outdated
Show resolved
Hide resolved
return new CreationDocumentService("createNewFileDoc", "createNewFileDocTenant"); | ||
return new CreationDocumentService( | ||
(url as IFluidResolvedUrl).url, | ||
"createNewFileDoc", |
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.
createNewFileDoc [](start = 13, length = 16)
Where docId is used currently?
At a minimum, it is used in telemetry, and it would be great to have unique ID per doc, such that in Teams / drafts scenario we keep using same ID across multiple sessions.
I.e. it needs to come from uri / host and it needs to be unique (when starting new file; ID will be reused when they reopen draft)
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.
This docid is currently used in mapping the server instance with the docid.
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.
* bug fixes in creation driver * PR * PR * PR
* bug fixes in creation driver * PR * PR * PR
No description provided.