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
Copy feature to replicate a feature/module in user's database. This feature should successfully create a new instance of a given module.
Ex: A list of trucks for a given route. We copy that route instance and we can fetch all of the trucks (also copied) as if we are using the first instance
Checklist
(Copy) Use dumper to extract database data
(Copy) Use restore to reimport copied database data
Should not copy document _id
Model Blacklist. A list of field of a model to not be copied
Example: If we do not want to copy trucks "progress" field. That field represents a progress in KM of that truck on that route.
The text was updated successfully, but these errors were encountered:
Overview
Copy feature to replicate a feature/module in user's database. This feature should successfully create a new instance of a given module.
Ex: A list of trucks for a given route. We copy that route instance and we can fetch all of the trucks (also copied) as if we are using the first instance
Checklist
The text was updated successfully, but these errors were encountered: