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

Copy #63

Open
4 tasks
Streeterxs opened this issue Aug 29, 2021 · 0 comments
Open
4 tasks

Copy #63

Streeterxs opened this issue Aug 29, 2021 · 0 comments
Labels
copy feature basic tag for a new feature

Comments

@Streeterxs
Copy link
Owner

Streeterxs commented Aug 29, 2021

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

  • (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.
@Streeterxs Streeterxs added feature basic tag for a new feature copy labels Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
copy feature basic tag for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant