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

Implement User Seeding Functionality #40

Closed
alejandrosaenz117 opened this issue May 13, 2020 · 1 comment
Closed

Implement User Seeding Functionality #40

alejandrosaenz117 opened this issue May 13, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@alejandrosaenz117
Copy link
Collaborator

Creating the first user is complicated and requires multiple steps. This is confusing for first time users.

I suggest creating a seed-user.js file which will automatically create a user. For example:

node seed-user.js

This file will simply need a configuration object that will automatically be passed into the function. This object will include the user's credentials needed to login. Furthermore, this configuration will be thoroughly documented within the seed-user.js file for easy setup.

This task will also update the README with updated instructions.

@alejandrosaenz117 alejandrosaenz117 added the enhancement New feature or request label May 13, 2020
@alejandrosaenz117 alejandrosaenz117 added this to the Q2 Goals milestone May 13, 2020
@alejandrosaenz117 alejandrosaenz117 self-assigned this May 13, 2020
@alejandrosaenz117
Copy link
Collaborator Author

Closed with e59a4d5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant