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

Take the sample data the Front End is using and add it to the init.sql script #10

Open
iFialAtFail opened this issue Mar 17, 2024 · 1 comment
Assignees

Comments

@iFialAtFail
Copy link
Member

The front end is currently using a JSON file with a bunch of data in it. We should convert that data into INSERT statements and insert into the backend, then setup a docker-compose.yaml file with the backend deployed for the front end to test against it, using the data they're already used to.

@iFialAtFail iFialAtFail self-assigned this Mar 17, 2024
@iFialAtFail
Copy link
Member Author

I started doing this but then noticed that the data in the front end example is structured different. There's an additional 1:many "characteristics" field and a 1:many relationship for images (rather then the original assumption on my part of 1:1.

Will need to make a new ticket and work on the BE first before this ticket can be completed.

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

No branches or pull requests

1 participant