Closed renatoagds closed 2 years ago
Today, the import action for Roster and export/import for Tasks are broken.
import
export/import
For roster, the problem is that we export the entire roster collection, but use only.characters at import action.
roster
.characters
For tasks, we're exporting only the .custom flag because we're mapping instead of filtering the tasks, and we need to force a new authorId at import.
.custom
authorId
Today, the
import
action for Roster andexport/import
for Tasks are broken.For roster, the problem is that we export the entire
roster
collection, but use only.characters
at import action.For tasks, we're exporting only the
.custom
flag because we're mapping instead of filtering the tasks, and we need to force a newauthorId
at import.