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
Create a script to seed mock data which helps new contributors to get started using fury
Context
Seeding of sample data in MongoDB, why tho? too much work for me
a) First it obvious useCase to easily generate some mock data to easily test something.
b) It will also help new contributors, here's how
What collections is required to get started
What type of basic data is needed after the collections are done.
This will ultimately help everyone understand how fury works, with bit more clarity and get started quickly in contributing without hassling with initialising the mongoDB.
How to approach this?
I am leaving this up to you and come up with optimal solutions and idea's to quickly seed all the 3 clients and the backend with a good amount of mock data. You can either use a single script for all these 4 things or separate scripts or surprise us by using mono-repo tools like turbo-Repo.
I would suggest you to create a separate ISSUE to come with a optimal idea for this problem and linking back the issue with this issue which will help to easily track different ideas.
The text was updated successfully, but these errors were encountered:
Suggestion In
TLDR
Create a script to seed mock data which helps new contributors to get started using fury
Context
Seeding of sample data in MongoDB, why tho? too much work for me
This will ultimately help everyone understand how fury works, with bit more clarity and get started quickly in contributing without hassling with initialising the mongoDB.
How to approach this?
I am leaving this up to you and come up with optimal solutions and idea's to quickly seed all the 3 clients and the backend with a good amount of mock data. You can either use a single script for all these 4 things or separate scripts or surprise us by using mono-repo tools like turbo-Repo.
I would suggest you to create a separate ISSUE to come with a optimal idea for this problem and linking back the issue with this issue which will help to easily track different ideas.
The text was updated successfully, but these errors were encountered: