Skip to content

Java Restaurants Day #1 #28

Open
simonesquad wants to merge 5 commits intobloominstituteoftechnology:masterfrom
simonesquad:simone-orders
Open

Java Restaurants Day #1 #28
simonesquad wants to merge 5 commits intobloominstituteoftechnology:masterfrom
simonesquad:simone-orders

Conversation

@simonesquad
Copy link
Copy Markdown

MVP

  • [x]
    Create the entities needed to store this data.
    Seed the database
    A data.sql file has been provided with seed data. You can use this class directly or modify it to fit your models. However, the data found in the file is the seed data to use!
    A SeedData.java file has been provided seed data. You can use this class directly or modify it to fit your models. However, the data found in the file is the seed data to use!
    Your application should be able to easily switch between seeding with the data.sql data or the data from SeedData.java.

Stretch Goal

  • [x]
    Implement Javafaker
    Create around 100 new customers
    Randomize as much of the data as possible
    You can assign all new customers to the same agent
    Randomly assign 0 - 10 orders to each customer
    Randomize as much of the data as possible
    All orders can be of the same payment type

  • Having import issues with JavaFaker, will resolve soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant