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

Create the sample schema and prepare seed data #14

Open
imranhasanhira opened this issue Nov 3, 2022 · 2 comments
Open

Create the sample schema and prepare seed data #14

imranhasanhira opened this issue Nov 3, 2022 · 2 comments
Assignees
Labels

Comments

@imranhasanhira
Copy link
Member

imranhasanhira commented Nov 3, 2022

We need to create the sample data so that api implementation can work

Database Diagram draft link: https://drive.google.com/file/d/1tiFKA1P3sz9UX-qBn0UfovaZ3bP2YMzG/view?usp=share_link

Definition of Done:

  1. Add all the relevant tables in https://github.com/bsadd/game-arena/blob/main/backend/src/test/resources/db/coreapp/schema.sql
  2. Add necessary amount seed data to https://github.com/bsadd/game-arena/blob/main/backend/src/test/resources/db/coreapp/data.sql

How to verify if those scripts are written correctly:

  • Running mvn test will execute those scripts on testcontainer. If the queries are correct, test should success.
@imranhasanhira
Copy link
Member Author

@MahdeeMushfiqueKamal you take the lead along with @Abdus-Samee for this task. It will help in both of your api implementation

@MahdeeMushfiqueKamal
Copy link
Collaborator

On it, @imranhasanhira vaia

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

No branches or pull requests

2 participants