You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save a New Project to an Existing Collection (or Auto create the collection) (#1213)
* added-saving-project-functionality-and-auto-creation-of-collection
* fixed-some-bugs
* added-create-collection-manually-and-fixed-the-same
* added a default-collection collection to directly save if no collection_name
`New collection '${collection_name}' created and project saved for ${existingUser.personal_info.username}`
53
+
`Collection added to default collection and project saved for ${existingUser.personal_info.username}`
47
54
);
48
55
}
49
56
50
-
// Case 2: Try to update empty slot
57
+
// Case 2: Try to update empty project_id - in case of manula creation,we had project_is null, so here we try to update that id for that document, to use this document and avoid redudancy in the collection
0 commit comments